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: 

auto logoff

Former Member
0 Kudos

Hi experts.

can any one tell me the FM to logout the current user from ESS

thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

Hi,

use the function module.

call function 'LMBP_RESOURCE_LOGOFF'.

or

use the abap statement <b>call 'SYST_LOGOFF'.</b>

rgds,

bharat.

Former Member
0 Kudos

Hi

check the fun module

TH_SET_AUTO_LOGOUT

Regards

Anji