SAP ABAP Function Module DD_CREATE_INDEX_S (Like DD_CREATE_INDEX, returns additionally the generated statements.)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
⤷
SDIC (Package) ABAP Dictionary
⤷
⤷
Basic Data
| Function Module | DD_CREATE_INDEX_S | Like DD_CREATE_INDEX, returns additionally the generated statements. |
| Function Group | SDD1 | Create DD objects in DB |
| Program Name | SAPLSDD1 | |
| INCLUDE Name | LSDD1U04 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
GENPROG | TYPE | TRDIR-NAME | actual name of the generated program | |||
| |
DBSYS | TYPE | SYST-DBSYS | SY-DBSYS | DBS for which program is generated | ||
| |
INDEXNAME | TYPE | DD12V-INDEXNAME | Index ID | |||
| |
NO_EXEC | TYPE | SPACE | X: do not execute generated program | |||
| |
PRID | TYPE | SYST-TABIX | 0 | Log ID | ||
| |
PROGNAME | TYPE | TRDIR-NAME | SPACE | Name of the generated program | ||
| |
TABNAME | TYPE | DD12V-SQLTAB | Name of the table | |||
| |
STATEMENTS | TYPE | Table of the generated statements | ||||
| |
BASETAB_ERROR | TYPE | Basis table is missing | ||||
| |
DB_ERROR | TYPE | Error when creating on the database. | ||||
| |
DD_ERROR | TYPE | Error in the Dictionary definition | ||||
| |
INDEX_EXISTS | TYPE | Index already exists on the DB | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19950113 |
| SAP Release Created in |