Table 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  DD02L SAP Tables SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME
2 Table  DDERR R/3 DDIC: Error Code From Modules SOURCE VALUE(SUBRC) LIKE DDERR-ERRNUM
3 Table  DDFIELD DB-relevant description of DD table fields SOURCE VALUE(NULLABLE) LIKE DDFIELD-NULLABLE DEFAULT 'X'
4 Table  DDFIELD DB-relevant description of DD table fields SOURCE VALUE(KEYFIELDS) LIKE DDFIELD-KEYFLAG DEFAULT 'X'
5 Table  DDFIELD DB-relevant description of DD table fields SOURCE DDFIELDS STRUCTURE DDFIELD
6 Table  X030L Nametab Header, Database Structure DDNTT
7 Table  X031L Nametab Structure, Database Structure DDNTF