Hi!
I set a F4 search help for the busniess transaction field of my custom view. I call the BT126S_APPT component in a popup. After selecting the required BT from the list of the result table I want to close the popup.
In the 'OnSelect' method of the 'ApptSR' view there is the following code:
lr_cuco ?= get_custom_controller( 'BT126S_APPT/ApptSearchCuCo' ). "#EC NOTEXT
IF lr_cuco->gv_process_mode CS cl_crm_bt_s_window=>gc_proc_mode_f4.
op_activity_selected( ).
ENDIF.
How can I set the 'gv_process_mode' of the customer controller to 'gc_proc_mode_f4' value before or after I call the PopUp?
Thank you very much for the help.
Ragard,
Attila