Application Development and Automation 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: 
Read only

Checking user existance , how?

Former Member
0 Likes
2,405

Hi,

How can I check existance of a user in a sap client?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,143

Hi,

For verifiying user existance you can use function module BAPI_USER_EXISTENCE_CHECK.

Regards,

Omkaram.

7 REPLIES 7
Read only

Former Member
0 Likes
2,143

check in transaction sm04.

Read only

Former Member
0 Likes
2,143

You can go to su01 and give the user name there.and clik on display.

Regards

Ansari

Read only

Former Member
0 Likes
2,143

Hi,

If you mean dynamically yes SM04 gives the list of logged on Users and their session names.

If you need to see if the uses exists in the system you can use SU01d Transaction to check it out.

Regards,

Pramod

Read only

0 Likes
2,143

You are right, but I need RFC or bapi.

In an abap program I want to check existance.

Read only

Former Member
0 Likes
2,143

Hi,

Try this link

[http://sap.ittoolbox.com/groups/technical-functional/sap-basis/all-users-list-254303]

Regards,

Surinder

Read only

Former Member
0 Likes
2,144

Hi,

For verifiying user existance you can use function module BAPI_USER_EXISTENCE_CHECK.

Regards,

Omkaram.

Read only

Former Member
0 Likes
2,143

This dispalys users in a client BAPI_USER_DISPLAY.