The Function Module GET_INDX_FOR_VERSIONS (Read index objects (header, fields) for version admin.) is a standard Function Module in SAP ERP and is part of the function group SDDV within the package SDIC.
Function Module | GET_INDX_FOR_VERSIONS |
Short Text | Read index objects (header, fields) for version admin. |
Function Group | SDDV |
Package | SDIC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INDEXNAME | LIKE | DD12L-INDEXNAME | '*' | Indexname (7stell.Tabname + Indexkennung) |
STATUS | LIKE | DD12L-AS4LOCAL | 'A' | Active or revised object |
TABNAME | LIKE | DD12L-SQLTAB | Table name |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
VD12TV | LIKE | DD12TV | Fremdsprachen zu Sekundärindizes | |
VD12V | LIKE | DD12V | Header | |
VD17V | LIKE | DD17V | Fields |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Index not found |
NO_MOD_DD | No DD modification exists |