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 logout users programmatically?

Former Member
0 Likes
581

Hi All,

We have a requirement in whihc we want to logout all normal (dialog) users programmatically. I am able to create a program in which I can logout myself programmatically but not other users. Can anybody tell me how to achieve this requirement?

Thanks

Siddarth

1 ACCEPTED SOLUTION
Read only

Phillip_Morgan
Contributor
0 Likes
459

Hello,

Function module TH_DELETE_USER can be used. It has user account as parameter.

2 REPLIES 2
Read only

Phillip_Morgan
Contributor
0 Likes
460

Hello,

Function module TH_DELETE_USER can be used. It has user account as parameter.

Read only

0 Likes
459

Thanks Phillip for your answer.