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.
A CDS entity buffer temporarily caches the data retrieved from a CDS view entity into the shared memory of the current AS ABAP instance.
Starting with the following ABAP releases, buffering of CDS view entities is supported:
SAP BTP, ABAP Environ...
Hi @ChristianGnter,This issue is documented in SAP Note 3439871 - "ABAP CDS: Missing literal trimming in case expressions in view entities.". Please check the documented workaround. Sorry for the inconvenience and best regards, Joerg
Hi Sebastien,
In this case, the JOIN that is generated in SQL by the association path is executed on Hana DB. No ABAP buffered data is used.
Best Regards, Joerg
Hi Bogdan,>SELECT against VIEW ENTITY will skip the entity buffer - right?No. The blog article "Buffering CDS View Entities" is about entity buffering on the ABAP server for ABAP SQL SELECT statements. So buffering an entity using a CDS entity buffer...
Hi Bogdan,
Buffering of data is supported for DDIC based CDS views (using only annotations) as well as CDS view entities (using annotaitons and entity buffers).
https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abensa...
Hi Stephan
Data is maintained for each buffered object individually, so if queries on the table and the view occur, data is kept for both objects individually in the buffer.
This is the same as for buffered SE11 views and buffered DDIC based CDS vi...