SAP Function SAMPLE_INTERFACE_00001420 - Schnittstellenbeschreibung zum Event 00001420

Parameter Reference Type Length Default Optional Text
I_AKTYP T020-AKTYP C 1 X 'H' inzufügen, 'V' = Ändern
I_BUKRS LFB1-BUKRS C 4 X Buchungskreis
I_LIFNR LFA1-LIFNR C 10 Kreditornummer
I_XVBUP OFIWA-XVBUP C 1 'X' X Kennzeichen: Verbuchung in update task


DEFINE &TEXT& = 'Vendor master record: Save'
DEFINE &EVENT& = '00001420'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when making a change to vendor data, followingthe update function module VENDOR_UPDATE.

INTERFACE
The vendor's key data at company code level and the activity type aretransferred to the additional component. The indicator I_XVBUP servesonly to show that the SAP standard system updates asynchronously.I_AKTYP = 'H' when creating data, = 'V' when changing data.
It follows that no database activities involving the writing of datamay be carried out in the additional component
Updating (including updating 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, initiate asynchronous updateusing the ABAP statement
IN UPDATE TASK.