Hello Experts,
I am trying to get some value form the report using Rest Service.
(To understand rest Service i used this Link OData for SAP Business ByDesign Analytics)
Report : Inventory Balance
With URL https://my123456.sapbydesign.com/sap/byd/odata/scm_internallogistics_analytics.svc/RPSCMINBU01_Q0001QueryResults?$inlinecount=allpages&$filter=CLOCATION_UUID eq 'D5000'and CMATERIAL_UUID eq '32459'
Result
Now I want to get Ending Quantity for 2 Jan 2015 (1st line of the report)
https://my123456.sapbydesign.com/sap/byd/odata/scm_internallogistics_analytics.svc/RPSCMINBU01_Q0001QueryResults?$inlinecount=allpages&$filter=CLOCATION_UUID eq 'D5000'and CMATERIAL_UUID eq '32459' and CTA_DATE_TIME ge datetime'2015-02-01T00:00:00'
Result : Page Cannot Find.
Please help me to correct this URL.
Thanks
Regards
Prat