Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
I_VIMIMV | VIMIMV | u | 875 | X | Lease-Out |
DEFINE &TEXT& = 'RA user fields : save' DEFINE &EVENT& = '00700193' 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 &EVENT0& form the interfaceof the SAP program &PROGNAME& (master data &BEREICH&) for the customerfunction group that implements the customer user fields. You check thatthese customer user fields have been created by assigning the BTEEvent0 to a function module in the customer name range in tableTPS34. For an exact description of all steps necessary to include theuser fields, refer to general text An assigned function module is called when you save the master data ofa rental agreement if CHNG_FLAG for event &EVENT2& is set. There are noparameters. The function module that you have called can update changesin the customer tables. The only parameter is I_VIMIMV of type VIMIMV containing the currentmaster data record. The intreno (Real Estate key) and the object numberare also available when data is created. These numbers are notavailable in parameter I_VIMIMV on data creation at the IMPORT event.The function module called here can update changes in the customertable. |