Parameters for Fields Without DDIC Reference
See also:
TextsField name |
Comp. type |
Dtype(length) |
Value range |
Use | |||
DD_OUTLEN |
LVC_DDLEN |
NUMC(6) |
0 (initial), n |
You use this field to specify the field output length for external display. This is only relevant to fields without reference to the Data Dictionary for which you want to modify the output using a conversion exit (see Using the Conversion Exit). The column width (field OUTPUTLEN of the field catalog) does not need to be identical to the output length for external display ( DD_OUTLEN ). | |||
INTLEN |
INTLEN |
NUMC(6) |
0 (initial), n |
You use this field to specify the field output length for internal display. This is only relevant to fields without reference to the Data Dictionary, for which you want to modify the output using a conversion exit (see Using the Conversion Exit). | |||
INTTYPE |
INTTYPE |
Char(1) |
ABAP data type, see value range of domain INTTYPE |
Only required for field without reference to the Data Dictionary. | |||
ROLLNAME |
LVC_ROLL |
Char(30) |
SPACE, name of a data element of the Data Dictionary |
If you want to provide F1 help for an output field without Data Dictionary reference or if you want to define a different F1 help than that stored in the DDIC for a field with DDIC reference, you can use this field. If F1 help is called for this field, the documentation for the data element assigned is displayed. If ROLLNAME is initial for fields with Data Dictionary reference, the documentation for the data element of the referenced field of the Data Dictionary is displayed. |