Table/Structure Field list used by SAP ABAP Function Module DD_CREATE_TABLE (Legt eine Tabelle auf DB an aus der uebergebenen Nametab)
SAP ABAP Function Module
DD_CREATE_TABLE (Legt eine Tabelle auf DB an aus der uebergebenen Nametab) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD02L - TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME DEFAULT SPACE |
|
| 2 | DD02L - TABNAME | Table Name | ||
| 3 | DD12V - INDEXNAME | Unique Index ID in a Table | ||
| 4 | DD12V - SQLTAB | Table Name | ||
| 5 | DDFIELD - KEYFLAG | Identifies a key field of a table | SOURCE VALUE(KEYFIELDS) LIKE DDFIELD-KEYFLAG DEFAULT SPACE |
|
| 6 | DDFIELD - KEYFLAG | Identifies a key field of a table | ||
| 7 | DDFIELD - NULLABLE | Null values allowed | ||
| 8 | DDFIELD - NULLABLE | Null values allowed | SOURCE VALUE(NULLABLE) LIKE DDFIELD-NULLABLE DEFAULT SPACE |
|
| 9 | DDREFSTRUC - STATE | Status of the ABAP Dictionary object | ||
| 10 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 11 | SYST - LANGU | ABAP System Field: Language Key of Text Environment | ||
| 12 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 13 | X031L - TABNAME | Table Name |