cancel
Showing results for 
Search instead for 
Did you mean: 

$skip and $top parameters get automatically appended in the URL

kalpeshsb
Explorer
0 Kudos

I am trying to bind an authorized odata service to a sap.m.table. But when I do oTable.bindAggregation("items",path,template) ; $skip and $top parameters are automatically appended in the URL and error is shown as

"Failed to load resource: the server responded with a status of 400 (Bad Request)"

Please suggest a way out,. Also, I am strictly using table, cannot use list or other such objects.

Accepted Solutions (1)

Accepted Solutions (1)

former_member227918
Active Contributor
0 Kudos

I think the issue is not due to $skip and $top ( you can verify the url by using it from browser/gw client itself), check another things.

even $skip and $top wont affect your service result until its implemented in backend logic.

Thanks,

Akhilesh

Answers (0)