2004 Oct 27 12:50 PM
Hi,
I need to read the names of a set of users. I donot want to call BAPI_USER_GET_DETAIL for every user.
Is there a way I could read all the user names in a single go?
Thanks.
Srinivas.
2004 Oct 27 1:22 PM
Hi Srinivas,
Sure you can: make a SELECT on table USR21 with join to ADRP on field persnumber.
Regards,
John.
2004 Oct 27 1:22 PM
Hi Srinivas,
Sure you can: make a SELECT on table USR21 with join to ADRP on field persnumber.
Regards,
John.
2004 Oct 27 1:46 PM
2004 Oct 27 1:27 PM
Hi Srinivas,
You can try with the function module:
<b>RH_USER_NAME_READ</b>
You need to put the user id in the table <b>user_tab</b>
and you get the relevant value in <b>user_name</b>
Regards,
Subramanian V.
2004 Oct 27 1:42 PM
Hi All,
Thanks for ur quick responses. I finally settled with a select from view user_addr. This is the view used by search help of user field on SU01 screen.
Thanks.
Srinivas.