‎2013 Aug 31 7:35 PM
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.
‎2013 Sep 01 10:00 AM
Hello,
Will SUIM Tcode works instead of your Report requirement?
Can you try once.
Thanks
Gourav.
‎2013 Sep 01 10:00 AM
Hello,
Will SUIM Tcode works instead of your Report requirement?
Can you try once.
Thanks
Gourav.
‎2013 Sep 03 5:31 AM
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.