Menu

SAP Function Module DD_CREATE_INDEX

Read index from the Dictionary and create it in the database.

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.) is a standard Function Module in SAP ERP and is part of the function group SDD1 within the package SDIC.

Technical Information

Function Module DD_CREATE_INDEX
Short Text Read index from the Dictionary and create it in the database.
Function Group SDD1
Package SDIC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DBSYS LIKE SY-DBSYS SY-DBSYS DBS for which program is generated
INDEXNAME LIKE DD12V-INDEXNAME Index ID
NO_EXEC LIKE SPACE X: do not execute generated program
PRID LIKE SY-TABIX 0 Log ID
PROGNAME LIKE TRDIR-NAME SPACE Name of the generated program
TABNAME LIKE DD12V-SQLTAB Name of the table

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
GENPROG LIKE TRDIR-NAME actual name of the generated program

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BASETAB_ERROR Basis table is missing
DB_ERROR Error when creating on the database.
DD_ERROR Error in the Dictionary definition
INDEX_EXISTS Index already exists on the DB