| TABNAME |
Table Name |
TABNAME |
DD02L
|
CHAR |
|
30 |
0 |
|
| FIELDNAME |
Field Name |
FIELDNAME |
|
CHAR |
|
30 |
0 |
|
| AS4LOCAL |
Activation Status of a Repository Object |
AS4LOCAL |
|
CHAR |
|
1 |
0 |
Possible values
| A |
Entry activated or generated in this form |
| L |
Lock entry (first N version) |
| N |
Entry edited, but not activated |
| S |
Previously active entry, backup copy |
| T |
Temporary version when editing |
|
| AS4VERS |
Version of the entry (not used) |
AS4VERS |
|
NUMC |
|
4 |
0 |
|
| POSITION |
Position of the field in the table |
TABFDPOS |
|
NUMC |
|
4 |
0 |
|
| KEYFLAG |
Identifies a key field of a table |
KEYFLAG |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
No key field |
| X |
Key field |
|
| MANDATORY |
Flag: Field is required (not blank) |
MANDATORY |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
Do not set flag |
| X |
Set flag |
|
| ROLLNAME |
Data element (semantic domain) |
ROLLNAME |
DD04L
|
CHAR |
|
30 |
0 |
|
| CHECKTABLE |
Check table name of the foreign key |
CHECKTABLE |
|
CHAR |
|
30 |
0 |
|
| ADMINFIELD |
Nesting depth for includes |
ADMINFIELD |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
Do not set flag |
| X |
Set flag |
|
| 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 |
|
| REFTABLE |
Table for reference field |
REFTABLE |
|
CHAR |
|
30 |
0 |
|
| PRECFIELD |
Name of included table |
PRECFIELD |
|
CHAR |
|
30 |
0 |
|
| REFFIELD |
Reference field for currency and qty fields |
REFFIELD |
|
CHAR |
|
30 |
0 |
|
| CONROUT |
Check or generating module for fields |
CONROUT |
|
CHAR |
|
10 |
0 |
|
| NOTNULL |
Indicator that NOT NULL is forced for this field |
NOTNULL |
|
CHAR |
|
1 |
0 |
Possible values
| X |
NOT NULL forced |
| NULL |
Any NULL or NOT NULL |
| N |
NULL forced |
|
| 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 |
|
| LENG |
Length (No. of Characters) |
DDLENG |
|
NUMC |
|
6 |
0 |
|
| DECIMALS |
Number of Decimal Places |
DECIMALS |
|
NUMC |
|
6 |
0 |
|
| DOMNAME |
Domain name |
DOMNAME |
DD01L
|
CHAR |
|
30 |
0 |
|
| SHLPORIGIN |
Origin of an Input Help |
SHLPORIGIN |
|
CHAR |
|
1 |
0 |
Possible values
| X |
Explicit search help attachment to field |
| P |
Input help implemented with check table |
| D |
Explicit search help attachment to data element |
| F |
Input help with fixed values |
| T |
Input help based on data type |
| NULL |
No input help exists |
|
| TABLETYPE |
DD: Flag if it is a table |
DDTABTYPE |
|
CHAR |
|
1 |
0 |
Possible values
| X |
Yes / TRUE |
| NULL |
No / FALSE |
|
| DEPTH |
DD: Depth for structured types |
TYPEDEPTH |
|
NUMC |
|
2 |
0 |
|
| COMPTYPE |
DD: Component Type |
COMPTYPE |
|
CHAR |
|
1 |
0 |
Possible values
| E |
Data element |
| NULL |
Built-in type |
| S |
Structured type (possibly as INCLUDE) |
| L |
Table type |
| N |
Reference to non-active type |
|
| REFTYPE |
Type of Object Referenced |
DDREFTYPE |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
No Information |
| A |
ANY |
| O |
Object |
| D |
DATA |
| B |
Built-In Dictionary Type |
| E |
Data Element |
| S |
Structured Type |
| L |
Table Type |
| C |
Class |
| I |
Interface |
|
| LANGUFLAG |
DD: Indicator for a Language Field |
DDLANGUFLG |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
Not selected as language field |
| X |
Field selected as language field |
|
| DBPOSITION |
Position of the field in the table |
TABFDPOS |
|
NUMC |
|
4 |
0 |
|
| ANONYMOUS |
Anonymization Indicator (for User Fields) |
DDANONYM |
|
CHAR |
|
1 |
0 |
Possible values
| NULL |
No Anonymity |
| X |
Anonymity |
|
| OUTPUTSTYLE |
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 |
|