Menu

SAP Function Module DB_DROP_INDEX_CNV_S

The Function Module DB_DROP_INDEX_CNV_S () is a standard Function Module in SAP ERP and is part of the function group SDB2 within the package SDIC.

Technical Information

Function Module DB_DROP_INDEX_CNV_S
Short Text
Function Group SDB2
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
CONSTRAINT LIKE DD12L-DBINDEX SPACE Database index
DBINDEX LIKE DD12L-DBINDEX
DBSYS LIKE SY-DBSYS SY-DBSYS DBS for which program is generated
NO_EXEC LIKE SPACE X: Do not execute generated program
PROGNAME LIKE TRDIR-NAME SPACE

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
SUBRC LIKE SY-SUBRC

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
STATEMENTS LIKE

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INDEX_NOT_DROPPED
PROGRAM_NOT_GENERATED Program could not be generated
PROGRAM_NOT_WRITTEN Program could not be written