Texts 
You use these fields to determine which texts are used by the ALV Grid Control:
As column header
As tool tip (informative text displayed if the user positions the mouse pointer on a column)
As column selection text (on the dialog box for defining the layout, sorting or filtering).
Note
See Texts in the Field Catalog for an explanation of how the fields are related to each other.
Field name |
Comp. type |
Dtype(length) |
Value range |
Use |
|||
COLDDICTXT |
LVC_DDICT |
Char(1) |
SPACE, 'L', 'M', 'S' and 'R' |
Relevant only to fields with reference to the Data Dictionary. You use values 'L', 'M', 'S' or 'R' to determine if SCRTEXT_L, SCRTEXT_M, SCRTEXT_S or REPTEXT is used as the column header. |
|||
COLTEXT |
LVC_TXT |
Char(40) |
Freely definable text |
Determines the column header of the column. You should assign a value to this field if it does not have a Data Dictionary reference. |
|||
REPTEXT |
REPTEXT |
Char(55) |
Text copied from the Data Dictionary |
Relevant only to fields with reference to the Data Dictionary. For such fields, the ALV Grid Control copies the field label for the header of the corresponding data element into this field. |
|||
SCRTEXT_L |
SCRTEXT_L |
Char(40) |
Text copied from the Data Dictionary |
Relevant only to fields with reference to the Data Dictionary. For such fields, the ALV Grid Control copies the long field label of the corresponding data element into this field. |
|||
SCRTEXT_M |
SCRTEXT_M |
Char(20) |
Text copied from the Data Dictionary |
Relevant only to fields with reference to the Data Dictionary. For such fields, the ALV Grid Control copies the medium field label of the corresponding data element into this field. |
|||
SCRTEXT_S |
SCRTEXT_S |
Char(10) |
Text copied from the Data Dictionary |
Relevant only to fields with reference to the Data Dictionary. For such fields, the ALV Grid Control copies the short field label of the corresponding data element into this field. |
|||
SELDDICTXT |
LVC_DDICT |
Char(1) |
SPACE, 'L', 'M', 'S' and 'R' |
Relevant only to fields with reference to the Data Dictionary. You use values 'L', 'M', 'S' or 'R' to determine if SCRTEXT_L, SCRTEXT_M, SCRTEXT_S or REPTEXT is used as the text for column selection. |
|||
SELTEXT |
LVC_TXT |
Char(40) |
Freely definable text |
Determines the text to be used in the column selection for the column. You should assign a value to this field if it does not have a Data Dictionary reference. |
|||
TIPDDICTXT |
LVC_DDICT |
Char(1) |
SPACE, 'L', 'M', 'S' and 'R' |
Relevant only to fields with reference to the Data Dictionary. You use values 'L', 'M', 'S' or 'R' to determine if SCRTEXT_L, SCRTEXT_M, SCRTEXT_S or REPTEXT is used as the tool tip. |
|||
TOOLTIP |
LVC_TIP |
Char(40) |
Freely definable texxt |
Determines the text to be used as the tool tip for the column. You should assign a value to this field if it does not have a Data Dictionary reference. |
|||