sapdev logo background
sapdev logo sapdev logo
Comments

ABAP SELECTION-SCREEN DEFINITION Statement syntax, information and example SAP source code



Return to Statement index



SELECTION-SCREEN - BEGIN OF

Short Reference

ABAP Syntax:
Selection screens as regular dynpros

1 SELECTION-SCREEN BEGIN OF SCREEN dynnr [TITLE title]
[AS WINDOW].
...
SELECTION-SCREEN END OF SCREEN dynnr.

Selection screens as subscreen dynpros

2 SELECTION-SCREEN BEGIN OF SCREEN dynnr AS SUBSCREEN
[NO INTERVALS]
[NESTING LEVEL n].
...
SELECTION-SCREEN END OF SCREEN dynnr.


What does it do? These variants of the statement SELECTION-SCREEN create selection screens. Selection screens can be created as normal dynpros or as subscreens dynpros .
The standard selection screen for executable programs is created automatically.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECTION-SCREEN_COMMENT
SELECTION-SCREEN_FUNCTIONKEY




comments powered by Disqus