Table/Structure Field list used by SAP ABAP Function Module DD_NAMETAB_TO_DDFIELDS (Creates the corresponding field structure to the nametab of a table)
SAP ABAP Function Module
DD_NAMETAB_TO_DDFIELDS (Creates the corresponding field structure to the nametab of a table) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
DD02L - TABNAME | Table Name | |
2 | ![]() |
DD02L - TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
3 | ![]() |
DDERR - ERRNUM | Output: Error number | SOURCE VALUE(SUBRC) LIKE DDERR-ERRNUM |
4 | ![]() |
DDERR - ERRNUM | Output: Error number | |
5 | ![]() |
DDFIELD - KEYFLAG | Identifies a key field of a table | |
6 | ![]() |
DDFIELD - KEYFLAG | Identifies a key field of a table | SOURCE VALUE(KEYFIELDS) LIKE DDFIELD-KEYFLAG DEFAULT 'X' |
7 | ![]() |
DDFIELD - NULLABLE | Null values allowed | |
8 | ![]() |
DDFIELD - NULLABLE | Null values allowed | SOURCE VALUE(NULLABLE) LIKE DDFIELD-NULLABLE DEFAULT 'X' |