Table list used by SAP ABAP Function Module SELECT_TABLE_INDICES (Selection dialog box for secondary and primary indexes of a table)
SAP ABAP Function Module
SELECT_TABLE_INDICES (Selection dialog box for secondary and primary indexes of a table) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(R_DBINDEX) LIKE DD12L-DBINDEX |
|
| 2 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(R_INDEXNAME) LIKE DD12L-INDEXNAME |
|
| 3 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB |
|