SAP Function SAMPLE_INTERFACE_00001110 - Schnittstellenbeschreibung zum Event 00001110

Parameter Reference Type Length Default Optional Text
I_XBKPF BKPF u 697 Belegkopf(neuer Stand)
I_YBKPF BKPF u 697 Belegkopf(alter Stand)

Parameter Reference Length Optional Text
XBSED FBSED 415 Wechselzeilen (neuer Stand)
XBSEG FBSEG 2024 Belegzeilen (neuer Stand)
YBSED FBSED 415 Wechselzeilen (alter Stand)
YBSEG FBSEG 2024 Belegzeilen (alter Stand)


DEFINE &TEXT& = 'Change, save document'
DEFINE &EVENT& = '00001110'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is accessed after calling the update module for changedocuments when saving in transaction FB02 (or FB09). It is reachedbefore the CHANGE_DOCUMENT function module is called up.

INTERFACE
Both the old and the new status (following manual editing) of all lineitems is transferred in each case to the additional component. The useris then able to respond to actual changes.
Note that no database activities involving the writing of data may becarried out in the additional component.
The update (including that of the tables specific to add-ons) iscarried out by the COMMIT WORK of the standard process. If yourfunction module is not called up via RFC, you should always initiateasynchronous update using the ABAP statement:
IN UPDATE TASK.