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: 

How to check if user exist in a system through the code?

Former Member

Hi experts,

I have a question. My requirement is to check if the user already exist on the system, let's say TR1, or any other system (so I can call a BAPI or something?)

I researched the web and did not find anything relevant.

I need that because currently my application is able to reset user's password, even though he does not exist on the system which does not make any sense.

2 REPLIES 2

Former Member
0 Kudos

Hubert,

You can use BAPI_USER_GET_DETAIL. I think this will help with your requirement.

Thanks,

Vikram.M

Former Member
0 Kudos

Hi,

Try BAPI_USER_EXISTENCE_CHECK/ BAPI_USER_GET_DETAIL