Hi -
We have a requirement where we'd like to automate the termination of sessions where a user is
already in a transaction that we have locked. We don't want to remove the complete session however, as the user may be in other useful transactions in his/her other modes.
For example, let's say we have locked transaction PA30, but there are users already using PA30. If one of these employees is in PA30 in one mode and SE38 in another mode we want to be able to end his/her PA30 mode but leave his/her SE38 mode untouched. We don't want to end his/her session completely.
Thanks,
Dave
Hi,
<b><i>We have a requirement where we'd like to automate the termination of sessions</i></b>
-- means whenever user is trying to login to a particular transaction , then system will delete that session ---means any user cannot access unauthorized transactions.
alternatively we can do this with user authorizations , attach the required transactions to user profiles, if any user is trying to login to partcular transaction ,then system will give a message 'you have no authorization for the transaction XXX' , i think it will solve your requirement.
if your requirement is different ,then please check this link for function modules to kill user sessions
Regards
Laxman
Add a comment