TYPENAME |
Name of table type |
TTYPENAME |
|
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 |
|
ACTFLAG |
Actions to be executed for a dependent DD object |
DEPACTION |
|
CHAR |
|
4 |
0 |
|
ROWTYPE |
Name of row type for table types |
TTROWTYPE |
DDTYPES
|
CHAR |
|
30 |
0 |
|
ROWKIND |
Category of Dictionary Type |
TYPEKIND |
|
CHAR |
|
1 |
0 |
Possible values
E |
Elementary Type |
S |
Structured Type |
L |
Table Type |
NULL |
Direct Type Entry |
R |
Reference Type |
D |
Domain |
|
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 |
|
ACCESSMODE |
Access modes for table types |
ACCESSMODE |
|
CHAR |
|
1 |
0 |
Possible values
A |
Not Specified |
I |
Index Table |
T |
Standard Table |
S |
Sorted Table |
H |
Hashed Table |
|
KEYDEF |
Key definition for table types |
TTYPKEYDEF |
|
CHAR |
|
1 |
0 |
Possible values
D |
Standard key |
T |
Row Type |
G |
Not specified |
K |
Key components |
|
KEYKIND |
Key category for table types |
KEYKIND |
|
CHAR |
|
1 |
0 |
Possible values
U |
Unique |
N |
Non-unique |
G |
Not specified |
|
KEYFDCOUNT |
Number of key fields of a table type |
KEYFDCNT |
|
NUMC |
|
4 |
0 |
|
GENERIC |
Generic table type |
TYPGENERIC |
|
CHAR |
|
1 |
0 |
Possible values
|
TYPELEN |
Length (No. of Characters) |
DDLENG |
|
NUMC |
|
6 |
0 |
|
AS4USER |
Last Changed by |
AS4USER |
|
CHAR |
|
12 |
0 |
|
AS4DATE |
Date of Last Change |
AS4DATE |
|
DATS |
|
8 |
0 |
|
AS4TIME |
Last changed at |
AS4TIME |
|
TIMS |
|
6 |
0 |
|
TTYPKIND |
Category of table type (range or general table type) |
TTYPKIND |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
General table type |
R |
Ranges table type |
|
RANGE_CTYP |
Elem. type of LOW and HIGH components of a Ranges type |
RANGE_CTYP |
|
CHAR |
|
30 |
0 |
|
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 |
|
OCCURS |
Initial Line Number for Table Types |
DDOCCURS |
|
NUMC |
|
5 |
0 |
|
PROXYTYPE |
DD: Is a generated proxy object |
DDPROXYTY |
|
CHAR |
|
1 |
0 |
Possible values
X |
Is a generated proxy object |
NULL |
Is not proxy-generated |
|
ALIAS |
Alias for Primary Key of a Table Type (Optional) |
TT_PRIMARY_KEY_ALIAS |
|
CHAR |
|
30 |
0 |
|
FURTHERSECKEY |
Additional Secondary Keys of a Table Type |
TT_FURTHER_SECKEYS |
|
CHAR |
|
1 |
0 |
Possible values
W |
Allowed (Addition WITH FURTHER SECONDARY KEYS) |
O |
Not allowed (Addition WITHOUT FURTHER SECONDARY KEYS0 |
NULL |
Not specified (none of these specifications) |
|