sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SELECTION-SCREEN INCLUDE PUSHBUTTON

Short Reference

ABAP Syntax SELECTION-SCREEN INCLUDE PUSHBUTTON [/][pos](len) button_text
[USER-COMMAND fcode]
[MODIF ID modid]
[ID id].

What does it do? The PUSHBUTTON addition creates a pushbutton on the current selection screen . You must specify a name for button_text that has already been used to create a pushbutton with a SELECTION-SCREEN PUSHBUTTON
statement on a previous selection screen. You cannot specify the name of a text symbol. The content of the global variable button_text that was generated for the original selection screen is used as the text for the new pushbutton.
The additions have the same meaning as in the SELECTION-SCREEN PUSHBUTTON statement. If USER-COMMAND is not specified, the function code from the original selection screen is copied.
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 variable button_text can be used by several selection screens at the same time.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




SELECTION-SCREEN_INCLUDE_PARAM
SELECTION-SCREEN_INCLUDE_SELOP




comments powered by Disqus