DEFINE &TEXT& = 'Credit Management, Save' DEFINE &EVENT& = '00001520' DEFINE &TYPE& = 'INTERFACE' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE ENEVENT 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. |