So, you have developed your CAP app locally and are wondering: What's the fastest way to get this on the BTP?Or, if you are like me, you sometimes want to try something out in a deployed version quickly.Even if things are running smoothly in your loc...
In our Teched session AD104 you have learned about how to build CAP applications using SAP Build Code. And how to enrich this application with prebuilt functionality and service integrations by utilizing CAP Plugins.After entering into the developmen...
Here is a new concept that is going to revolutionise CAP app development Let me first give you an example and then explain why it matters:Introduction:I have a business requirement to add a new feature to my CAP application. Some of the strings that...
Hello,
I would like to achieve the following:
My Fiori UI has a table with entries like this
|Type | Description | Link |
|Bike | .... | .... |
|Car | .... | .... |
|Scooter | .... | .... |
Now the elements in this list (bike, car and s...
Hi,when I design an application for multiple origin, so retrieving data from multiple backends, is there still any possibility to use a paging / server side paging mechanism?In the system there are power users, which have a couple of thousand entries...
@MioYasutake are you on the latest release of the cds-dk? You can check via `cds -v` and update e.g. via `npm i -g @sap/cds-dk`. I think the first issue with the leading slash has been fixed already and everything is generated correctly now. Let me k...
Hi Geert-Jan,please have a look at my blog, where I describe building a plugin for cap, which also uses workspaces:https://blogs.sap.com/2023/04/30/reusable-components-for-cap-with-cds-plugin/Currently the deployment should work, if the package name ...
Thank you for the feedback! I would see all the options described in the cookbook you mentioned as a toolbox, from which you choose the right tool(s) for you. cds-plugin is an additional tool in that box. Similar to the server.js in the main project ...