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: 

User Exit for the Restrict the Multiple Logins.

Former Member
0 Kudos

Hi,

I faced one problem restricting multiple logins of users. how to write the user exit for that. please give me the source code.

Regards

Mohan

2 REPLIES 2

arpit_shah
Contributor
0 Kudos

Hi Mohan,

there is not any required user exit for that,

just set profile parameter

login/disable_multi_gui_login

in rz10.

set value to 1.

I hope it is solved ur requirements.

Regards,

Arpit

0 Kudos

User ABAPDEV is already logged on in client 130

Note that multiple logons to the production system using the same user

ID are not part of the SAP licence agreement.

You can:

When ending any existing logons to system, unsaved data is lost.

If you continue with this logon without ending any existing logons to

system, this will be logged in the system. SAP reserves the right to

view this information.

-


with that data screen come. I want to avoid the that screen. i got the user exit but i wrote the code but some problem with first radiobutton.

Mohan

Regards