cancel
Showing results for 
Search instead for 
Did you mean: 

S_RFC,RFC authorization - what names of the RFC objects to be protected(+)?

Former Member
0 Kudos

Good day. I have a WebDynpro component which executes a BAPI in backend.

Which names of the RFC objects to be protected should I enter?

I have entered the following PRGN_G2EE, RFC1, SDIFRUNTIME, SYST, SYSU... But now it says that "User XXX has no RFC authorization for function group RFC2.".

OK, I can add RFC2 but where is the end? Where can I find a minimum required list to run BAPIs?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185086
Active Contributor
0 Kudos

Hi

for this question : But now it says that "User XXX has no RFC authorization for function group RFC2."

1. Before executing the model u can check the logged in your and its role ,based on this credentials only allow to execute .

and for this : Where can I find a minimum required list to run BAPIs

1. Just a set of authentication to deal with that system in other words All those things to create a JCO connection required to run a BAPI.

(Elaborate this problem. I have written based on some keywords only )

Best Regards

Satish Kumar

Former Member
0 Kudos

I'll explain.

When components were developing a role with "s_rfc *" was used. Now our security states that we have to set the minimum required rights. I just want to know how can I get the minimum rights without many iterations when I add some function group to protect, check it, then add the next required and so on... I want to do it in one iteration.