cancel
Showing results for 
Search instead for 
Did you mean: 

Log off in a webdynpro application

Former Member
0 Kudos

When I click on a link I should log out of a webdynpro application and get redirected to another link. Can anyone help me?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use a code like this on click of the link:

WDClientUser.forceLogOffClientUser("http://<url string>");

Regards,

Satyajit.

Answers (1)

Answers (1)

former_member186016
Active Contributor
0 Kudos

These will be useful:

You can open the new link using outbound plug.

Also you can close the existing window via code. See following:

Regards,

Ashwani Kr Sharma