sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SELECTION-SCREEN INCLUDE SELECT-OPTIONS

Short Reference

ABAP Syntax SELECTION-SCREEN INCLUDE SELECT-OPTIONS selcrit
[OBLIGATORY [OFF]]
[NO INTERVALS [OFF]]
[NO-EXTENSION [OFF]]
[MODIF ID modid]
[ID id].

What does it do? The SELECT-OPTIONS addition creates the screen elements for the selection criterion
selcrit on the current
selection screen . You must specify a selection criterion for
selcrit that has already been declared with a SELECT-OPTIONS statement on a previous selection screen. All the properties of the selection criterion are copied from the original selection screen.
The OBLIGATORY , NO INTERVALS NO-EXTENSION , and MODIF ID additions have the same meaning as in the SELECT-OPTIONS statement and overwrite the corresponding properties copied from the original selection screen. If the selection criterion was declared with
OBLIGATORY or NO INTERVALS additions on the original selection screen, you can deactivate these properties on the current selection screen by specifying OFF .
The ID addition can only be used in a selection include for a logical database .

Latest notes: The INCLUDE addition in this variant ensures that the selection table selcrit can be filled with values from several selection screens at the same time.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECTION-SCREEN_INCLUDE_PUSHB
SELECTION-SCREEN_LAYOUT




comments powered by Disqus