Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
I_DIALOG_MODE | BU_AKTYP | C | 2 | |||
I_MAINDATA_LOCKED | BOOLE | u | 1 |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
E_KDYNNR | SYST-DYNNR | C | 4 | |
E_REPID | SYST-REPID | C | 40 | |
E_TABLE_FLAGS | FLAG_LEISTE_MV | v | 10 |
DEFINE &TEXT& = 'RA user field : initialization' DEFINE &EVENT& = '00700190' DEFINE &TYPE& = 'PROCESS' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX The Business Transaction Events 00700190 bis 00700193 form theinterface of the SAP function group FV7V (rental agreement master data)to the customer function group that implements the customer userfields. You check that these customer user fields have been created byassigning the BTE 00700190 to a function module in the customer namerange in table TPS34. For an exact description of all steps necessaryto include the user fields, refer to the general text If customer user fields have been created, call an assigned functionmodule in PBO in screen 150, function group FV7V. The import parameters of the events are: I_DIALOG_MODE: The current dialog mode of the master data dialog iscopied. The significance of the copied values can be seen in tableTBZ0K. I_MAINDATA_LOCKED: This is flagged if there is a master data block. The export parameters are: E_KDYNNR : Copy the number of the screen in which the customer userfields were created. E_REPID : This parameter contains the program number in which thecustomer user fields are maintained. This can be queried with thesystem variable SY-REPID. E_TABLE_FLAGS: This field string contains the tables which are to beexported to &EVENT1& event from the program in the customer functiongroup. The components in the field string all have the type BOOLE andare named FLG_"Table name". For example FLG_VIEGE for table VIEIGE. |