cancel
Showing results for 
Search instead for 
Did you mean: 

SAP CAP - Rename Service Entities Names for Texts Resources

Cristian
Participant
0 Kudos

Hi all,

We are using localization for some of our entities along with some provided by SAP as Currencies or Languages.

The service endpoints are created with _texts which does not conform to our API naming conventions.

Is there any way I can rename the resources within the service for these text endpoints?

Thanks!

C.

View Entire Topic
Dinu
Contributor
0 Kudos

You can name projection views in the service definitions as you like.

entity BookLocalizedTexts as projection on my.Books.texts;
Cristian
Participant

Many thanks! So easy 🙂