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 COMMENT

Quick Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


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

Effect

The addition COMMENT creates an output field on the current selection screen. text expects a name already used in a previous selection screen to create an output field using the statement SELECTION-SCREEN COMMENT . The name of a text symbol cannot be specified. 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 statement SELECTION-SCREEN COMMENT. If FOR FIELD is not specified, the assignment of the original selection screen is applied.

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 variable text can be used by multiple selection screens at the same time.