DELETE DYNPRO - delete a screen
Basic form
DELETE DYNPRO f.
Effect
Deletes the screen specified in the field
f .
The return code value is set as follows:
SY-SUBRC = 0
The screen was deleted.
SY_SUBRC = 4
The screen does not exist.
The contents of f consist of the 8-character program name and
the 4-character screen number.
Example
-
DELETE DYNPRO 'SAPTESTX0100'.
Related
IMPORT DYNPRO ,
EXPORT DYNPRO ,
GENERATE DYNPRO ,
SYNTAX-CHECK FOR DYNPRO
.
Index
© SAP AG 1996