Search this site

Monday, December 27, 2010

Positioning in the Selection Screen

• To position the next parameter or comment on the selection screen, the
POSITION option is used.
• Syntax
– SELECTION-SCREEN POSITION .
• For , you can specify a number, POS_LOW, or POS_HIGH.
• To create a logical block of elements on the selection screen, mark the
beginning of the block with the BEGIN OF BLOCK option of the
SELECTION-SCREEN statement, then define the individual elements and
mark the end of the block with the END OF BLOCK option as shown below:
– SELECTION-SCREEN BEGIN OF BLOCK
[WITH FRAME]
[NO INTERVALS].
SELECTION-SCREEN END OF BLOCK .
• Blocks can be nested.

No comments:

Post a Comment