Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module RSDRC_CUBE_DATA_GET_AGGR (Gets Data from a Cube for Building Aggregates) 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_AGGR |
Short Text | Gets Data from a Cube for Building Aggregates |
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_DEBUG | TYPE | RS_BOOL | RS_C_FALSE | Run in 'Debug Mode' |
I_FACTTAB | TYPE | RSD_TABLNM | Name of the Fact Table to Be Used | |
I_INFOCUBE | TYPE | RSD_INFOCUBE | InfoCube Name | |
I_MODE | TYPE | RSDW_MODE | RSDW_C_MODE-NEW | Mode During Realignment Run |
I_PACKAGESIZE | TYPE | I | 1000 | Number of Returned Records |
I_QUERY_SCENARIO | TYPE | RS_BOOL | RS_C_FALSE | DB Query Scenario |
I_RETURNOBJ | TYPE | RSDRS_RETURNOBJ | SPACE | Name of the Return Object (DB Tab, File) |
I_RETURNTP | TYPE | RSDRS_RETURNTP | RSDRS_C_RETURNTP-ITAB | Data Return Type (Internal Tab, DB Tab, File) |
I_SHOW_PLAN | TYPE | RS_BOOL | RS_C_FALSE | Display Access Plan Yes/No |
I_SHOW_REPORT | TYPE | RS_BOOL | RS_C_FALSE | Display Generated Report Yes/No |
I_SRDATE | TYPE | RSDRC_SRDATE | SY-DATUM | Key Date for Time-Dependent Master Data |
I_TH_CUBE_REQUID | TYPE | RSDD_TH_CUBE_REQUID | Table with REQUID Cond. for Affected Basic Cubes | |
I_TH_SFC | TYPE | RSDD_TH_SFC | List of Characteristics in SELECT | |
I_TH_SFK | TYPE | RSDD_TH_SFK | List of the Key Figures in SELECT | |
I_TSX_SELDR | TYPE | RSDD_TSX_SELDR | Standard Selection Conditions for Characteristics | |
I_T_RTIME | TYPE | RSDD_T_RTIME | Time interval for non-cumulative value aggregation | |
I_USE_DB_AGGREGATION | TYPE | RS_BOOL | RS_C_TRUE | Aggregation Already on the DB Yes/No |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_END_OF_DATA | TYPE | RS_BOOL | Last Data Package Yes/No | |
E_T_DATA | TYPE | STANDARD TABLE | Internal Tab for Read Data |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_FIRST_CALL | TYPE | RS_BOOL | Initial Call Yes/No | |
C_T_MSG | TYPE | RS_T_MSG | BW: Table with Messages (Application Log) |
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 |
METADATA_ERROR | Error When Requesting Metadata |
NO_AUTHORIZATION | User Has No Authorization for Access |
WRONG_INPUT | Error in the Input Parameters |