Hello All,
My requirement is to trigger a browser window via ZQ01 (zoutput type) with option as "4 Send immediately when saving application" on saving quotation. This is working fine when I am trying via print preview option or if I try in debugging mode. But when I am trying via save (saving quotation -ZQ01) option I am getting the dump "BROWER_NOT_STARTED".
I am calling Zfunctionmodule in a print program of ZQ01. My Z-functionmodule is triggering the standard FM WDY_EXECUTE_IN_BROWSER and dump is occurred with in this standard FM.
Please note that I am calling my Z-function as below to get work in update task but its still giving me the dump.
Note:
MY ZFM is a copy of standard fm "/OTDPERP/START_ROADMAP_WDY' (to trigger road map browser window )
call function 'ZFM_OTDPERP_START_ROADMAP_WDY' STARTING AT NEW TASK 'TEST'
EXPORTING
pi_object_type = 'BUS2031'
pi_object_id = quotation_number
pi_display_inplace = space or 'X' ( I tried with both option)
pi_roadmap_options = 0
pi_letter_mode = 1.
Please let me know is there is any way to trigger the browser window in update task ????
Many thanks for looking into this issue.
Thanks & Regards,
Aditya