Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module RSAPO_WRITE_PACKAGE_BASIC (Write a package of transactional data into the specified infocube) is a standard Function Module in SAP ERP and is part of the function group RSAPO within the package RSDD.
Function Module | RSAPO_WRITE_PACKAGE_BASIC |
Short Text | Write a package of transactional data into the specified infocube |
Function Group | RSAPO |
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_CURR_CONVERSION | TYPE | RS_BOOL | RS_C_TRUE | konvertiere Währungskennz. in DB Format ja/nein |
I_INFOCUBE | TYPE | RSD_INFOCUBE | Infocubename |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RECORDS | TYPE | I | Anzahl der geschriebenen Records | |
E_REQUID | TYPE | RSREQUNR | Request ID unter der die Daten eingefügt wurden |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_T_DATA | TYPE | STANDARD TABLE | Daten (Struktur: T-View des Cubes) |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_STRUCTURE_ERROR | Daten in falscher Datenstruktur |
DUPLICATE_RECORDS | Duplikate beim Schreiben in den Cube |
ILLEGAL_INPUT | fehlerhafte Eingabeparameter |
INFOCUBE_NOT_FOUND | Infocube existiert nicht |
INHERITED_ERROR | Fehler aus aufgerufener Routine |
ROLLBACK_ERROR | Fehler beim Löschen des Requests aus Cube |