cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Status 404 - Not Found

Former Member
0 Kudos

Hi All,

Have developed a custom app in the SAP WebIDE and trying to test it.but while doing this am getting the following Error

"

{

  "requestUri": "/destinations/"client"/sap/opu/odata/sap/zser_prdo_master_detail_srv/$metadata",

  "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 in resolving this error.

Thanks,

Pulla.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just curious, there are some additional quotes in the URi string ...

"requestUri": "/destinations/"client"/sap/opu/odata/sap/zser_prdo_master_detail_srv/$metadata"


Are they supposed to be there?

arthursilva
Active Participant
0 Kudos

Did you really imported the OData service zser_prdo_master_detail_srv into the project? Is the service available?

Former Member
0 Kudos

Yes,Have imported it and can also see the live data in the "Data Connection" tab.