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: 

Additional checks at logon

jpsapabap21
Participant
0 Kudos

Hello experts,

I have got follwoing requirement.

1. Implement additional authorization check at the time of logon

2. Based on the result of the checks, direct user to different server / host.

For example if the system has a central instance P12345 and one more server P98765, then I need to check if user has authorization to login to P12345. If he does not have the authorization user should be directed to P98765.

According to me, we can implement the authorization check and log the user out using exit EXIT_SAPLSUSF_00.

But directlng user to different server is not possible as the user would be already allocated to a process in one server.

I might not be stating the server issue correctly.

By different servers I mean the instance that we can see in SM51.

Please respond. Its killing me !!!!

2 REPLIES 2

Former Member
0 Kudos

I think basis personnel can set things up so that certain groups of people automatically log in to certain servers. Have a chat with your basis administrator.

Rob

0 Kudos

Hi Rob

Thanks for quick response. But no luck there. The requirement has come from Basis Team only.