SAP Function SAMPLE_INTERFACE_00001410 - Schnittstellenbeschreibung zum Event 00001410

Parameter Reference Type Length Default Optional Text
I_AKTYP T020-AKTYP C 1 X A = Anzeige, V = Ändern, H = Anlegen
I_BUKRS LFB1-BUKRS C 4 X Buchungskreis
I_LIFNR LFA1-LIFNR C 10 Kreditornummer

Parameter Reference Type Length Text
E_XCHNG BOOLE-BOOLE C 1 Kennzeichen: Änderungen vorgenommen


DEFINE &TEXT& = 'Vendor master record, Environment -> Addit.components'
DEFINE &EVENT& = '00001410'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when the GUI menu is called up (in the vendormaster record by choosing Environment -> Additional components).

INTERFACE
The key fields belonging to table LFB1 (vendor master record at companycode level) and the activity type are transferred to the additionalcomponent. By transferring the indicator E_XCHNG = 'X' back to thestandard system, it is possible to record the creation of or changes touser's own data. Updating of this data at the appropriate Event(00001420) can then be initiated. If the user's own data was neitherchanged nor added to, the indicator must not be set.
The prerequisit for using the event is the transfer of a key text inevent 00001430.