Table list used by SAP ABAP Function Module DB_DROP_INDEX_S (As DB_DROP_INDEX, basically returns the generated statements)
SAP ABAP Function Module
DB_DROP_INDEX_S (As DB_DROP_INDEX, basically returns the generated statements) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD02L | SAP Tables | SOURCE REFERENCE(STORSAVE_UNDER_TABNAME) TYPE DD02L-TABNAME DEFAULT SPACE |
|
| 2 | DD02L | SAP Tables | ||
| 3 | DD02L | SAP Tables | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|
| 4 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | ||
| 5 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX OPTIONAL |
|
| 6 | DD12V | Generated Table for View | SOURCE VALUE(INDEXNAME) TYPE DD12V-INDEXNAME OPTIONAL |
|
| 7 | TRDIR | Generated Table for View | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |
|
| 8 | TRDIR | Generated Table for View | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
|