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

Adding function group SUUS to role/profile

Former Member
0 Likes
1,150

Hi,

for correcting an error in a SAP defined role, i have to add a function group SUUS to the role or profile

I have copied the role to a new role,

Please let me know of how to add the fuction group SUUS to role or profile

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
830

Note that there are typically several function modules (which is where the real checks are) within a function group.

So you should take a more granular approach toward user authorization objects and role assignments and your config...

As of release 7.10 you can also control S_RFC at the level of the function module name, and not the group --> RFC_TYPE = 'FUNC'. Here, a carefull naming convention for function module names makes sense...

I also recommend investigating why it is being requested, considering the rest of your role design....

Cheers,

Julius

4 REPLIES 4
Read only

JPReyes
Active Contributor
0 Likes
830

As far as I remember that value need to be added to authorization object S_RFC.

I'm moving this to the Security forum you might get a better answer there.

Regards

Juan

Read only

Former Member
0 Likes
830

Hello,

Function group can be added to S_RFC object.

Please ask security person to make those changes.

Thanks,

Prasant K Paichha

Read only

Former Member
0 Likes
830

As the others have said, the object is S_RFC. Your security team will know exactly where to put it.

They should not change the SAP defined role, they should copy it and create a custom version which you then change.

Read only

Former Member
0 Likes
831

Note that there are typically several function modules (which is where the real checks are) within a function group.

So you should take a more granular approach toward user authorization objects and role assignments and your config...

As of release 7.10 you can also control S_RFC at the level of the function module name, and not the group --> RFC_TYPE = 'FUNC'. Here, a carefull naming convention for function module names makes sense...

I also recommend investigating why it is being requested, considering the rest of your role design....

Cheers,

Julius