Table list used by SAP ABAP Function Module DB_GET_TABLE_FIELDS (Returns the description of fields in a database table)
SAP ABAP Function Module
DB_GET_TABLE_FIELDS (Returns the description of fields in a database table) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBFIELD | Field description for database tables | SOURCE DBFIELDS STRUCTURE DBFIELD |
|
| 2 | DD02L | SAP Tables | SOURCE VALUE(FIELD_INFO) LIKE DD02L-CONTFLAG DEFAULT 'A' |
|
| 3 | DD02L | SAP Tables | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|