DevOps and System Administration Discussions
Dive into SAP DevOps and system administration. Join discussions to collaborate on optimizing workflows, share knowledge, and leverage resources effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot open (pop up) Browser from SAP GUI, Win 10

former_member764021
Discoverer
0 Kudos
2,808

I believe this is an issue of my Windows 10 system.

Normally, Browser (IE, Chrome) can be pop up after executed SOAMANAGER, NWBC, BRFplus, etc. However, my laptop cannot pop up the browser window, anyone could advise, how to fix it.

SAP GUI740 with patch v19 installed.

3 REPLIES 3

shabeer
Contributor

chmhans95
Member
0 Kudos
1,565

I saw a solution just like as following:

Implementing an implicit enhancement at the end of method CHECK_GUI_SUPPORT in class CL_GUI_FRONTEND_SERVICES and add the following code:

IF sy-tcode = 'SOAMANAGER' OR sy-tcode = 'NWBC'.

result = abap_false.

ENDIF.

ishwarya_doss
Participant