Application Development and Automation 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: 
Read only

auto logoff

Former Member
0 Likes
620

Hi experts.

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

thanks in advance.

Hi

check the fun module

TH_SET_AUTO_LOGOUT

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
529

Hi,

use the function module.

call function 'LMBP_RESOURCE_LOGOFF'.

or

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

rgds,

bharat.

Read only

Former Member
0 Likes
529

Hi

check the fun module

TH_SET_AUTO_LOGOUT

Regards

Anji