SAP Function SAMPLE_INTERFACE_00001040 - Schnittstellenbeschreibung zum Event 00001040

Parameter Reference Type Length Default Optional Text
I_RF05R RF05R u 69 Arbeitsfelder für SAPMF05R
I_XVBUP OFIWA-XVBUP C 1 'X' X Kennzeichen: Verbuchung in update task

Parameter Reference Length Optional Text
T_XRAGL RAGL1 21 Schlüssel der zurückzunehmenden Zeilen


DEFINE &TEXT& = 'Resetting cleared items, update posting'
DEFINE &EVENT& = '00001040'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached following callup of the update function modulefor FI (REVERSE_CLEARING).

INTERFACE
All those line items for which cleared items are to be reset aretransferred to the additional component. The indicator I_XVBUP servesonly to inform you that the SAP system posts asynchronously.
It follows that no database activities involving the writing of datamay be carried out in the additional component.
The update (including that for 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 startasynchronous update posting using
IN UPDATE TASK.