Data Element 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 | ![]() |
ERRNUM | Output: Error number | SOURCE VALUE(SUBRC) LIKE DDERR-ERRNUM |
2 | ![]() |
KEYFLAG | Identifies a key field of a table | SOURCE VALUE(KEYFIELDS) LIKE DDFIELD-KEYFLAG DEFAULT 'X' |
3 | ![]() |
NULLABLE | Null values allowed | SOURCE VALUE(NULLABLE) LIKE DDFIELD-NULLABLE DEFAULT 'X' |
4 | ![]() |
TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |