SAP Function SAMPLE_INTERFACE_00001030 - Schnittstellenbeschreibung zum Event 00001030

Parameter Reference Type Length Default Optional Text
I_BKDF BKDF u 60 Dauerbuchungsdaten
I_UF05A UF05A u 48 Hilfsfelder für temporäre Belege
I_XVBUP OFIWA-XVBUP C 1 'X' X Kennzeichen: Verbuchung in update task

Parameter Reference Length Optional Text
T_AUSZ1 AUSZ1 112 X Auszugleichende Positionen
T_AUSZ2 AUSZ2 39 X Ausgleichsaktionen
T_AUSZ3 AUSZ_CLR 164 X Ausgleichsaktionen
T_BKP1 BKP1 4 Zusatzinformationen pro Belegkopf
T_BKPF BKPF 697 Belegköpfe
T_BSEC BSEC 532 CPD-Daten
T_BSED BSED 404 Wechseldaten
T_BSEG BSEG 2012 Belegzeilen
T_BSET BSET 240 Steuerdaten
T_BSEU BSEU 23 Verbuchungsinformation pro Belegzeile


DEFINE &TEXT& = 'Document posting, update posting'
DEFINE &EVENT& = '00001030'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached prior to the update posting module for FI(POST_DOCUMENT) and also following callup of the interface part.

INTERFACE
All current data, all document data required for the update, andvarious control parameters are transferred to the additional component.The indicator I_XVBUP is used for information purposes only - that theSAP standard system carries out an update posting asynchronously.
It follows that no database activities involving the writing of datamay be carried out in the additional component.
The update posting (including tables specific to Add-ons) are carriedout by the COMMIT WORK of the standard process. If your function moduleis not accessed via RFC, you should always initiate asynchronous updateposting using the ABAP statement:
IN UPDATE TASK.