Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
E_ABORT_CHECK | BOOLE | u | 1 | |
E_CHNG_FLAG | BOOLE | u | 1 | |
E_USERFIELDS | VIOB03_CI | u | 1 |
DEFINE &TEXT& = 'User fields BU : Data transfer from cust. func. grp.' DEFINE &EVENT& = '00700172' 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 theinterfaces from SAP program &PROGNAME& (master data &BEREICH&) forcustomer function groups that implement the customized user fields. Theassignment of the BTEs &EVENT0& to a text module in the customer namefield in table TPS34 verifies if the customized fields have beencreated or not. If customized user fields have been created, access the text module inthe PAI of &SCREEN& in the &PROGNAME& program. The export parameter of these events are: E_USERFIELDS : In this structure the user fields are issued in theProgname program. customized user fields must have been created inthe &STRUCTURE& structure for this. E_CHNG_FLAG : This tells you if the &SCREEN& event can be triggeredwhen the master data record is saved. Changes to the customized tablescan be updated. E_ABBRUCH_PRUELAUF : The screen for user fields is accessed in thebackground before saving. All input checks that are not ON_REQUEST aremade. If the save process is cancelled due to inconsistent entries,setting this flag, E_ABBRUCH_PRUELAUF, ensures that saving takes place. |