cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving Business Users List from ABAP Launchpad into the ABAP Code

ruchirsaxena
Participant
0 Kudos
276

Hi,

I am working on a RAP Project, within which I need to retrieve the Business Users added from the Employees List in Fiori ABAP Launchpad.

It would be great to have the name and User ID (or S-User or E-Mail address) in order to populate other fields in the project with the name, as sy-uname only gives the current user, and not the complete user list.

Is there a way to achieve the same?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

peterpersiel
Product and Topic Expert
Product and Topic Expert

Hello Ruchir,

you might be able to use one of the communication scenarios managed by SAP: Overview of Communication Scenarios Managed by SAP --> SAP_COM_0093

Or using released CDS view I_BusinessUserBasic might be an option: Business User Basic

Regards,
Peter

ruchirsaxena
Participant
0 Kudos

Hi Peter,

Thanks for your response.

I tried creating the Service Consumption Model for the Scenario ID you mentioned, but unfortunately it would not get activate and give an error, with description 'Error'.

The CDS, however, seems to have all the information except Business User Groups, since the Users are divided based on the Groups. Is it possible to fetch this information as well??

I tried various related CDS, but apparently neither do I have the authorisation, nor is it possible to obtain the authorisation for these standard views.

Best Regards,

Ruchir