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