sapdev logo background
sapdev logo sapdev logo
Comments

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



Return to Statement index



SELECTION-SCREEN INCLUDE COMMENT

Short Reference

ABAP Syntax SELECTION-SCREEN INCLUDE COMMENT [/][pos](len) text
[FOR FIELD sel]
[MODIF ID modid]
[ID id].

What does it do? The COMMENT addition creates an output field on the current selection screen . You must specify a name for text that has already been used in a previous selection screen to create an output field with a SELECTION-SCREEN COMMENT statement. You cannot specify the name of a text symbol. The new output field represents the content of the global text variables already generated for the original selection screen.
The additions have the same meaning as in the SELECTION-SCREEN COMMENT statement. If FOR FIELD is not specified, the assignment of 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 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_BLOCK
SELECTION-SCREEN_INCLUDE_PARAM




comments powered by Disqus