Ansicht
Dokumentation

ABAPDELETE_REPORT - DELETE REPORT

ABAPDELETE_REPORT - DELETE REPORT

CPI1466 during Backup   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

DELETE REPORT

This statement is for internal use only.
It must not be used in application programs.


DELETE REPORT prog.

Addition:

... STATE state

Effect

Deletes the source code, attributes, text elements, and generated form of the program, whose name is contained in the data object prog. An entry for prog in the database table TADIR remains unchanged.

System Fields

sy-subrc Meaning
0 The program was deleted.
4 The program did not exist.

Note

This statement does not delete the package assignment, the documentation, or the variants of the program in prog on the database. For this reason, the function module RS_DELETE_PROGRAM should be used to delete a program completely.

Addition

... STATE state


Exceptions

Non-Catchable Exceptions

  • Cause: state has a value other than "A" or "I".
    Runtime Error: INSERT_REPORT_ILLEGAL_STATE






General Material Data   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 2134 Date: 20240420 Time: 135727     sap01-206 ( 30 ms )