sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SELECTION-SCREEN INCLUDE PARAMETERS

Short Reference

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

What does it do? The PARAMETERS addition creates the screen elements for the parameter para on the current selection screen . You must specify a parameter for para that has already been declared with a PARAMETERS statement on a previous selection screen. All the properties of the parameter are copied from the original selection screen.
The additions OBLIGATORY and MODIF ID have the same meaning as in the PARAMETERS statement and overwrite the corresponding properties copied from the original selection screen. If the parameter on the original selection screen is declared with an OBLIGATORY addition, this property can be deactivated 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 global variant para can be filled with values by several selection screens at the same time.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECTION-SCREEN_INCLUDE_COMNT
SELECTION-SCREEN_INCLUDE_PUSHB




comments powered by Disqus