cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass Logon screen of the SAP R/3 system where WDA application resides

former_member187977
Participant
0 Kudos

Hi,

I created an application in WDA. I have another appplication in WDJ. On one of the views of WDJ application, I created a link to URL UI elem and provided WDA application's URL to it as a reference. When I click on the link to URL, I expect that WDA should launch. But instead a logon screen appears. This logon screen is the logon screen of the SAP R/3 server in which I created the WDA application.

I want to bypass this logon screen. how do i do this ?

Regards

seventyros

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

For that you need to establish the SSO between the R/3 system and the JAVA system.

you can import the sso ticket form key store and then put it in abap stack..

or one more method is to give hardcoded user id and password in SICF for the web dynpro application.

however this approach is not recommended.

thanks

sarbjeet singh

Answers (1)

Answers (1)

former_member187977
Participant
0 Kudos

thanks !