ALV |
|
LVC_S_FCAT |
|
STRU |
|
0 |
0 |
|
ROW_POS |
ALV control: Output line (INTERNAL USE) |
LVC_ROWPOS |
|
INT4 |
|
10 |
0 |
|
COL_POS |
ALV control: Output column |
LVC_COLPOS |
|
INT4 |
|
10 |
0 |
|
FIELDNAME |
ALV control: Field name of internal table field |
LVC_FNAME |
|
CHAR |
|
30 |
0 |
|
TABNAME |
LVC tab name |
LVC_TNAME |
|
CHAR |
|
30 |
0 |
|
CURRENCY |
ALV control: Currency unit |
LVC_CURR |
|
CHAR |
|
5 |
0 |
|
CFIELDNAME |
ALV control: Field name for currency unit referenced |
LVC_CFNAME |
|
CHAR |
|
30 |
0 |
|
QUANTITY |
ALV control: Unit of measure |
LVC_QUAN |
|
CHAR |
|
3 |
0 |
|
QFIELDNAME |
ALV control: Field name for unit of measure referenced |
LVC_QFNAME |
|
CHAR |
|
30 |
0 |
|
IFIELDNAME |
ALV control: Field name of internal table field |
LVC_FNAME |
|
CHAR |
|
30 |
0 |
|
ROUND |
ALV control: ROUND value |
LVC_ROUND |
|
INT4 |
|
10 |
0 |
|
EXPONENT |
ALV control: Exponent for float representation |
LVC_EXPONT |
|
CHAR |
|
3 |
0 |
|
KEY |
ALV control: Key field |
LVC_KEY |
|
CHAR |
|
1 |
0 |
|
KEY_SEL |
ALV control: Key column that may be hidden |
LVC_KEYSEL |
|
CHAR |
|
1 |
0 |
|
ICON |
ALV control: Output as icon |
LVC_ICON |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
SYMBOL |
ALV control: Output as symbol |
LVC_SYMBOL |
|
CHAR |
|
1 |
0 |
|
CHECKBOX |
ALV control: Output as checkbox |
LVC_CHECKB |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
JUST |
ALV control: Alignment |
LVC_JUST |
|
CHAR |
|
1 |
0 |
|
LZERO |
ALV control: Output leading zeros |
LVC_LZERO |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
NO_SIGN |
ALV Control: Suppress Signs for Output |
LVC_NOSIGN |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
NO_ZERO |
ALV control: Suppress zeros for output |
LVC_NOZERO |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
NO_CONVEXT |
ALV control: Do not consider conversion exit for output |
LVC_NOCONV |
|
CHAR |
|
1 |
0 |
|
EDIT_MASK |
ALV control: EditMask for output |
LVC_EDTMSK |
|
CHAR |
|
60 |
0 |
|
EMPHASIZE |
ALV control: Highlight column with color |
LVC_EMPHSZ |
|
CHAR |
|
4 |
0 |
|
FIX_COLUMN |
ALV Control: Fix Column |
LVC_FIXCOL |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
DO_SUM |
ALV control: Aggregate values of column |
LVC_DOSUM |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
NO_SUM |
ALV control: No aggregation over values of column |
LVC_NOSUM |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
NO_OUT |
ALV control: Column is not output |
LVC_NOOUT |
|
CHAR |
|
1 |
0 |
|
TECH |
ALV control: Technical field |
LVC_TECH |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
OUTPUTLEN |
ALV control: Column width in characters |
LVC_OUTLEN |
|
NUMC |
|
6 |
0 |
|
CONVEXIT |
Conversion Routine |
CONVEXIT |
|
CHAR |
|
5 |
0 |
|
SELTEXT |
ALV control: Column identifier for dialog functions |
LVC_TXT |
|
CHAR |
|
40 |
0 |
|
TOOLTIP |
ALV control: Tool tip for column header |
LVC_TIP |
|
CHAR |
|
40 |
0 |
|
ROLLNAME |
ALV control: Data element for F1 help |
LVC_ROLL |
|
CHAR |
|
30 |
0 |
|
DATATYPE |
Data Type in ABAP Dictionary |
DATATYPE_D |
|
CHAR |
|
4 |
0 |
Possible values
ACCP |
Posting period YYYYMM |
CHAR |
Character String |
CLNT |
Client |
CUKY |
Currency key, referenced by CURR fields |
CURR |
Currency field, stored as DEC |
D16D |
Decimal Floating Point, 16 Digits, DEC on Database |
D16R |
Decimal Floating Point, 16 Digits, RAW on Database |
D16S |
Decimal Floating Point. 16 Digits, with Scale Field |
D34D |
Decimal Floating Point, 34 Digits, DEC on Database |
D34R |
Decimal Floating Point, 34 Digits, RAW on Database |
D34S |
Decimal Floating Point, 34 Digits, with Scale Field |
DATS |
Date field (YYYYMMDD) stored as char(8) |
DEC |
Counter or amount field with comma and sign |
FLTP |
Floating point number, accurate to 8 bytes |
INT1 |
1-byte integer, integer number <= 255 |
INT2 |
2-byte integer, only for length field before LCHR or LRAW |
INT4 |
4-byte integer, integer number with sign |
LANG |
Language key |
LCHR |
Long character string, requires preceding INT2 field |
LRAW |
Long byte string, requires preceding INT2 field |
NUMC |
Character string with only digits |
PREC |
Obsolete data type, do not use |
QUAN |
Quantity field, points to a unit field with format UNIT |
RAW |
Uninterpreted sequence of bytes |
RSTR |
Byte String of Variable Length |
SSTR |
Short Character String of Variable Length |
STRG |
Character String of Variable Length |
TIMS |
Time field (hhmmss), stored as char(6) |
UNIT |
Unit key for QUAN fields |
VARC |
Long character string, no longer supported from Rel. 3.0 |
|
INTTYPE |
ABAP data type (C,D,N,...) |
INTTYPE |
|
CHAR |
|
1 |
0 |
Possible values
C |
Character String |
N |
Character String with Digits Only |
D |
Date (Date: YYYYMMDD) |
T |
Time (Time: HHMMSS) |
X |
Byte Seq. (heXadecimal), in DDIC metadata also for INT1/2/4 |
I |
Integer number (4-byte integer with sign) |
b |
1-byte integer, integer number <= 254 |
s |
2-byte integer, only for length field before LCHR or LRAW |
P |
Packed number |
F |
Floating point number to accuracy of 8 bytes |
g |
Character string with variable length (ABAP type STRING) |
y |
Byte sequence with variable length (ABAP type XSTRING) |
u |
Structured type, flat |
v |
Structured type, deep |
h |
Table type |
V |
Character string (old Dictionary type VARC) |
r |
Reference to class/interface |
l |
Reference to data object |
a |
Decimal Floating Point Number, 16 Digits |
e |
Decimal Floating Point Number, 34 Digits |
j |
Static Boxed Components |
k |
Generic Boxed Components |
|
INTLEN |
Internal Length in Bytes |
INTLEN |
|
NUMC |
|
6 |
0 |
|
LOWERCASE |
Lowercase letters allowed/not allowed |
LOWERCASE |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Do not set flag |
X |
Set flag |
|
REPTEXT |
Heading |
REPTEXT |
|
CHAR |
|
55 |
0 |
|
HIER_LEVEL |
ALV control: Internal use |
LVC_HIERL |
|
INT4 |
|
10 |
0 |
|
REPREP |
ALV control: Value is selection criterion for rep./rep.intf. |
LVC_CRPRP |
|
CHAR |
|
1 |
0 |
|
DOMNAME |
Domain name |
DOMNAME |
|
CHAR |
|
30 |
0 |
|
SP_GROUP |
Group key |
LVC_SPGRP |
|
CHAR |
|
4 |
0 |
|
HOTSPOT |
ALV control: SingleClick-sensitive |
LVC_HOTSPT |
|
CHAR |
|
1 |
0 |
|
DFIELDNAME |
ALV control: Field name for column group in database |
LVCDBGFN |
|
CHAR |
|
30 |
0 |
|
COL_ID |
ALV control: Column ID |
LVC_COLID |
|
INT4 |
|
10 |
0 |
|
F4AVAILABL |
Does the field have an input help |
DDF4AVAIL |
|
CHAR |
|
1 |
0 |
Possible values
|
AUTO_VALUE |
ALV control: Automatic value copy |
LVC_AUTO |
|
CHAR |
|
1 |
0 |
|
CHECKTABLE |
Table Name |
TABNAME |
|
CHAR |
|
30 |
0 |
|
VALEXI |
Existence of fixed values |
VALEXI |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Do not set flag |
X |
Set flag |
|
WEB_FIELD |
ALV control: Field name of internal table field |
LVC_FNAME |
|
CHAR |
|
30 |
0 |
|
HREF_HNDL |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
STYLE |
ALV control: Style |
LVC_STYLE |
|
RAW |
|
4 |
0 |
|
STYLE2 |
ALV control: Style |
LVC_STYLE |
|
RAW |
|
4 |
0 |
|
STYLE3 |
ALV control: Style |
LVC_STYLE |
|
RAW |
|
4 |
0 |
|
STYLE4 |
ALV control: Style |
LVC_STYLE |
|
RAW |
|
4 |
0 |
|
DRDN_HNDL |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
DRDN_FIELD |
ALV control: Field name of internal table field |
LVC_FNAME |
|
CHAR |
|
30 |
0 |
|
NO_MERGING |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
H_FTYPE |
ALV tree control: Functional type (sum, avg, max, min, ...) |
LVC_FTYPE |
|
CHAR |
|
3 |
0 |
|
COL_OPT |
Entry for Optional Column Optimization |
LVC_COLOPT |
|
CHAR |
|
1 |
0 |
Possible values
X |
Optimization Is Kept Until the First Interaction |
A |
Optimization Is Kept Always |
NULL |
No Optimization |
|
NO_INIT_CH |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
DRDN_ALIAS |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
DECFLOAT_STYLE |
DD: Output Style (Output Style) for Decfloat Types |
OUTPUTSTYLE |
|
NUMC |
|
2 |
0 |
Possible values
00 |
Normal |
01 |
Sign right |
02 |
Scale-preserving |
03 |
Scientific |
04 |
Scientific with leading zero |
05 |
Scale-preserving scientific |
06 |
Engineering |
|
PARAMETER0 |
30 Characters |
CHAR30 |
|
CHAR |
|
30 |
0 |
|
PARAMETER1 |
30 Characters |
CHAR30 |
|
CHAR |
|
30 |
0 |
|
PARAMETER2 |
30 Characters |
CHAR30 |
|
CHAR |
|
30 |
0 |
|
PARAMETER3 |
30 Characters |
CHAR30 |
|
CHAR |
|
30 |
0 |
|
PARAMETER4 |
30 Characters |
CHAR30 |
|
CHAR |
|
30 |
0 |
|
PARAMETER5 |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
PARAMETER6 |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
PARAMETER7 |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
PARAMETER8 |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
PARAMETER9 |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
REF_FIELD |
ALV control: Reference field name for internal table field |
LVC_RFNAME |
|
CHAR |
|
30 |
0 |
|
REF_TABLE |
ALV control: Reference table name for internal table field |
LVC_RTNAME |
|
CHAR |
|
30 |
0 |
|
TXT_FIELD |
ALV control: Field name of internal table field |
LVC_FNAME |
|
CHAR |
|
30 |
0 |
|
ROUNDFIELD |
ALV control: Field name with ROUND specification |
LVC_RNDFN |
|
CHAR |
|
30 |
0 |
|
DECIMALS_O |
ALV control: Number of decimal places for output |
LVC_DECMLS |
|
CHAR |
|
6 |
0 |
|
DECMLFIELD |
ALV control: Field name with DECIMALS specification |
LVC_DFNAME |
|
CHAR |
|
30 |
0 |
|
DD_OUTLEN |
ALV control: Output length in characters |
LVC_DDLEN |
|
NUMC |
|
6 |
0 |
|
DECIMALS |
Number of Decimal Places |
DECIMALS |
|
NUMC |
|
6 |
0 |
|
COLTEXT |
ALV control: Column heading |
LVC_TXTCOL |
|
CHAR |
|
40 |
0 |
|
SCRTEXT_L |
Long Field Label |
SCRTEXT_L |
|
CHAR |
|
40 |
0 |
|
SCRTEXT_M |
Medium Field Label |
SCRTEXT_M |
|
CHAR |
|
20 |
0 |
|
SCRTEXT_S |
Short Field Label |
SCRTEXT_S |
|
CHAR |
|
10 |
0 |
|
COLDDICTXT |
ALV control: Determine DDIC text reference |
LVC_DDICT |
|
CHAR |
|
1 |
0 |
|
SELDDICTXT |
ALV control: Determine DDIC text reference |
LVC_DDICT |
|
CHAR |
|
1 |
0 |
|
TIPDDICTXT |
ALV control: Determine DDIC text reference |
LVC_DDICT |
|
CHAR |
|
1 |
0 |
|
EDIT |
ALV control: Ready for input |
LVC_EDIT |
|
CHAR |
|
1 |
0 |
|
TECH_COL |
ALV control: Internal use |
LVC_TCOL |
|
INT4 |
|
10 |
0 |
|
TECH_FORM |
ALV control: Internal use |
LVC_TFORM |
|
INT4 |
|
10 |
0 |
|
TECH_COMP |
ALV control: Internal use |
LVC_TCOMP |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Blank |
. |
Radio button |
X |
Selection |
|
HIER_CPOS |
ALV control: Hierarchical column position |
LVCHCOLPOS |
|
INT2 |
|
5 |
0 |
|
H_COL_KEY |
Tree Control: Column Name / Item Name |
TV_ITMNAME |
|
CHAR |
|
12 |
0 |
|
H_SELECT |
Indicates if a column in the tree control can be selected |
LVC_SELECT |
|
CHAR |
|
1 |
0 |
|
DD_ROLL |
Data element (semantic domain) |
ROLLNAME |
|
CHAR |
|
30 |
0 |
|
DRAGDROPID |
ALV control: Drag&Drop handle for DragDrop object |
LVC_DDID |
|
INT4 |
|
10 |
0 |
|
MAC |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
INDX_FIELD |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
INDX_CFIEL |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
INDX_QFIEL |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
INDX_IFIEL |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
INDX_ROUND |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
INDX_DECML |
Natural Number |
INT4 |
|
INT4 |
|
10 |
0 |
|
GET_STYLE |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
MARK |
Character Field Length 1 |
CHAR01 |
|
CHAR |
|
1 |
0 |
|
DISP_TYPE |
Display Type |
PT_INFOFIELD_DISP_TYPE |
|
CHAR |
|
5 |
0 |
Possible values
VALUE |
Display value |
TEXT |
Display text for value |
ICON |
Display icons |
|
REFRESH_PERS_SEL |
TMW: Always Update Column in Employee Selection |
REFRESH_PERS_SEL |
|
CHAR |
|
1 |
0 |
Possible values
|
SORT_FIELD |
Technical Sort FIeld |
PT_TECH_SORT_FLD |
|
CHAR |
|
30 |
0 |
|
FIELDNAME |
Output Field |
PT_FLD_SEL_FIELDNAME |
|
CHAR |
|
30 |
0 |
|
IS_SORT_FIELD |
Flag (X or Blank) |
AS4FLAG |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Do not set flag |
X |
Set flag |
|
SORT_DOWN |
Flag (X or Blank) |
AS4FLAG |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Do not set flag |
X |
Set flag |
|
DISPLAY_FIELD |
Technical Sort FIeld |
PT_TECH_SORT_FLD |
|
CHAR |
|
30 |
0 |
|