The Function Module RSDU_DATA_EXISTS_INFOCUBE_INF (Is there any data in the basic infocube?) is a standard Function Module in SAP ERP and is part of the function group RSDU_CUBE_INF within the package RSDD.
Function Module | RSDU_DATA_EXISTS_INFOCUBE_INF |
Short Text | Is there any data in the basic infocube? |
Function Group | RSDU_CUBE_INF |
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_BASICCUBE | TYPE | RSD_INFOCUBE | Name des Basis-Infocubes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DATA_EXISTS | TYPE | RS_BOOL | Daten in I_BASICCUBE ja/nein? | |
E_E_DATA_EXISTS | TYPE | RS_BOOL | Daten in der E-Faktentabelle ja/nein? | |
E_F_DATA_EXISTS | TYPE | RS_BOOL | Daten in der F-Faktentabelle ja/nein? |
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 |
---|---|
INFOCUBE_ERROR | I_BASICCUBE ist kein Basis-Infocube oder Aggregat |