The Function Module RSDRC_CUBE_DATA_GET_OLAP (Gets Data from a Cube into OLAP Processor) is a standard Function Module in SAP ERP and is part of the function group RSDRC within the package RSDD.
Function Module | RSDRC_CUBE_DATA_GET_OLAP |
Short Text | Gets Data from a Cube into OLAP Processor |
Function Group | RSDRC |
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_AUTHORITY_CHECK | TYPE | RSDRC_AUTHCHK | RSDRC_C_AUTHCHK-NONE | Flag Whether to Execute AUTHORITY CHECK |
I_AVOID_DUPLICATES | TYPE | RS_BOOL | RS_C_TRUE | Remove Duplicate (Only with Return into New Tab.) |
I_DEBUG | TYPE | RS_BOOL | RS_C_FALSE | Flag Whether DEBUGGER Is Called |
I_INFOCUBE | TYPE | RSD_INFOCUBE | Name of the InfoCube | |
I_NOMES252 | TYPE | RS_BOOL | RS_C_FALSE | Boolean |
I_NOPARALLEL | TYPE | RS_BOOL | RS_C_FALSE | No Parallel Processing |
I_NO_NCUM_INTERSECT | TYPE | RS_BOOL | RS_C_FALSE | No Interval Section of the RTIME with Validity Slice |
I_PACKAGED | TYPE | RS_BOOL | RS_C_FALSE | Use E_TX_DATA Instead of E_T_DATA |
I_PACKAGESIZE | TYPE | I | 1000 | Number of Records in Return Package |
I_REPORTNM | TYPE | PROGRAMM | SPACE | Name of the ABAP Report with Guest Code |
I_RETURNOBJ | TYPE | RSDRS_RETURNOBJ | SPACE | Name of the Return Object (File Name and Similar) |
I_RETURNTP | TYPE | RSDRS_RETURNTP | RSDRS_C_RETURNTP-DEF | Return Type (Int. Table, File, DB Table) |
I_SHOW_PLAN | TYPE | RS_BOOL | RS_C_FALSE | Flag Whether EXPLAIN PLAN Is Executed Beforehand |
I_SHOW_REPORT | TYPE | RS_BOOL | RS_C_FALSE | Flag Whether Generated REPORT Is to Be Displayed |
I_SRDATE | TYPE | RSR_SRDATE | SY-DATUM | Key Data for Time-Dependent Characteristics |
I_SUPPRMESS | TYPE | RSRSUPPRMESS | Meldungen unterdrücken | |
I_TH_CUBE_REQUID | TYPE | RSDD_TH_CUBE_REQUID | Table with REQUID Cond. for Affected Basic Cubes | |
I_TH_SFC | TYPE | RSDD_TH_SFC | Table of Required Characteristics | |
I_TH_SFK | TYPE | RSDD_TH_SFK | Table of Required Key Figures | |
I_TSX_MPR | TYPE | RRO01_TSX_MPR | Beschreibt die FEMSn und Returnfelder, für die Partprovider | |
I_TSX_SELDR | TYPE | RSDD_TSX_SELDR | Selection Table | |
I_T_RTIME | TYPE | RSDD_T_RTIME | Table of Required Times (Non-Cumulatives) | |
I_USE_AGGR_CUBES | TYPE | RS_BOOL | RS_C_TRUE | Use Aggregate Cubes Yes/No |
I_USE_DB_AGGREGATION | TYPE | RS_BOOL | RS_C_TRUE | Use Aggregation on DB Level Yes/No |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_EMPTY_RESULT | TYPE | RS_BOOL | Result Empty? | |
E_END_OF_DATA | TYPE | RS_BOOL | Last Return Package Yes/No | |
E_TX_DATA | TYPE | STANDARD TABLE | List of Internal Tables with Read Data | |
E_TX_SPLITPACK | TYPE | RSDR0_TX_SPLITPACK | Split Data Package Description | |
E_T_DATA | TYPE | STANDARD TABLE | Data Table with Query-Dependent Structure |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_FIRST_CALL | TYPE | RS_BOOL | RS_C_TRUE | Initial Call Yes/No |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INHERITED_ERROR | Error Inherited from Internal Function Call |
NO_AUTHORIZATION | User is Not Authorized for Access |