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

Need to pull data from different SAP systems

santosh51
Product and Topic Expert
Product and Topic Expert
0 Likes
530

Hi,

I am very much new to ABAP. I have to create a report, its related to Basis, a new report which compares the firefighter configuration and the roles is needed. The report should be executed on the basis system and it has to compare the role setting in all the mentioned systems.

In other words, I will have a list of users, roles and systems. I have to check if users are assigned with the roles in all the given systems.

The report will display the user name, role name, system name and role is assigned or not.

Please help me how can I pull the data from different systems. simple & easy technique is preferred.

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
507

Hello,

Will SUIM Tcode works instead of your Report requirement?

Can you try once.

Thanks

Gourav.

2 REPLIES 2
Read only

gouravkumar64
Active Contributor
0 Likes
508

Hello,

Will SUIM Tcode works instead of your Report requirement?

Can you try once.

Thanks

Gourav.

Read only

santosh51
Product and Topic Expert
Product and Topic Expert
0 Likes
507

Hi Gourav,

No, SUIM will not work for me as I need data from different systems.

Anyways my issue is solved now. I found the below FM which helps me to get the list of users from different systems depending on the Roles.

/VIRSA/ZCC_GET_USER_FOR_ROLE

Thank You.