This statement is for internal use only.
Incompatible changes or further developments may occur at any time without warning or notice.
DELETE DYNPRO f.
Deletes the screen specified in the field f.
The Return Code is set as follows:
The contents of f consist of the 40-character program name and the 4-character screen number.
DELETE DYNPRONAME(44) VALUE 'SAPTEST'.
DYNPRONAME+40 = '0100'
DELETE DYNPRO DYNPRONAME.
IMPORT DYNPRO, EXPORT DYNPRO, GENERATE DYNPRO, SYNTAX-CHECK FOR DYNPRO.