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: 

Disable Multiple Logon In System

former_member434786
Participant
0 Kudos

Dear Experts,

How to disable 1nd option in Multiple logon screen?

Regards,

Jwalant Desai.

5 REPLIES 5

Former Member
0 Kudos

Hi,

you can do by changing the below parameter,

login/disable_multiple_gui_login - Refuses multiple logon of users;

But if you want some of the users need that you can enable that option only for that users by using the below one,

only users listed in login/multi_login_users are allowed for multiple logon

Hope this helps and solve your problem.

0 Kudos

Hi Jwalant,  

Set profile parameter login/disable_multi_gui_login = 1 in your instance profile and restart the application server.  

Regards,

Jayadeep

Former Member
0 Kudos

You cannot disable this second option for Dialog type users. They will always have this option.

Why do you need this? They should know what they are doing and if they are going to loose data, then choose "Terminate this login" and go and save and logoff in the other session.

Or use the options available for some users to continue without terminating the other session (as of 7.31 you can do this user specifically in Su01 as well).

Cheers,

Julius

0 Kudos

Dear Julius,

Here In our Organization SAP found multiple logon and we were warn by SAP so that organization need to restrict such activities,

we need only    Terminate this login"  option to bee show .,

and we have SAP ECC 5.0 .

0 Kudos

Hi Jwalant,

Yes you are rite ? As per the audit callout and sap recommendation you never use the multiple logon for a single user ID. Since it might be trouble in lot of ways like access issue, table locking issue and most importantly audit log issue.

For disable this you may use my previous post method.