This statement is for internal use only.
It cannot be used in application programs.
DELETE DYNPRO f.
The screen that has the name specified in the field f is deleted.
Return Value
The content of f consists of the 40 character program name and the four character screen number.
DATA DYNPRONAME(44) VALUE 'SAPTEST'.
DYNPRONAME+40 = '0100'.
DELETE DYNPRO DYNPRONAME.