Application Development 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: 

Error " No RFC Authorization for function module /GRCPI/GRIA_USR_DELETE "

Former Member
0 Kudos

Hello All,

We have configured GRC, SRM , ECC, Solman systems in our workflows for Deletion of user IDs.

User is getting deleted from GRC, ECC, SRM systems but it is throwing error while deleting from Solman system.

Error shown in Audit Log is  " No RFC authorization for function module /GRCPI?GRIA_USR_DELETE '

Please suggest the root cause.

Regards,

Rahul Muni

2 REPLIES 2

former_member197694
Active Contributor
0 Kudos

Hello,

This error bcoz of missing authorization

By using credentials you are calling that RFC, but that use doesn't have enough authorizations to execute that RFC. So provide required roles to that user.

Make sure that what ever you are using the user that is Service user.

Kindly assign  the role SAP_GRAC_ALL  to the RFC user .  This user can also be

assigned  the profile SAP_ALL.

If your user has correct authorization then check Plug ins installed on SOLMAN system and connector configuration.

check below Note

1777530 - Title: "No RFC authorization for function module <FM>, error key; RFC_ERROR_SYSTEM_FAILURE...

Regards

Baithi

Former Member
0 Kudos

Hi Rahul Muni,

You should check whether your RFC-user (that is used in RFC to Solman system) has all necessary authorizations according to security guide  4.3.1 RFC Authorization Objects for Access Control page 15

Kind regards,

Marina