cancel
Showing results for 
Search instead for 
Did you mean: 

logout not working

Former Member
0 Kudos

Hi gurus,

I have implemented exit plug and have given the following code:

wd_this->fire_of_main_exit_plg( ).

data: l_ref_wdr_test_exit_plug type ref to ig_ZDISPLAY ,

str type string.

CALL METHOD cl_wd_utilities=>construct_wd_url

EXPORTING

application_name = 'ZSELECT_SEARCH_DISP'

IMPORTING

out_absolute_url = str.

l_ref_wdr_test_exit_plug = wd_this->get_ZDISPLAY_ctr( ).

l_ref_wdr_test_exit_plug->fire_O_main_exit_plg( CLOSE_WINDOW = 'X' ).

but when i execute this .. the page displays the following message:

URL parameters specified for an exit or suspend plug, but no URL specified

Can anyone advice me on this.

Thanking You.

Best Regards,

Navin Fernandes.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How many parameters you have defined for the exit plug ?

It seems you have defined URL also but not passing value to it with CLOSE_WINDOW .

Refer SAP Online help :

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/content.htm

Former Member
0 Kudos

hi saurav,

i have specified some url like www.sap.com in the url its working fine.. But the sapnetweaver login is not disconnected.

I want to delete the authorization cookie with the log out.

I tried including the code in the help .sap.com adding it in sicf..

its not helping much

Can you suggest something..

Thanking You,

Best Regards,

Navin Fernandes.

Edited by: NAVIN FERNANDES on Dec 16, 2009 11:16 AM

Former Member
0 Kudos

By closing window sap will not log off.

For Log off functionality ,refer this :

Former Member
0 Kudos

Hi saurav,

It is working fine now..when i kill the cookie with the url call..

But when i open the particular application again after logoff the page is coming blank...may i know why this is happening..!

Best Regards,

navin fernandes.

Former Member
0 Kudos

Hi saurav,

Thank You. Problem solved.

Best Regards,

navin fernandes.

Answers (0)