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: 

How to implement user logoff with ABAP

Former Member
0 Kudos

Hi NG,

how do I implement a user logoff in ABAP?

Kind regrads

Stefan

1 ACCEPTED SOLUTION

sergey_korolev
Active Contributor
0 Kudos

Hi Stefan, try system call

CALL 'SYST_LOGOFF'.

3 REPLIES 3

sergey_korolev
Active Contributor
0 Kudos

Hi Stefan, try system call

CALL 'SYST_LOGOFF'.

0 Kudos

Bingo!

Thank's.

Former Member
0 Kudos

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