cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the users in R/3 using bapi

Former Member
0 Kudos

Hi,

I want to get the Users in R/3.

I am a dotnet programmer.I am creating proxies in Visual studio 2003 and using them in VS2005.I got a Function Module "SO_USER_LIST_READ". I want to know the Object name and other details of this function module.Please help me.

regards,

Srinu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Srinu,

What do you mean by 'I want to know the Object name and other details of this function module' ?

If you know the Function Module, then search for the module in the server explorer and drag and drop onto your working area in Visual Studio development environment ( this automatically creates the corresponding classes that are required). Build the solution before you create the objects.

Thanks

Krupa

Former Member
0 Kudos

Hi Krupa,

What my problem is i didn't get that name in server explorer.I want to know where is this function module so that i can drag it to proxy.

Otherwise i want to know whether there is any other bapi to get the sapusers download

Regards,

Srinu

Former Member
0 Kudos

Hi Srinivas,

That can solved by using function filter. Right click on the Function Menu inside (Server Explorer + SAP + Application Server + <server Name> + Functions . Under group filter use ur RFC name. No need to give entire name. Use for e.g Z_SSW* and click OK You will able to see a new folder of this name.

The function filter can be used to group all ur RFC into one folder for your convenience.

I Hope this will help you

regards

Ram

Former Member
0 Kudos

Srinu,

I guess if only this name is not appearing then its not present in SAP system. You may want to check out if the user id that you are using is having proper permissions and you are able to access other RFCs.

As mentioned by Tarakaram, Check out the options. If you are facing the problem, pls narrate the steps that you are following.

Thanks

Krupa

reiner_hille-doering
Active Contributor
0 Kudos

Maybe the function is not RFC-enabled. This is one of the switches in SE37.

You could also check if there is a officially supported BAPI_USER_* function for you needs.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srinivas,

As far as i understood waht you asked.For knowing the function module you need to logon to SAP Portal Se37 check for function module SO_USER_LIST_READ.

WHen you add the RFC from Server eplorer to SAPPROXYwebservice form, there will be a class file which will be created automatically you can check inside it to know all the details. I guess this wil Help you

Regards

Ram