ABAPDELETE_DYNPRO - DELETE DYNPRO
BAL Application Log Documentation ABAP Short ReferenceThis documentation is copyright by SAP AG.
DELETE DYNPRO
This statement is for internal use only.
It must not be used in application programs.
Syntax
DELETE DYNPRO f.
Effect
The screen that has the name specified in field f is deleted.
System Fields
| sy-subrc | Meaning |
| 0 | The screen was deleted. |
| 4 | The screen does not exist. |
The content of f consists of the 40 character program name and the four character screen number.
Example
DATA DYNPRONAME(44) VALUE 'SAPTEST'.
DYNPRONAME+40 = '0100'.
DELETE DYNPRO DYNPRONAME.
PERFORM Short Reference CL_GUI_FRONTEND_SERVICES - Frontend Services
This documentation is copyright by SAP AG.
Length: 1335 Date: 20120522 Time: 045644 triton ( 40 ms )






