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: 

Logoff current user and Login another user

jitendra_it
Active Contributor
0 Kudos

Hello,

I am developing a module pool. Here requirement is:

User A will perform some activities using his id in custom PP transaction. At any point if he stuck, he needs to call his supervisor.

Supervisor will press a button on transaction which should log off user A and open a new session to login for Supervisor. Here as soon as Supervisor logins another custom transaction should start automatically to perform Supervisor's step.

Could you please provide your inputs here?

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can start a new user session via RFC to an appropriate destination. You can log off by using the function module "TH_DELETE_USER".

But all that can be found by searching ...