cancel
Showing results for 
Search instead for 
Did you mean: 

How to send username and password

Former Member
0 Kudos

Hello Friends,

When a BSP application is tested or executed,

it opens a explorer window and asks for the server username and password.

Is there a way where I can pass the username and password through the url so that the user nedd not know the username and password but directly can open the browser and use the application.

Regards,

Raju...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raju,

If you want to send Username & Password we can do it just by appending it to the URL as URL Parameteres.

Example:

http://myServer.sap.com:1080/bc/bsp/sap/it00?sap-sessioncmd=open&sap-language=en&sap-client=800

Like this we have System-Specific URL Parameters sap-user & sap-password for sending user ID and Password through URL. For the BSP application, to accept the USer/Password, like this SSO is to be enabled in your BSP application.

But normally, it is not preffered to pass user/password through URL.

Regards,

Ravikiran.

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

Former Member
0 Kudos

Dera Raju,

If you have to suppress WAS login, there is a simple setting that needs to be done in SICF Transaction.

You have to locate your application under

SAP->BC->BSP->SAP-><i><your_application_name></i>

Double click on you application.

Under Service Data Tab, you can specify Client, Username and Password.

Hope this solves your problem

Answers (1)

Answers (1)

eddy_declercq
Active Contributor
0 Kudos