Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  SAP GUI User Dialogs →  Selection Screens →  Create Selection Screens →  SELECTION-SCREEN →  SELECTION-SCREEN INCLUDE 

SELECTION-SCREEN INCLUDE PARAMETERS

Quick Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


SELECTION-SCREEN INCLUDE PARAMETERS para 
                                    [OBLIGATORY [OFF]]
                                    [MODIF ID modid]
                                    [ID id].

Effect

The addition PARAMETERS creates the screen elements for the parameter para on the current selection screen. para expects a parameter already declared using the statement PARAMETERS previous selection screen. All the properties of the parameter are taken from the original selection screen.

The additions OBLIGATORY and MODIF ID have the same meaning as in the statement PARAMETERS and overwrite the corresponding properties taken from the original selection screen. If the parameter on the original selection screen is declared using the addition OBLIGATORY, this property can be deactivated on the current selection screen by specifying OFF.

The addition ID can only be used in a selection include for a logical database.


Note

The addition INCLUDE in this variant ensures that the global variant para can be filled with values by multiple selection screens at the same time.