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

How to implement user logoff with ABAP

Former Member
2,126

Hi NG,

how do I implement a user logoff in ABAP?

Kind regrads

Stefan

1 ACCEPTED SOLUTION
Read only

sergey_korolev
Active Contributor
1,037

Hi Stefan, try system call

CALL 'SYST_LOGOFF'.

Hi NG,

how do I implement a user logoff in ABAP?

Kind regrads

Stefan

3 REPLIES 3
Read only

sergey_korolev
Active Contributor
1,038

Hi Stefan, try system call

CALL 'SYST_LOGOFF'.

Read only

0 Likes
1,037

Bingo!

Thank's.

Read only

Former Member
0 Likes
1,037

use the function module "TH_DELETE_USER"

and send the user name whom you want to exit from SAP.

but i am not very sure can we use this function module in our programs or not.

Regards

srikanth