The Function Module RSDU_INFOCUBE_INDEXES_REPA_DB2 (Repair the Secondary Indexes of an InfoCube) is a standard Function Module in SAP ERP and is part of the function group RSDU_INDEX_DB2 within the package RSDD.
Function Module | RSDU_INFOCUBE_INDEXES_REPA_DB2 |
Short Text | Repair the Secondary Indexes of an InfoCube |
Function Group | RSDU_INDEX_DB2 |
Package | RSDD |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DEFER | TYPE | RS_BOOL | RS_C_TRUE | Boolean |
I_DEFER_REBUILD | TYPE | RS_BOOL | RS_C_TRUE | Boolean |
I_DEGENERATED | TYPE | RS_BOOL | RS_C_FALSE | Boolean |
I_FACTTAB | TYPE | RSD_TABLNM | Name of the Fact Table to Be Used | |
I_FORCE_DDIC | TYPE | RS_BOOL | RS_C_FALSE | Boolean |
I_INCLUDE_PRIMIDX | TYPE | RS_BOOL | RS_C_TRUE | Boolean |
I_INFOCUBE | TYPE | RSD_INFOCUBE | InfoCube Name | |
I_WITH_AGGREGATES | TYPE | RS_BOOL | RS_C_FALSE | X' - Include the Aggregates |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_REPAIRED | TYPE | I | Number of Indexes That Have Been Repaired |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_PROCESSED | TYPE | RS_BOOL | RS_C_FALSE | Boolean |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CHECK_ERROR | Error Occurred During Index Check |
DROPPING_ERROR | Error Occurred During DROP INDEX |
INDEX_ERROR | Error Occurred During CREATE INDEX |
INHERITED_ERROR | Error Inherited from a Subroutine Call |