SKWF_CHPRS SAP (Cache Parameters) Table details

Dictionary Type: Table
Description: Cache Parameters




ABAP Code to SELECT data from SKWF_CHPRS
Related tables to SKWF_CHPRS
Access table SKWF_CHPRS




Table field list including key, data, relationships and ABAP select examples

SKWF_CHPRS is a standard SAP Table which is used to store Cache Parameters data and is available within R/3 SAP systems depending on the version and release level.

The SKWF_CHPRS table consists of various fields, each holding specific information or linking keys about Cache Parameters data available in SAP. These include X_ACTIVE (Checkbox), HIGH_MARK (Cache Upper Limit), LOW_MARK (Cache Lower Limit), LATENCY (Sync. Latency Time (Seconds)).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SKWF_CHPRS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CACHE_IDCache ID SKWF_CHIDCHAR6CHAR6
X_ACTIVECheckbox XFELDCHAR1XFELD
HIGH_MARK Cache Upper Limit0
LOW_MARK Cache Lower Limit0
LATENCY Sync. Latency Time (Seconds)0
HALFACCCNT Time (Minutes) Until Access Time is Halved0
X_LOGGINGCheckbox XFELDCHAR1XFELD
LOGUSERUser Name SYUNAMECHAR12SYCHAR12
LOGLEVELMessage Type SYMSGTYCHAR1SYCHAR01

Key field Non-key field



How do I retrieve data from SAP table SKWF_CHPRS using ABAP code

The following ABAP code Example will allow you to do a basic selection on SKWF_CHPRS to SELECT all data from the table
DATA: WA_SKWF_CHPRS TYPE SKWF_CHPRS.

SELECT SINGLE *
FROM SKWF_CHPRS
INTO CORRESPONDING FIELDS OF WA_SKWF_CHPRS
WHERE...

How to access SAP table SKWF_CHPRS

Within an ECC or HANA version of SAP you can also view further information about SKWF_CHPRS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!