cancel
Showing results for 
Search instead for 
Did you mean: 

Roles to be added for the User that makes proxy calls with ECC

Former Member
0 Kudos

Hi,

  I have a scenario where PI makes a proxy call via soap channel to ECC to execute an inbound proxy. The inbound proxy inturn calls BAPIs. In this context a user has to be created in the ECC system and roles have to be assigned so that PI uses this user to execute the proxy and the downstream logic in that proxy.

Please let me know the roles that have to be added to this user.

Thanks,

Sarat

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

time being use SAP_ALL after that request your security team to add necesary rolls because Security team creates some customized roles .

former_member184681
Active Contributor
0 Kudos

Hi,

The authorization object required for the proxy client user is SAP_XI_APPL_SERV_USER. But also bear in mind that your BAPI requires some additional authorization objects for sure.

Regards,

Greg

Answers (2)

Answers (2)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Please refer this link

http://help.sap.com/saphelp_nw04s/helpdata/en/d4/d12940cbf2195de10000000a1550b0/content.htm

I'm sure you need the role SAP_XI_APPL_SERV_USER for the user you create.

Former Member
0 Kudos

create user having role:

SAP_XI_APPL_SERV_USER

apologies for typo

Message was edited by: Amit Srivastava