<atom:titletype="text">TEXTCollection</atom:title>
<sap:member-title>TEXT</sap:member-title>
<atom:linkhref="SubscriptionCollection"rel="http://www.sap.com/Protocols/SAPData/rel#subscribe"/>
---------------------------------------------------
So Successfully All Collections are coming and metadata too.
In order to get the data from using the collections Like : ListCSCollection.
We have debugged and got some information that we needs to pass parameters then will have data from Odata service URL :
http://xxxxxx:0000/sap/opu/odata/AIGW/SERVICE_GDAPI/ListCSCollection(LANGUAGE='',CHARM='X',PROCESS_TYPE='')
But getting below error output after running the above OdataService URL :
<errorxmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code>SY/530</code>
<messagexml:lang="en">Resource not found for segment 'LIST_CS'.</message>
<innererror>
<transactionid>571526FBA2BD14C0E10080000AFE603E</transactionid>
<timestamp/>
<Error_Resolution>
<SAP_Transaction/>
<SAP_Note/>
</Error_Resolution>
<errordetails>
<errordetail>
<code>/IWBEP/CX_MGW_BUSI_EXCEPTION</code>
<message>Resource not found for segment 'LIST_CS'.</message>
<propertyref/>
<severity>error</severity>
</errordetail>
</errordetails>
</innererror>
</error>
Could any expert can suggest us the right way of using standard Odata service.
We need to build custom SAP UI5 application with help of this Standard Odata service consumption.
What could be the correct parameters to execute the Odata service "http://xyz:00000/sap/opu/odata/AIGW/SERVICE_GDAPI/
It will be great help for your feedbackas earliest.
Regards,
Samudra