‎2008 Oct 06 7:13 AM
Hi,
How can I check existance of a user in a sap client?
Thanks
‎2008 Oct 06 7:19 AM
Hi,
For verifiying user existance you can use function module BAPI_USER_EXISTENCE_CHECK.
Regards,
Omkaram.
‎2008 Oct 06 7:14 AM
‎2008 Oct 06 7:15 AM
You can go to su01 and give the user name there.and clik on display.
Regards
Ansari
‎2008 Oct 06 7:16 AM
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
‎2008 Oct 06 7:19 AM
You are right, but I need RFC or bapi.
In an abap program I want to check existance.
‎2008 Oct 06 7:18 AM
Hi,
Try this link
[http://sap.ittoolbox.com/groups/technical-functional/sap-basis/all-users-list-254303]
Regards,
Surinder
‎2008 Oct 06 7:19 AM
Hi,
For verifiying user existance you can use function module BAPI_USER_EXISTENCE_CHECK.
Regards,
Omkaram.
‎2008 Oct 06 7:24 AM