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 can I get usernames in selection screen which are in Production servr?

Former Member
0 Kudos

HI all

I want in selection screen parameter &automatically user names has to populates which are available in production server. How I can do the same?

Thanks in advance.

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Welcome to SDN,

Is your requirement looking strange that in you are not in PRD server but you need user names from PRD server?

For security reasons connectivity from lowers boxes to production is only moving the transports., i don't think getting data from PRD if you are in DEV client.,

0 Kudos

Hi

I am not fetching data from production but in selection screen user name has to come as F4 help.

We can do the same by RFC BAPI. I don't have much Idea abt bapi.

0 Kudos

then declare the select options as


select-options: bname   for usr02-bname.

Former Member
0 Kudos

i slove the problem using BAPI_USER_GETLIST.