We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
If I use a sap.m.Input with type "Number" in combination with valueLiveUpdate="true", and I use a type in my binding, like Float or Decimal, I cannot enter decimal numbers. When I set my language to French, where the dot "." for decimals is a comma "...
During our upgrade to CAP CDS 8, my colleague @vvdries and me encountered a number of 'challenges' to be tackled. In this document, we aim to share our findings with you.This living document not only highlights what we’ve learned but also invites the...
Hi,In my CAP datamodel/services I was able to 'time-travel' entities and views with the temporal aspect, using annotations: capire reference.An example of a view:...selecting from We upgraded to CDS 8, and now we notice only 'valid' records are queri...
I need to retrieve all entries from my HANA DB entity with temporal aspect, so also the 'invalid' ones. I was hoping a CQN query like this should work, but only the 'valid' entries are retrieved from the database: public async getTemporalFactors(i...
Hi,Is there any way I can query 'older/invalid' entries from an entity with the temporal aspect in CDL? I know I can query it by playing with the url parameter sap-valid-from, however this means all (expanded) entities with temporal aspect would be a...
answer can be found in: https://community.sap.com/t5/technology-q-a/cap-how-can-i-add-custom-query-options-in-my-custom-handler/qaq-p/13750983/comment-id/4835795#M4835795
In case anyone else has the same problem, you can select older/invalid entries by suppressing the temporal aspect using annotations. Somewhere in the change logs I found this:Generation of temporal WHERE clause can be suppressed by annotating the val...