Ansicht
Dokumentation

RSR_CACHE_COLLECT_ELEMENTS - Collects Information About Cache Elements

RSR_CACHE_COLLECT_ELEMENTS - Collects Information About Cache Elements

BAL_S_LOG - Application Log: Log header data   BAL Application Log Documentation  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module reads information about all cache elements of a server. It is, therefore, RFC-compatible. This means that it can be called on any application server, where it reads the various cache storage media (these correspond to the cache types).

Table I_T_CACHE_TYPE enables a list of cache types to be transferred to the function module, which are then read accordingly. Values are taken from structure RSRCA_C_CACHE_TYPE of type pool RSRCA. If the table is empty, all cache types that are dependent on the application server are read.

If you want to read the global cache types (cross-application server storage media), you must set parameter I_GLOBAL_CACHE to "X" (constant RS_C_TRUE, type pool RS). If parameter I_GLOBAL_CACHE is set to "X" and table I_T_CACHE_TYPE is empty, only the cross-application server cache types are read.

In order to obtain all cache types, you must enter the cache types that are dependent on the application server in I_T_CACHE_TYPE (you can also add the application server-independent cache types) and set I_GLOBAL_CACHE to "X". This restriction is so stringent since the module provides the same data on all servers for the application server-independent cache types, and so you receive the same information multiple times.

Example

Notes

Further information





Parameters

E_T_CACHE_ELEMENTS_DATA
E_T_CACHE_MEDIUM_INFO
E_T_CACHE_TYPES
I_GLOBAL_CACHE
I_T_CACHE_TYPES

Exceptions

Function Group

RSR_CACHE

General Data in Customer Master   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1706 Date: 20240523 Time: 130043     sap01-206 ( 44 ms )