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.