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: 

ODATA Rename Query Strings

tobias96
Explorer
0 Kudos

Hello,

I would like to know if there is a possibility to rename the Odata query strings.

For example $top should been limit.

Skip should been offset and so on.

  • SAP Managed Tags:
1 ACCEPTED SOLUTION

maheshpalavalli
Active Contributor

i don't think it is possible, the ABAP OData services follow strictly the standard odata protocol

https://www.odata.org/

Any reason why you want to do that?

  • SAP Managed Tags:
5 REPLIES 5

maheshpalavalli
Active Contributor

i don't think it is possible, the ABAP OData services follow strictly the standard odata protocol

https://www.odata.org/

Any reason why you want to do that?

  • SAP Managed Tags:

0 Kudos

I want to do that because our company wants to develop all services with the TMF standard API (https://www.tmforum.org/).

But ok when it is not possible.

Thank you for your response.

  • SAP Managed Tags:

tobias96, I didn't understand "But ok when it is not possible", what do you mean by that?Can you tell us what is the exact scenario, maybe someone can help you out.
  • SAP Managed Tags:

Andre_Fischer
Product and Topic Expert
Product and Topic Expert

Mahesh answer is correct.

This is why we adhere to a standard.

ceterum censeo RAP esse utendam
  • SAP Managed Tags:

CarlosRoggan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi tobias96
while renaming standard options is not possible, what about trying custom query options?
Then implement it yourself, e.g. by delegating to the FWK method?
Kind Regards,
Carlos

  • SAP Managed Tags: