DELETE - delete a program



Basic form

DELETE REPORT prog.

Effect

Deletes some components (source code, attributes, text elements and generated version) of the program specified in the field prog .

The return code value is set as follows:


SY-SUBRC = 0 The program was deleted.
SY_SUBRC = 4 The program does not exist.

Note

This statement deletes neither the variants nor the documentation.
Normally, you should use the function module RS_DELETE_PROGRAM to delete a program.
Related INSERT REPORT , DELETE TEXTPOOL

Index
© SAP AG 1996