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