Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
I_VIOB03 | VIOB03 | u | 653 | X | Real estate building master |
DEFINE &TEXT& = 'User fields building: save customer tables' DEFINE &EVENT& = '00700173' DEFINE &EVENT2& = '00700172' DEFINE &EVENT3& = '00700173' DEFINE &EVENT1& = '00700171' DEFINE &EVENT0& = '00700170' DEFINE &PROGNAME& = 'SAPMF60D' DEFINE &SCREEN& = '701' DEFINE &STRUCTURE& = 'CI_VIOB03' DEFINE &BEREICH& = 'Building' 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 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 unit if CHNG_FLAG for event &EVENT2& is set. The only parameter is I_VIOB03 of type VIOB03 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_VIOB03 on data creation at the IMPORT event.The function module called here can update changes in the customertable. |