cancel
Showing results for 
Search instead for 
Did you mean: 

Application logoff in webdynpro

dhinesh_thirugnanam
Active Participant
0 Kudos

Hi,

I want my application to logoff by clicking on a button(eg.close button).For this i did the steps based on the below link.I have added the scripts to close the browser,but i dont know how to link the button to this script.

http://help.sap.com/saphelp_nw04s/helpdata/en/fc/04a5421935c511e10000000a1550b0/content.htm

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

@Dhinesh

For closing the web browser from a Web Dynpro ABAP application, use an Outbound Plug of type "Exit" and set the CLOSE_WINDOW parameter to 'X'.

http://help.sap.com/saphelp_nw70/helpdata/en/45/1bc575ba064574e10000000a114a6b/frameset.htm "Window Plugs: Startup and Exit"

In this case, there is no need to enter a Logoff Page for the HTTP service of your Web Dynpro Application in ICF.

For an example, see Web Dynpro ABAP Application WDR_TEST_EXIT_WITH_CLOSE.