Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ESS Auto Logout

Former Member
0 Kudos

Hi experts pls help me in this,

I have a requirment to automatically logout the user from the ESS after the user selects a particular link. I got a FM <b>LMBP_RESOURCE_LOGOFF</b>,

but this FM is helping me only to close the current screen but the user is not logged out. I want the user to get logged off after the link is clicked by the user.

Rgds,

Sarath.

Points will be awarded for usefull answers...

1 ACCEPTED SOLUTION

gopi_narendra
Active Contributor
0 Kudos

Am not sure if this works, but just try the system call

CALL 'SYST_LOGOFF'.

Regards

Gopi

2 REPLIES 2

gopi_narendra
Active Contributor
0 Kudos

Am not sure if this works, but just try the system call

CALL 'SYST_LOGOFF'.

Regards

Gopi

0 Kudos

Hi Gopi,

I tried this also but it has the same effect as the <b>LMBP_RESOURCE_LOGOFF</b> FM. Is there any other option.

The problem is , Im using this in a custom pgm and the screen for that report is getting closed. I want to close the entire ESS window. Please tell me whether the IE window can be closed with out the user command after the user selects the link in the ESS.

Rgds,

Sarath.