2021 Sep 04 5:04 PM
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.
2021 Sep 06 1:35 PM
2022 Mar 23 10:44 AM
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.
2022 Apr 22 11:24 AM
Hi,
Any suggestion on the below issue?
https://answers.sap.com/questions/13627313/sap-automation-sap-pop-up-vs-windows-pop-up.html