SAP Function SAMPLE_INTERFACE_00001520 - Schnittstellenbeschreibung zum Event 00001520

Parameter Reference Type Length Default Optional Text
I_KKBER RF02L-KKBER C 4 X Kreditkontrollbereich
I_KUNNR KNA1-KUNNR C 10 Debitornummer


DEFINE &TEXT& = 'Credit Management, Save'
DEFINE &EVENT& = '00001520'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when saving data, following the update functionmodule for Credit Management (CREDILIMIT_CHANGE).

INTERFACE
The key data for customer credit management is transferred to theadditional component. Actual changes to user's own data can then beprocessed.
Note however that no database activities involving the writing of datamay be carried out!!
The update (including that of those 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 must initiateasynchronous updating using the ABAP statement
IN UPDATE TASK.