‎2010 Jan 18 4:10 AM
hi,
iam new to SAP.
I have a requirement where i need to terminate the session of the particular user when i run a particular program.
kindly,suggest me if there is any standard function module calling which i can satisfy my requirement.
Thanks,
JiA
‎2010 Jan 18 6:20 AM
‎2010 Jan 18 4:13 AM
Welcome to SCN.
Plz SEARCH in SCN before posting.
You can use Fm TH_DELETE_USER.
‎2010 Jan 18 4:26 AM
Hi;
Go in Sm50,
It would give the list of the user and its running status.
Under program -> end session.
Regards
Shashi
‎2010 Jan 18 4:31 AM
Hi,
Thanks for the reply.
But i want the particular user session to terminate automatically when i run my program.
I will try using the std FM mentioned,by passing reqd parameters.
Thanks,
JiA
‎2010 Jan 18 4:55 AM
1. T.CODE SM04
2. Then double click on user name
3 .click on transaction
4. then press END SESSION
‎2010 Jan 18 5:14 AM
‎2010 Jan 18 6:20 AM
‎2011 Jun 20 10:26 AM