/UI2/CACHE_SUP - Cache support per service
Cache support per service information is stored in SAP table /UI2/CACHE_SUP.
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_SUP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
SERVICE_NAME | Service name | X | /UI2/SERVICE_NAME | CHAR | 80 | |
CLASS_NAME | Cache support class name | /UI2/CACHE_SUPPORT_CLASS | CHAR | 60 | ||
DATA_PROVIDER | Data provider class (absolute name) | /UI2/DPC | CHAR | 400 | ||
MODEL_PROVIDER | Model provider class | /UI2/MPC | CHAR | 60 | ||
FILTER_SUPPORTED | Filtering ($filter) is supported by application (X = true) | /UI2/FILTER_FLAG | CHAR | 2 | ||
SORT_SUPPORTED | Sort ($orderby) is supported by application (X = true) | /UI2/SORT_FLAG | CHAR | 2 | ||
PAGING_SUPPORTED | Paging ($skip, $top) is supported by application (X = true) | /UI2/PAGING_FLAG | CHAR | 2 | ||
CACHE_ACTIVE | Cache is active | /UI2/CACHE_BOOLEAN | CHAR | 2 |