Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Skip, top, Orderby,expand parameter handling in CDS Based odata service

Nikhil1
Explorer

Hello All,

How does framework handle Skip, top, Orderby, expand etc.. parameter in CDS Based odata service ? IN SEGW Projects, these require ABAP coding to send the data in response.

is there any documentation regarding this topic ? Kindly help with the flow.

Regards,

Nikhil Kulkarni

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nikhil,

this all is handled out of the box by the underlying SADL framework when using OData Services using the Referenced Data Source approach as described here:

Referencing a Data Source (sap.com)

and here

Generating OData Service With Auto-Exposure | SAP Help Portal

Please note that in newer releases of SAP S/4HANA one would use CDS view entities instead of CDS Views (that require to have an additional DDIC structure).

Kind regards,

Andre

ceterum censeo RAP esse utendam
  • SAP Managed Tags:
2 REPLIES 2

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nikhil,

this all is handled out of the box by the underlying SADL framework when using OData Services using the Referenced Data Source approach as described here:

Referencing a Data Source (sap.com)

and here

Generating OData Service With Auto-Exposure | SAP Help Portal

Please note that in newer releases of SAP S/4HANA one would use CDS view entities instead of CDS Views (that require to have an additional DDIC structure).

Kind regards,

Andre

ceterum censeo RAP esse utendam
  • SAP Managed Tags:

Nikhil1
Explorer
0 Kudos

Thanks, Andre

  • SAP Managed Tags: