SAP Function SAMPLE_INTERFACE_00001120 - Schnittstellenbeschreibung zum Event 00001120

Parameter Reference Type Length Default Optional Text
I_AKTYP OFIWA-AKTYP C 1 X A = Anzeigen, V = Ändern
I_BELNR BKPF-BELNR C 10 Belegnummer
I_BUKRS BKPF-BUKRS C 4 Buchungskreis
I_BUZEI BSEG-BUZEI N 3 Buchungszeile
I_GJAHR BKPF-GJAHR N 4 Geschäftsjahr

Parameter Reference Type Length Text
E_XCHNG OFIWA-XCHNG C 1 Kennzeichen: Beleg wurde geändert


DEFINE &TEXT& = 'Change document, Environment -> Additional components'
DEFINE &EVENT& = '00001120'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached directly from the R/3 System menu (at line itemlevel: Environment -> Additional components).

INTERFACE
The key data of the current line item is transferred to the additionalcomponent. The indicator I_AKTYP displays whether a switch is made fromthe change mode. Where changes are to be made, the purpose of thisEvent is to enable changes to the user's own data, which data can thenbe updated at the corresponding update function module (00001110). If achange was made to your data, transfer E_XCHNG = 'X' to the standardsystem. If no changes were made, the indicator is not selected.