SAP Function SAMPLE_PROCESS_00700162 - Inteface Definition for BTE 00700162

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


DEFINE &TEXT& = 'User fields PR : Data transfer to 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
The Business Transaction Events &EVENT0& to &EVENT3& form theinterfaces from SAP program &PROGNAME& (&BEREICH& master data) to thecustomer function group that implements the customers' user fields. Thetest to verify if these customer user fields have been created is madeby assigning the BTE &EVENT0& to a function module in the customer namerange in the table TPS34. This assignment can be made using thetransaction FIBF. Refer to Freelydefinable user fields for more information.
If customer user fields have been created, call the assigned functionmodules in PBO in screen &SCREEN&, program &PROGNAME& in PAI. Theexport parameters of this event are: E_USERFIELDS : In this structurethe user fields are copied back to the program &PROGNAME&. The customeruser fields must be created in the structure &STRUCTURE&.
Die Exportparameter dieses Events sind : The export parameters of thisevent are:
E_USERFIELDS : In this structure the user fields are copied back to theprogram &PROGNAME&. The customer user fields must be created in thestructure &STRUCTURE&.
E_CHNG_FLAG : This determines if event &EVENT3& is implemented whenthe master 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.