Table/Structure Field list used by SAP ABAP Function Module LIST_TABLE_INDICES (Lists all secondary indexes of a table and optionally also the prim. index)
SAP ABAP Function Module
LIST_TABLE_INDICES (Lists all secondary indexes of a table and optionally also the prim. index) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD12L - DBINDEX | Database index | SOURCE VALUE(R_DBINDEX) LIKE DD12L-DBINDEX |
|
| 2 | DD12L - INDEXNAME | Unique Index ID in a Table | SOURCE VALUE(R_INDEXNAME) LIKE DD12L-INDEXNAME |
|
| 3 | DD12L - SQLTAB | Table Name | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB |
|
| 4 | DD12L - SQLTAB | Table Name | ||
| 5 | DD12V - DDTEXT | Explanatory short text | ||
| 6 | DD12V - INDEXNAME | Unique Index ID in a Table | ||
| 7 | DD12V - UNIQUEFLAG | Flag for UNIQUE indexes | ||
| 8 | SYST - LANGU | ABAP System Field: Language Key of Text Environment | ||
| 9 | SYST - VLINE | ABAP System Field: Vertical Line for List | ||