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 RSAPO_UPDATE_CUBE2 (APO: Update direkt auf einem Infocube ausführen) is a standard Function Module in SAP ERP and is part of the function group RSAPO within the package RSDD.
Function Module | RSAPO_UPDATE_CUBE2 |
Short Text | APO: Update direkt auf einem Infocube ausführen |
Function Group | RSAPO |
Package | RSDD |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_DIM_TABLNM | TYPE | TABNAME | Name der tmp. Dimensions-Tabelle | |
I_INFOCUBE | LIKE | RSAPO_INT_CUBES-INFOCUBE | Name des Infocubes | |
I_ROUND | TYPE | RS_BOOL | RS_C_FALSE | Soll gerundet werden? |
I_SHOW_REPORT | TYPE | RS_BOOL | RS_C_FALSE | Soll das generierte Statement angezeigt werden |
I_T_FIELDNM | TYPE | RSAPO_FIELDNM_TABLE | Spaltennamen der tmp. Dimensions-Tabelle | |
I_T_UPD_PERIODS | TYPE | RSAPO_UPD_PERIOD_TABLE | Tabelle mit Zeiteinschränkungen und Update-Regeln |
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 |
---|---|---|---|---|
E_T_CODE | LIKE | ABAPSOURCE | Generiertes Coding |
This function module does not define any Exceptions.