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