SCI_CC_ALV SAP (SCI: Structure for ALV Display in Cursor Cache Analysis) Structure details

Dictionary Type: Structure
Description: SCI: Structure for ALV Display in Cursor Cache Analysis




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




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

SCI_CC_ALV 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 "SCI: Structure for ALV Display in Cursor Cache Analysis" 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_SCI_CC_ALV TYPE SCI_CC_ALV.

The SCI_CC_ALV table consists of various fields, each holding specific information or linking keys about SCI: Structure for ALV Display in Cursor Cache Analysis data available in SAP. These include FULL_TABLE_SCAN (SCI: ID for Full Table Scan in Cursor Cache Analysis), FULL_INDEX_SCAN (SCI: ID for Full Index Scan in Cursor Cache Analysis), INDEX_CLIENT_SCAN (SCI: ID for Index Range Scan of Client in CC Analysis), INDEX_RANGE_SCAN (SCI: ID for Index Range Scan in Cursor Cache Analysis).. 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: Can be enhanced (character-type or numeric)


SAP SCI_CC_ALV 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
ADDRESSSCI: Address of Statement in Cursor Cache Analysis SCI_CC_ADDCHAR16
FULL_TABLE_SCANSCI: ID for Full Table Scan in Cursor Cache Analysis SCI_CC_FTSCHAR1SYCHAR01
FULL_INDEX_SCANSCI: ID for Full Index Scan in Cursor Cache Analysis SCI_CC_FISCHAR1SYCHAR01
INDEX_CLIENT_SCANSCI: ID for Index Range Scan of Client in CC Analysis SCI_CC_ICSCHAR1SYCHAR01
INDEX_RANGE_SCANSCI: ID for Index Range Scan in Cursor Cache Analysis SCI_CC_IRSCHAR1SYCHAR01
HASH_JOINSCI: ID for Hash Join in Cursor Cache Analysis SCI_CC_HJOCHAR1SYCHAR01
TAB_IDX_OBJSCI: Table or Index in Cursor Cache Analysis SCI_CC_TIOCHAR34
BUFFERED_TABLESCI: Buffered Table Found in Cursor Cache SCI_CC_BUFCHAR5
SOURCESCI: Program Name in Cursor Cache Analysis SCI_CC_SRCCHAR64
ACTIONSCI: Action in Cursor Cache Analysis SCI_CC_ACTCHAR64
RATIO_TO_ALLSCI: Cursor Cache Analysis/Portion Re. All Statements SCI_CC_PCTDEC3(1)
DISK_READSSCI: Disk Reads per Execution in Cursor Cache Analysis SCI_CC_DIRDEC31
BUFFER_GETSSCI: Buffer Gets per Execution in Cursor Cache Analysis SCI_CC_BFGDEC31
CPU_TIMESCI: CPU Time in Cursor Cache Analysis SCI_CC_CPUDEC31
EXECUTIONSSCI: Number of Executions in Cursor Cache Analysis SCI_CC_EXEDEC31
CPU_TIME_ESCI: CPU Time for Each Execution in Cursor Cache Analysis SCI_CC_CPEDEC31
SQL_STMNTSCI: SQL Statement (Short) in Cursor Cache Analysis SCI_CC_STMCHAR60

Key field Non-key field



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

As SCI_CC_ALV 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 SCI_CC_ALV as there is no data to select.

How to access SAP table SCI_CC_ALV

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