cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization objects for RFC calls

Former Member
0 Kudos

Hi

We're running an EP6 SP14 portal which connects to an R/3 4.7 Enterprise system.

In this portal we have developed a new iView which calls a specific RFC module in R/3.

My question is if there is any simple way to find out which authorization objects are needed to be able to run the new iView (the function module in R/3)?

Regards,

Jacob Vennervald

Accepted Solutions (1)

Accepted Solutions (1)

athavanraja
Active Contributor
0 Kudos

certainly the user (R/3) needs S_RFC authorization object.

and for checking whether any authorization is required , the user can run the FM from se37 and immediately run txn SU53 in the same session to see whether any authorization is missing.

Regards

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jacob

S_RFC and S_SERVICE This two authorization is nedded while calling RFC module from R3.

first of all test the module in R3. create a role using PFCG assign the tcode. su53 (authorization check) and also assign the S_RFC and S_SERVICE to role.

now test the RFC function module with this role in R3.

if u give any warning/error due to authorization. imediate run tcode su53 in same session or new session

i.e /nsu53 or /osu53.

look which authorization is missing for a object.

assign the relevant object and authorization to role.

any query revert back.

regards,

kaushal