cancel
Showing results for 
Search instead for 
Did you mean: 

ITS login page probelm

Former Member
0 Kudos

Hi,

I am trying to send user id password to ITS in url

My url is :

http://<FQDN as in RZ11):<Port>/sap/bc/gui/sap/its/webgui?~transaction=va01&sap-user=xxxx&sap-password=xxxx

But i am getting login html page with user,pwd, client and login button and in user,password fields it is showing viapopup,viapopup.

How can i disable this screen. If i type url without user and password fields in url also i am getting this html login popup page.

Any one suggest how can i get rid of this screen.

Regards

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

Hi Ravi,

I would also send sap-client.

Please be aware that sending the password in the URL is a critical security weakness. Because network devices and webserver write the url in logfiles all administrators will see the password.

Best regards,

Klaus

athavanraja
Active Contributor
0 Kudos

As Klaus mentioned, you shouldnt be sending password thru url for security reasons.

to explain the reason why you are getting the login screen, again as Klaus mentioned you should pass the sap-client parameter also in the url, failing which the system will use the default client set up in profile parameter - login/system_client

(and you may have passed password for different client)

this is the default client number when you normally start the sapgui for that system

Regards

Raja