SAP Function SAMPLE_PROCESS_00700192 - Interface definition for event 00700192

Parameter Reference Type Length Text
E_ABORT_CHECK BOOLE u 1
E_CHNG_FLAG BOOLE u 1
E_USERFIELDS VIMIMV_CI u 1


DEFINE &TEXT& = 'RU user fields : data transfer in CustFunctGroup'
DEFINE &EVENT& = '00700192'
DEFINE &EVENT2& = '00700192'
DEFINE &EVENT3& = '00700193'
DEFINE &EVENT1& = '00700191'
DEFINE &EVENT0& = '00700190'
DEFINE &PROGNAME& = 'SAPLFV7V'
DEFINE &SCREEN& = '150'
DEFINE &STRUCTURE& = 'CI_VIMIMV'
DEFINE &BEREICH& = 'Rental agreement'
DEFINE &TYPE& = 'PROCESS'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX
The Business Transaction Events &EVENT0& to &EVENT3& form the interfaceof the SAP program &PROGNAME& (&BEREICH& master data) to the customerfunction group that implements the customer user fields. You check thatthese customer user fields have been created by assigning the BTEEvent to a function module in the customer name range in table tps34.For an exact description of all steps necessary to include the userfields, refer to general text Freelydefinable user fields.
If customer user fields have been created, call the assigned functionmodules in PAI on screen &SCREEN&, program &PROGNAME&.
The export parameters of this event are:
E_USERFIELDS: In this structure, the user fields are copied to programProgname. you must have created customer user fields in structureStructure.
E_CHNG_FLAG: This determines if event &EVENT3& is triggered when themaster data records are saved. Changes to customer tables are updatedhere.
E_ABBRUCH_PRUELAUF: The screen for the user fields are called in thebackground before saving. All input checks of the respective PAI thatare not ON_REQUEST are then carried out. If you want to cancel save dueto inconsistent data, you have to set this flag.