Skip to Content
0
Jun 17, 2020 at 10:38 AM

SAP odata Multi origin - Not working if user doesn't have access to all the systems

905 Views Last edit Jun 17, 2020 at 10:39 AM 3 rev

Hi Folks,

I am getting error when I run odata service with ;mo in the url if user doesn't have access to all the backend systems configured in gateway against the service.

For example

sap/opu/odata/SAP/ZPM_WO_LOOKUPS_SRV;mo/WO_TYPESet

output:

<message xml:lang="en">RFC Error: User or password incorrect for the backend system</message>

I have made my service 'error tolerant' aswell as per this blog,

https://help.sap.com/doc/saphelp_gateway20sp12/2.0/en-US/bf/1fa355cac15d26e10000000a44538d/content.htm?

Can you tell me how can achieve this scenario? I am expecting output data from whatever the system the user has access to !