SAP Function SAMPLE_INTERFACE_00001320 - Schnittstellenbeschreibung zum Event 00001320

Parameter Reference Type Length Default Optional Text
I_AKTYP OFIWA-AKTYP C 1 'V' X A = Anzeige, V = Ändern, H = Anlegen
I_BUKRS KNB1-BUKRS C 4 X Buchungskreis
I_KUNNR KNA1-KUNNR C 10 Debitornummer
I_SPART KNVV-SPART C 2 X
I_VKORG KNVV-VKORG C 4 X
I_VTWEG KNVV-VTWEG C 2 X
I_XVBUP OFIWA-XVBUP C 1 'X' X Kennzeichen: Verbuchung in update task


DEFINE &TEXT& = 'Customer master record, save'
DEFINE &EVENT& = '00001320'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when creating and changing a customer masterrecord, following the update function module CUSTOMER_UPDATE orCUSTOMER_INSERT.

INTERFACE
The key data of the customer at company code level and the activitytype are transferred to the additional component. The indicator I_XVBUPexists solely to show 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 the Add-on-specific tables) is carried out by theCOMMIT WORK of the standard process. If your function module is notcalled up via RFC, you should always initiate asynchronous updatingusing the ABAP statement
IN UPDATE TASK.