/UI2/CACHE_STATS - UI2 cache statistics
UI2 cache statistics information is stored in SAP table /UI2/CACHE_STATS.
It is part of development package /UI2/CACHE in software component CA-FLP-ABA. This development package consists of objects that can be grouped under "UI BE: Cache mechanism for OData services".
It is part of development package /UI2/CACHE in software component CA-FLP-ABA. This development package consists of objects that can be grouped under "UI BE: Cache mechanism for OData services".
Fields for table /UI2/CACHE_STATS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 6 | |
TIME_STAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | X | TIMESTAMPL | DEC | 11 | |
USER_NAME | User Name | X | SYUNAME | CHAR | 24 | |
ACTION | Action: GET, PUT, POST, DELETE, INVALIDATE etc | X | /UI2/ACTION | CHAR | 40 | |
BLOB_KEY | GUID identifying BLOB in UI2 cache | X | /UI2/BLOB_KEY | CHAR | 64 | |
URL | Request URL | /UI2/URL | STRG | 8 | ||
DATA | Data in asXML format (URL params, list of invalidated BLOBS) | /UI2/XML_DATA | STRG | 8 | ||
ACTION_REASON | Reason for action in asXML format | /UI2/ACTION_REASON | STRG | 8 | ||
FROM_CACHE | Resource read from cache | /UI2/FROM_CACHE | CHAR | 2 | ||
DATA_COUNT | Count of data | /UI2/XML_DATA_COUNT | INT4 | 4 | ||
ACTION_REASON_HASH | Hash of reason for action | /UI2/ACTION_REASON_HASH | CHAR | 80 | ||
START_TIME | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC | 11 |