cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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 :

  1. 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.

0 Likes
View Entire Topic
Punith_Babu
Participant
0 Likes

Hi Selvaraj,

You have created an application in Web IDE using a metadata service file in your system.

It could happen either if there is no proper destination in web ide or you have not entered correct OData Service URL in component.js/app descriptor file.

Check if this could help you for destination:

Regards,

Punith