Hi,I have a very simple CAP project in BAS with HANA Cloud DB and Fiori Elements with OData v4 (without any service implementation or extensions). I deployed this project on client's BTP subaccount CF space without any errors, but when I click on Cre...
Hi,
I am developing an app using UI5 and it is not connected to SAP systems or BTP etc.. The app has no connection to SAP whatsoever. I am using UI5 as I am most familiar with this frontend framework and can wrap the app quicker than other framewor...
Hi,
I have a list report fiori elements app and I want the key column i.e. Plant to be bold. So I added a semantic key annotation this was working fine with responsive table but when I changed the table to Grid Table, it is not working any more. Ca...
Hi,
I created a fiori elements list report app on version 1.84.6. I am using Grid Table and setting column width for each column using Page Editor in VS Code. These width settings are saved in two places in the codebase.
This works fine ...
Hi,
I recently added a local annotation file for my free style UI5 app. It is working perfectly but I am still getting error in VS Code problems tab regarding namespace.
I am using the same namespace name in my annotation file as defined in m...
The HANA Cloud instance was already on the latest version available (2025.2.12). However, the solution for now is to downgrade the @cap-js/hana package to 1.8.1.
It seems the issue was introduced with 1.9 version of '@cap-js/hana' package. When I switched to 1.8.1 version of it, the issue if fixed.Reference: https://github.com/cap-js/cds-dbs/issues/1169FYI: @SSaiSanthosh_IBM @SSaiSanthosh
@SSaiSathosh_IBM I created the project few days earlier than 6th April and complete CRUD was working but started facing this error from 6th or 7th April.
Hi david.kunz2,I have the exact same question. Could you please explain what you meant by `If there's some property missing, your handler must not take that property into account.` ?How do I access the parsed filters etc.? Why does CAP assumes that ...