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

list users from another environment

Former Member
0 Likes
412

Hi experts,

Iu2019m connected and working on QA (quality) environment and I would like to know how to check if a given USER exists in the production

environment.

If it does not exist as a Command, how can I do it in abap ?

Thanks

Hi experts,

Iu2019m connected and working on QA (quality) environment and I would like to know how to check if a given USER exists in the production

environment.

If it does not exist as a Command, how can I do it in abap ?

Thanks

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
376

> Iu2019m connected and working on QA (quality) environment and I would like to know how to check if a given USER exists in the production environment.

You should have an active RFC connectivity between the QAS & PROD. If yes, then use the BAPI_USER_GET_DETAIL to get the user details

BR,

Suhas

PS: You can check other BAPIUSER APIs & select the one which suits your req.