Hi,
I would like to create SAPUI5 / FIORI Application with OData , I need to Retrieve data from the Odata using SAPWebIDE.
Let us demonstrate step by step process :
- Create “SAP Fiori Worklist Application” , and choose service URL which I have already create Destination in HANA Account and I have got the status as Connection “Success”.
When I select OData (“Product”) , I got the Error as “Cannot parse the metadata file”.
2. And I have saved the OData data as XML file and after that I tried to retrieve the Data In “Data Connection” part under the “File System” I have browse the XML file , I have retrieved the data from OData.
3. Then in Template Customization part
Finally, I am trying to Run the application. And I got “sorry, a technical error occurred ! please try again later” Error.
I have clicked the “show details” then the below information is displayed,
{
"requestUri": "/here/goes/your/serviceurl/$metadata?sap-documentation=heading",
"statusCode": 404,
"statusText": "Not Found",
"headers": [],
"body": "<html><head><title>Error report</title></head><body><h1>HTTP Status 404 - Not Found</h1></body></html>"
}
Please help me to rectify this error.