*&---------------------------------------------------------------------*
*& This program can be used to delete a program in the system.         *
*&   Might be useful for clean-up reasons after you have inserted      *
*&   a program.                                                        *
*& Specify the name in line 9.                                         *
*& Use function "Insert / modify program" and execute it.              *
*&---------------------------------------------------------------------*
REPORT %Sc4SAPProgramName%.   " <- will be replaced by Sc4SAP
delete report '<enter a program name here>'.
delete report sy-repid.       " delete this program. 