Application Development and Automation 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: 
Read only

ODATA Rename Query Strings

tobias96
Explorer
0 Kudos
595

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.

1 ACCEPTED SOLUTION
Read only

maheshpalavalli
Active Contributor
492

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?

5 REPLIES 5
Read only

maheshpalavalli
Active Contributor
493

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?

Read only

0 Kudos
492

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.

Read only

492
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.
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
492

Mahesh answer is correct.

This is why we adhere to a standard.

ceterum censeo RAP esse utendam
Read only

CarlosRoggan
Product and Topic Expert
Product and Topic Expert
0 Kudos
492

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