DELETE - Delete a screen

Note

This statement is for internal use only.

Incompatible changes or further developments may occur at any time without warning or notice.


Basic form

DELETE DYNPRO f.

Effect

Deletes the screen specified in the field f.

The Return Code 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 40-character program name and the 4-character screen number.

Example

DELETE DYNPRONAME(44) VALUE 'SAPTEST'.

DYNPRONAME+40 = '0100'

DELETE DYNPRO DYNPRONAME.

Related

IMPORT DYNPRO, EXPORT DYNPRO, GENERATE DYNPRO, SYNTAX-CHECK FOR DYNPRO.