cancel
Showing results for 
Search instead for 
Did you mean: 

Reset and close ur webdynpro application

Former Member
0 Kudos

hi

I have a RESET button in the main window which

need to be reset and moved to starting stage after certain operations have been done when i click on RESET button ,

and other is close button where the whole WEBDYNPRO

APPLICATION has to be closed . how can this be done.

i have used certain method where i called WDCLIENTUSER

and closed the application , but its moving to the next page

and calling the SAP default logoff.htm page .

can any one help me ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

bggg

Former Member
0 Kudos

U can use WDClientUser.forceLogoffClientUser(null);

or

WDClientUser.forceLogoffClientUser("URL?logout_submit=1");

on close button

Former Member
0 Kudos

hi

thanks for the response

WDClientUser.forceLogoffClientUser(null);

this will move to the next page as show a message

webdynpro application terminated , good bye

instead , can we show out own messages or message

any suggestions ?