cancel
Showing results for 
Search instead for 
Did you mean: 

Keep logon across different WPD apps

Former Member
0 Kudos

Hi,

I have create a report in Web Dynpro ABAP that will open another web dynpro application. When the other application opens I need to logon again. I use the create_external_window method.

Is there a way to keep keep my logon from my other application (the report)?

PS. I do not necessary need to open the other application in a new window...

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Instead of create new window you might try just firing an exit plug with the URL of the new application. Then the navigation will happen in place.

However in general if you configure your server to generate a single sign on ticket, then even when you launch applications in a new window you shouldn't have to login again.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Thomas

I ended up using a suspend plug since I needed to navigate back to the report.