SAP ABAP Table SCI_CC_ALV (SCI: Structure for ALV Display in Cursor Cache Analysis)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     S_CODE_INSPECTOR (Package) ABAP Source Code Analysis
Basic Data
Table Category INTTAB    Structure 
Structure SCI_CC_ALV   Table Relationship Diagram
Short Description SCI: Structure for ALV Display in Cursor Cache Analysis    
Delivery and Maintenance
Pool/cluster      
Delivery Class      
Data Browser/Table View Maintenance     Display/Maintenance Allowed with Restrictions 
Components
     
Field Key Data Element Domain Data
Type
Length Decimal
Places
Short Description Check
table
1 ADDRESS SCI_CC_ADD   CHAR 16   0   SCI: Address of Statement in Cursor Cache Analysis  
2 FULL_TABLE_SCAN SCI_CC_FTS SYCHAR01 CHAR 1   0   SCI: ID for Full Table Scan in Cursor Cache Analysis  
3 FULL_INDEX_SCAN SCI_CC_FIS SYCHAR01 CHAR 1   0   SCI: ID for Full Index Scan in Cursor Cache Analysis  
4 INDEX_CLIENT_SCAN SCI_CC_ICS SYCHAR01 CHAR 1   0   SCI: ID for Index Range Scan of Client in CC Analysis  
5 INDEX_RANGE_SCAN SCI_CC_IRS SYCHAR01 CHAR 1   0   SCI: ID for Index Range Scan in Cursor Cache Analysis  
6 HASH_JOIN SCI_CC_HJO SYCHAR01 CHAR 1   0   SCI: ID for Hash Join in Cursor Cache Analysis  
7 TAB_IDX_OBJ SCI_CC_TIO   CHAR 34   0   SCI: Table or Index in Cursor Cache Analysis  
8 BUFFERED_TABLE SCI_CC_BUF   CHAR 5   0   SCI: Buffered Table Found in Cursor Cache  
9 SOURCE SCI_CC_SRC   CHAR 64   0   SCI: Program Name in Cursor Cache Analysis  
10 ACTION SCI_CC_ACT   CHAR 64   0   SCI: Action in Cursor Cache Analysis  
11 RATIO_TO_ALL SCI_CC_PCT   DEC 3   1   SCI: Cursor Cache Analysis/Portion Re. All Statements  
12 DISK_READS SCI_CC_DIR   DEC 31   0   SCI: Disk Reads per Execution in Cursor Cache Analysis  
13 BUFFER_GETS SCI_CC_BFG   DEC 31   0   SCI: Buffer Gets per Execution in Cursor Cache Analysis  
14 CPU_TIME SCI_CC_CPU   DEC 31   0   SCI: CPU Time in Cursor Cache Analysis  
15 EXECUTIONS SCI_CC_EXE   DEC 31   0   SCI: Number of Executions in Cursor Cache Analysis  
16 CPU_TIME_E SCI_CC_CPE   DEC 31   0   SCI: CPU Time for Each Execution in Cursor Cache Analysis  
17 SQL_STMNT SCI_CC_STM   CHAR 60   0   SCI: SQL Statement (Short) in Cursor Cache Analysis  
History
Last changed by/on SAP  20100420 
SAP Release Created in 700