cancel
Showing results for 
Search instead for 
Did you mean: 

ES4 ProductSet OrderBy

Former Member
0 Kudos

I'm trying to build a simple CRUD SAPUI5 application in SAP WEBIDE. I have used a CRUD template utilizing ES4 as my backend server. I'm using ProductSet but whenever I try to run the application it is always giving me "OrderBy not supported." Is there any way to solve this error? Or should I just use other entity sets like BusinessPartnerSet or ContactSet.

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor

I see that $orderby works. Example: https://sapes4.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/ProductSet?$orderby=Price

orderby on 'Name' and 'Description' are not allowed, if you are trying that.

Former Member
0 Kudos

Hi Krishna,

Now it's working! Thank you for this. Now I can proceed with the CRUD on ProductSet

Answers (0)