2009 Aug 17 6:01 PM
Hello,
I need to log off selected users using abap. Would you please kindly let me know the code/function module to achive this?
I tried using SYST_LOGOFF but this C function logs off only one user. I am not sure if there are other attributes to this function.
Thanks in advance for your help.
Regards,
K.
Hello,
I need to log off selected users using abap. Would you please kindly let me know the code/function module to achive this?
I tried using SYST_LOGOFF but this C function logs off only one user. I am not sure if there are other attributes to this function.
Thanks in advance for your help.
Regards,
K.
2009 Aug 17 6:27 PM
Hi,
Try using TH_DELETE_USER in your abap code. Just loop through this FM with the user names one at a time, and you will have the desired effect.
Regards,
Sachin.
2009 Aug 17 7:08 PM
2009 Aug 17 7:10 PM
I am not comfortable with the idea of logging off users using ABAP. Are these dialog users doing their job? What is going to happen if you log them off in the middle of their work?
2009 Aug 17 8:30 PM
I second Srinivas' concern here.
An approach I have seen used is to send them a system message (or mail) warning about the downtime, and then use network tools (e.g. a SAProuter, or logon groups) to disconnect them from the server when the time is ripe.
SYS_LOGOFF is a very blunt tool...
Cheers,
Julius
2009 Oct 22 3:36 AM
>An approach I have seen used is to send them a system message (or mail) warning about the downtime, and then use >network tools (e.g. a SAProuter, or logon groups) to disconnect them from the server when the time is ripe.
How can you use logon groups to disconnect users?
2009 Oct 22 7:27 AM
What I meant by that is clients in the user network can be load balanced onto application servers via logon groups. Knowing which server they should be on, one could then simply block them on the firewall or even stop those dialog instances.
Cheers,
Julius
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |