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 RP_RRM_BW_READ (RRM-Interface. Lesen von Verkaufsdaten aus dem BW) is a standard Function Module in SAP ERP and is part of the function group WRRM3 within the package WVKP_RRM.
Function Module | RP_RRM_BW_READ |
Short Text | RRM-Interface. Lesen von Verkaufsdaten aus dem BW |
Function Group | WRRM3 |
Package | WVKP_RRM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
PI_AA_APP | TYPE | MCW_AA_APP | Analytische Anwendung | |
PI_AA_METH | TYPE | MCW_AA_METH | Methode analytischer Anwendungen | |
PI_PERIOD_AGG | TYPE | SPERI | Periodenraster Info-Struktur | |
PI_PERNUM | TYPE | W_RP_RRM_PERIOD_NUMBER | RRM-Interface: Anzahl der Perioden für Verkaufshistorie | |
PI_SITE_AGG | TYPE | W_RP_RRM_SALESAGG_FOR_SITES | ' ' | RRM-Interface: Verdichtung der Verkaufsdaten über Werke |
PI_SPMON_INT | TYPE | SPMON_INTERVAL | Interval für Monatsanalysezeiträume | |
PI_SPTAG_INT | TYPE | SPTAG_INTERVAL | Interval für Tagesanalysezeitraum | |
PI_SPWOC_INT | TYPE | SPWOC_INTERVAL | Interval für Wochenanalysezeiträume | |
PI_VALIND | TYPE | W_RP_RRM_SDATA_VAL_INDICATOR | RRM-Interface: Auswahlkennz. zur Gültigkeit Verkaufshistorie | |
PI_VKORG | TYPE | VKORG | Verkaufsorganisation | |
PI_VTWEG | TYPE | VTWEG | Vertriebsweg |
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 |
---|---|---|---|---|
PE_T_SALES | TYPE | TWRP_RRM_SALES_DATA | RRM-Interface: Tabelle für Verkaufsdaten | |
PI_T_MATNR | LIKE | WRP_RRM_ARTI_COREDATA | Selektierte Materialien beim RRM-Interface: Zentrale Daten | |
PI_T_WERKS | TYPE | WERKS_TABLE | Tabelle mit Werken | |
PX_T_RETURN | TYPE | BAPIRETTAB | Tabelle mit BAPI Return Informationen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
AA_CUSTOMIZING | Inkompatibles Customizing für analytische Anwendung 009 |
ERROR_READING_BW | Fehler beim Lesen des BW |
OTHER_ERROR | Sonstige Fehler |