SAP DDIC DEFINE DYNAMIC CACHE



Get Example source ABAP code based on a different SAP table
  



ABAP_DDIC - Dictionary DDL for Defining Dynamic Caches
An ABAP Dictionary dynamic cache is defined as a source-code-based cache in the ABAP Development Tools (ADT) Dictionary DDL . A dynamic cache is defined in a separate piece of DTDC source code and is saved and transported with this code. A piece of DTDC source code for dynamic caches can define exactly one dynamic cache:
DEFINE DYNAMIC CACHE
No name table and no DDIC runtime object are generated for a dynamic cache. Therefore, a dynamic cache cannot be accessed or read with ABAP.
BEGIN_SECTION SAP_INTERNAL_HINT
The TADIR key for a DDIC dynamic cache is <(>R3TR DTDC<)>. Abbreviation for Dictionary Tuning Dynamic Cache.
END_SECTION SAP_INTERNAL_HINT



Latest notes:

NON_V5_HINTS
The DTDC source code of dynamic caches has its own editor in ADT , which is documented there. DTDC source code can also be displayed in Repository Browser in ABAP Workbench.
DDIC dynamic caches are connected to a Switch Framework and can be toggled on or off.
ABAP_HINT_END