2023 Jun 27 1:43 PM
Hi,
We have a requirement to open a new browser session (or call a 3rd party embedded iFrame) from ABAP in private/incognito mode. Is this possible?
I've used FM CALL_BROWSER before but there doesn't seem to be an option for private mode.
Thanks.
2023 Jun 27 2:00 PM
instead of this FM, call a command line "msedge -inprivate"
(cl_gui_frontend->execute)