CCSTATS SAP (Cursor cache statistics) Structure details

Dictionary Type: Structure
Description: Cursor cache statistics




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




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

CCSTATS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cursor cache statistics" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CCSTATS TYPE CCSTATS.

The CCSTATS table consists of various fields, each holding specific information or linking keys about Cursor cache statistics data available in SAP. These include SI_MAX (CC statistics: Id Cache: Maximum size), SI_REQUEST (CC Statistics: Id Cache: Requests), SI_FOUNDS (CC Statistics: Id Cache: Hits (founds)), SI_INSERTS (CC Statistics: Id Cache: Inserts).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CCSTATS structure 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
WRKPROCESSCC Statistics: Work process number CCSTATS_WPINT410INT4
SI_MAXCC statistics: Id Cache: Maximum size CCSTATS_IMINT410INT4
SI_REQUESTCC Statistics: Id Cache: Requests CCSTATS_IRINT410INT4
SI_FOUNDSCC Statistics: Id Cache: Hits (founds) CCSTATS_IFINT410INT4
SI_INSERTSCC Statistics: Id Cache: Inserts CCSTATS_IIINT410INT4
SI_DELETESCC Statistics: Id Cache: Deletes CCSTATS_IDINT410INT4
SI0_REQCC statistics: Id Cache: 0-Id requests CCSTATS_I0INT410INT4
S_MAXCC Statistics: Statement Cache: Maximum size CCSTATS_SMINT410INT4
S_REQUESTCC Statistics: Statement Cache: Requests CCSTATS_SRINT410INT4
S_FOUNDSCC Statistics: Statement Cache: Hits (founds) CCSTATS_SFINT410INT4
S_INSERTSCC Statistics: Statement Cache: Inserts CCSTATS_SIINT410INT4
S_DELETESCC Statistics: Statement Cache: Deletes CCSTATS_SDINT410INT4
S_REPARSESCC Statistics: Statement Cache: Reparses CCSTATS_SPINT410INT4
WP_ITYPEInternal work process type WPITYPEINT13WPITYPE
WP_PIDProcess Identification WPPIDCHAR8WPPID

Key field Non-key field



How do I retrieve data from SAP structure CCSTATS using ABAP code?

As CCSTATS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CCSTATS as there is no data to select.

How to access SAP table CCSTATS

Within an ECC or HANA version of SAP you can also view further information about CCSTATS 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!