SAP SELECT-OPTIONS SCREEN ABAP Statements
Get Example source ABAP code based on a different SAP table
• MODIF ID SELECT-OPTIONS
ABAP_SYNTAX
ABAP Addition
1
2
3
4
5
What does it do?
These additions can be used to declare the first input field as a mandatory field, hide the input field on the
Latest notes:
In addition to the additions already available, the function module
ABAP_HINT_END
• OBLIGATORY SELECT-OPTIONS
ABAP Addition
What does it do?
This addition defines the first input field for the selection criterion on the selection screen as a mandatory field. If this field is blank, the user cannot exit the selection screen using the
• NO-DISPLAY SELECT-OPTIONS
ABAP Addition
What does it do?
Using this addition, no screen elements are created on the selection screen for the selection criterion. In an
If the addition
Latest notes:
The length of the values passed to the columns
ABAP_HINT_END
• VISIBLE LENGTH SELECT-OPTIONS
ABAP Addition
What does it do?
This addition determines the visible length of the input field as
• NO-EXTENSION SELECT-OPTIONS
ABAP Addition
What does it do?
If this addition is specified, the pushbutton for multiple selection is not created on the
Latest notes:
The user cannot access the dialog box for multiple selection on the selection screen and therefore cannot process
ABAP_HINT_END
• NO INTERVALS SELECT-OPTIONS
ABAP Addition
What does it do?
This addition prevents the second input field from being generated on the selection screen.
Latest notes:
The user can only enter a single comparison in the first line of the selection table on the selection screen. Intervals can still be selected in the dialog box for multiple selection.
ABAP_HINT_END
Example ABAP Coding
Declaration of a selection criterion for which a single comparison is possible on the selection screen, but multiple selection is not possible.
ABEXA 00571
ABAP_EXAMPLE_END
Return to menu