Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
I_VIOB02 | VIOB02 | u | 585 | X | Property master data |
DEFINE &TEXT& = 'User fields PR. : Data transfer in CustFunctGroup' DEFINE &EVENT& = '00700161' DEFINE &EVENT2& = '00700162' DEFINE &EVENT3& = '00700163' DEFINE &EVENT1& = '00700161' DEFINE &EVENT0& = '00700160' DEFINE &PROGNAME& = 'SAPMF60C' DEFINE &SCREEN& = '501' DEFINE &STRUCTURE& = 'CI_VIOB02' DEFINE &BEREICH& = 'Property' DEFINE &TYPE& = 'PROCESS' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX The Business Transaction Events &EVENT0& to &EVENT3& form theinterfaces from SAP program &PROGNAME& (business entity &BEREICH&) forthe customer function group that implements the customers' user fields.The test to verify if these customer user fields have been created ismade by assigning the BTE &EVENT0& to a function module in the customername range in the table TPS34. Refer to An assigned function module is called when you save the master data ofa &BEREICH& if CHNG_FLAG flag for &EVENT2& is set. The only parameter is I_VIOB02 of type VIOB02 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_VIOB02 on data creation at the IMPORT event.The function module called here can update changes in the customertable. |