Hello,
we are developing a CAP application (node.js) and a SAPUI5 application with managed approuter as a frontend that consume ODATA V2 from my CAP by a destination.
Following the best practices page (https://cap.cloud.sap/docs/node.js/best-prac...
Hi experts,
i am currently developing a SAPUI5 application based on oData service with some annotations.
I have implemented a smart filter table to manage filters within my app. These filters are automatically handled by the annotation on odata m...
Hi Gregor,thanks for your response but i think i have a different scenario.I don't have any xs-app.json file or approuter configuration on my CAP project.My SAPUI5 application is located in another project (only Fiori application with managed approut...
Hi Mio Yasutake,
is there a way to aggregate an amount and also show the currency?
I tried with your example for oData V2 but the currency is not showed.
Thanks
Alessandro
Hi Leoni,thanks for the response.I have the following code in my CAP applicationannotate MyEntity with @( UI: { SelectionFields: [UserId], } );How can i implement your suggestion?I looked for the references to the suggeste...