cancel
Showing results for 
Search instead for 
Did you mean: 

LOGON SCREEN configuration

Former Member
0 Kudos

hi anyone;

ı want to configure in ecc 6.0 logon screen

user logon screen user can logon only once ;

for example when user logon terminate logon or close before logon not open new session,

continue this logon or termineta this logon how to configure this ?

thank u for your reply..

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

First you need to realise that logons and sessions are different.

SAP by default send you a warning when you try to logon twice to the same system, while you can open (by default) 6 session by using "create a new session"...

To control the amount of sessions you need to change parameter rdisp/max_alt_modes (that is normally set to 6).

In order to remove th "continue with this logon" option set the parameter login/disable_multi_gui_login to 1

Regards

Juan

debasissahoo
Active Contributor
0 Kudos

Hi,

you have to set the parameter login/disable_multi_gui_login in the instance profile or default profile to 1 to activate this. (SAP restart required) it will ensure that one user can login from one terminal. (but he can open upto 6 sessions from only one terminal)

login/multi_login_users parameter controls some exceptional users who can bypass the above rule.

Regards,

Debasis.