cancel
Showing results for 
Search instead for 
Did you mean: 

Parameter is not passing in WebGUI

mdkaleel
Explorer
0 Kudos

I have a ITS URL for T.Code to call in WebDypro Application. The Parameter is not passing if any logon Message in R/3 Logon .

it is working fine if its no Message alert in R/3.

eg URL : http://XXXX.XXX.Local:8000/sap/bc/gui/sap/its/zqm03?sap-client=XXX&RIWO00-QMNUM=000100000329&~okcode...

I am using this below code to open the URL

window = window_manager->create_external_window(

                  url = url

                  modal = abap_false

                  has_location     = abap_false

                  ).

     window->open( ).


Any idea how to ignore this window. Or Open the Window with the parameters in URL ...


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kaleel,

Yes you can do it by disabling user exit SUSR0001. If you make this exit not to run, it will not ask for Pop up.

I will give you a note where popup is not working. Using this Note you will come to know that pop up for messages will be displayed.

https://service.sap.com/sap/support/notes/1465767




Regards,

Ravikiran.k

mdkaleel
Explorer
0 Kudos

Thanks Ravi, its Working Already Note Applied i just set the Parameter it is working.

Former Member
0 Kudos

welcome kaleel

Answers (0)