sapdev logo background
sapdev logo sapdev logo
Comments

ABAP DELETE DYNPRO Statement syntax, information and example SAP source code



Return to Statement index



DELETE DYNPRO


ABAP Syntax DELETE DYNPRO f.

What does it do? The screen that has the name specified in field f is deleted.

System Fields
sy-subrc Meaning
0The screen was deleted.
4The screen does not exist.

The content of f consists of the 40 character program name and the four character screen number
.
Example ABAP Coding
DATA DYNPRONAME(44) VALUE 'SAPTEST'.
DYNPRONAME+40 = '0100'.
DELETE DYNPRO DYNPRONAME.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




DELETE_DUPLICATES
DELETE_ITAB




comments powered by Disqus