Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Open browser in private/incognito mode

0 Kudos
358

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.

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos
308

instead of this FM, call a command line "msedge -inprivate"

(cl_gui_frontend->execute)