SAP Function SAMPLE_INTERFACE_00001050 - Schnittstellenbeschreibung zum Event 00001050

Parameter Reference Type Length Default Optional Text
I_XVBUP OFIWA-XVBUP C 1 'X' X Kennzeichen: Verbuchung in update task

Parameter Reference Length Optional Text
T_BKP1 BKP1 4 Zusatzdaten 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 Verbuchungsinfo pro Belegzeile


DEFINE &TEXT& = 'Update posting, FI interface'
DEFINE &EVENT& = '00001050'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached after calling up the update function module forFI (POST_DOCUMENT) in the form routine FI_DOCUMENT_POST. One of thefunction modules in which this routine is called up is FI_DOCUMENT_POST(FI interface).

INTERFACE
All data relevant to the current document is transferred. The indicatorI_XVBUP serves soley to inform you that the SAP standard system postsasynchronously.
It follows that no database activities involving the writing of datamay be carried out in the additional component.
The update including that of the 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.