Get Example source ABAP code based on a different SAP table
VERSION 5 IN
view cache The SAP HANA database> supports the concept of view caching, which serves the purpose of performance optimization. Under certain circumstances, the results of reads of a view can be cached in a cache to avoid repeated aggregation. There are two types of caches:
Static cache>:
Cache that is kept stable for a predefined retention time.
Called Result Cache>> on SAP HANA.
Dynamic cache>
Cache that guarantees real-time data.
Called Dynamic Result Cache>> on SAP HANA.
Integrated into ABAP Dictionary>. Defined using the statement DEFINE DYNAMIC CACHE>>.