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 EBPP_EVENT_LOG_MULTIPLE_BUKRS (Speichert ein Event welches mehrere Buchungskreise betrifft) is a standard Function Module in SAP ERP and is part of the function group EBPP_EVENTLOG within the package EBPP_APAR.
Function Module | EBPP_EVENT_LOG_MULTIPLE_BUKRS |
Short Text | Speichert ein Event welches mehrere Buchungskreise betrifft |
Function Group | EBPP_EVENTLOG |
Package | EBPP_APAR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CATEGORYNAME | TYPE | EBPP_CATEGORYNAME | Technischer Schlüssel der Protokollkategorie | |
DOCUMENTID | TYPE | BORIDENT | Beleg: BOR Objektidentifier | |
MESSAGE | TYPE | EDIMESSAGE | auszugebende Meldung | |
REFERENCE | TYPE | EBPP_EVENTREFERENCE | Externer Vorgang als Klammer für Protokolleinträge | |
TIMESTAMP | TYPE | EBPP_TIMESTAMP | Zeitstempel für Protokolleinträge | |
USER | TYPE | EBPP_USER | User im FSCM, wird bei INITIAL auf SY-UNAME gesetzt |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | TYPE | BAPIRET1 | Fehlermeldung, falls Fehler aufraten |
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 |
---|---|---|---|---|
T_BUKRS | LIKE | EBPP_BUKRS | Buchungskreise für die das Event relevant ist |
This function module does not define any Exceptions.