Hi all,
I've encountered an error when I testing an application made with Mater/Detail template and SAP JAM OData in WebIDE.
{
"message": "HTTP request failed",
"headers": {
"Content-Type": "application/xml",
"Content-Length": "246",
"Content-Language": "en",
"DataServiceVersion": "2.0"
},
"statusCode": "400",
"statusText": "Bad Request",
"responseText": "
http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
xml:lang=\"en\">$count and $inlinecount=allpages are not supported on this OData entity set.
\r\n"
}
Even if i close the pop-up the page keeps on loading.
Can anyone help me out here?
I am getting a similar error when Fiori launchpad is launched from a WebIDE.
{
"message": "HTTP request failed",
"headers": {
"DataServiceVersion": "1.0",
"Content-Type": "application/json",
"Content-Length": "127"
},
"statusCode": "400",
"statusText": "Bad Request",
"responseText": "{\"error\":{\"code\":null,\"message\":{\"lang\":\"en-US\",\"value\":\"System query option '$top' is not compatible with the return type.\"}}}"
}
I am using OData Sample Service.