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_ME | v | 5 |
DEFINE &TEXT& = 'RU user fields: initialization' DEFINE &EVENT& = '00700180' DEFINE &TYPE& = 'PROCESS' INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX The Business Transaction Events 00700180 to 00700183 form the interfaceof the SAP function group FV7E (Rental unit master data) to thecustomer funcion group that implements the customer user fields. Youcheck that these customer user fields have been created by assigningthe BTE &EVENT& to a function module in the customer name range intable TPS34. For an exact description of all steps necessary to includethe user fields, refer to the general text If customer user fields have been created, call an assigned functionmodule in PBO in screen 900, function group FV7E. 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 that are to beexported to event 00700181 from the program to 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.. |