cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Netweaver Gateway connecting to multiple to multiple SAP Backend systems using SAP__origin

spandana_babu
Participant
0 Kudos

Hello experts,

I am working with Odata model, i have some doubt in assignment of system aliases to Odata service.

If we assign multiple Aliases ,how can we pass the  system alias(name) data in the URI .

i have followed the below url   but getting an error as below.

MY URI:

http://<host><port>//sap/opu/odata/sap/ZGW_SD_TEST_SRV,mo/ZPlantheadSet(ISysid='KLD')?$expand=zplantheaditem

Error :

<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>005056A509B11EE1B9A8FEC11C22378E</code>

<message xml:lang="en">Invalid key predicate</message>

- <innererror xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<transactionid>53FDB62234700831E100000089B31AE7</transactionid>

<timestamp>20140902102608.9460150</timestamp>

- <Error_Resolution>

<SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>

<SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>

</Error_Resolution>

</innererror>

</error>

Please help  on this ..

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

kammaje_cis
Active Contributor
0 Kudos

Spandana,Ensure that "ISysid" is the right property name of your entity. (no typo)

AshwinDutt
Active Contributor
0 Kudos

Hello Spandana,

Please correct the URL as below :

/sap/opu/odata/sap/ZGW_SD_TEST_SRV;mo/ZPlantheadSet(ISysid='KLD',SAP__Origin='<Give Your System Alias Name>')?$expand=zplantheaditem



Regards,

Ashwin

AshwinDutt
Active Contributor
0 Kudos

Hello Spandana,

Please correct the URL as below :

/sap/opu/odata/sap/ZGW_SD_TEST_SRV;mo/ZPlantheadSet(ISysid='KLD',SAP__Origin='<Give Your System Alias Name>')?$expand=zplantheaditem



Regards,

Ashwin