Hi
I have a list where I bind Items on it. Therefore I set the URI of the Collection in the Odata model to the path property which looks like the following "/someCollection?$filter=someProperty eq 'someParameter'. If I now run the application the following parameter chain gets added to the URI:
?$skip=0&$top=100&$inlinecount=allpages
which then leads into the following error:
"In the context of Data Services an unknown internal server error occured".
Is there a way to prevent SAPUI5 form adding the above mentioned parameters?
They service would work if the parameter chain starts with an "&" instead of a "?$".
Best regards
Thomas Maier