cancel
Showing results for 
Search instead for 
Did you mean: 

Permissions for PIAPPLUSER for running remote RFC

Former Member
0 Kudos

Hi guys,

I want the PIAPPLUSER in ABAP stack to have permissions to run RFC. Which permissions/role is needed for this? I will be connecting from Java stack via PIAPPLUSER to ABAP and want to run remote RFC using it.

Thanks, Olian

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

First of all editing standard PI Service users is not recommended and should not be used for specific scenarios. Your RFC call part is not very clear. When it is any other SAP system, then user of that system is required to access its RFC.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

ok, let's say we'll create a new user for this purpose in ABAP stack. Which permission/role needs to be assigned to him to be able to run RFC calls invoked from another system?

Thanks, Olian

Former Member
0 Kudos

Hi Olian,

You can create a new Z role and add the below authorization objects and attach the role to the created user.

S_RFC

S_RFC_ADM

S_RFCACL

Cheers....,

Raghu