SAP ABAP Class CL_ATRA_ANALYZER (Auswertung einer ABAP Laufzeitanalyse)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     S_ATRA_KERNEL (Package) Kernelzugriff für Laufzeitanalyse
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_ATRA_ANALYZER Auswertung einer Laufzeitanalyse 20120111
Properties
Class CL_ATRA_ANALYZER  
Short Description Auswertung einer ABAP Laufzeitanalyse    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ATRA_KERNEL   Kernelzugriff für Laufzeitanalyse 
Created 20120111   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_ATRA_ANALYZER Auswertung einer Laufzeitanalyse 20120111
Friends
Class CL_ATRA_ANALYZER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_FILENAME Instance attribute Public Type reference (TYPE) CHAR120 20120111
2 A_RESULT_AVAILABLE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20120111
3 A_SQLSTMT_MAPPING_TAB Instance attribute Private Type reference (TYPE) TY_SQL_MAPPING_T 20121018
4 A_SQLTYPE_MAPPING_TAB Instance attribute Private Type reference (TYPE) TY_SQL_MAPPING_T 20121018
5 C_ATRA_DEFAULT_FILTER Instance attribute Private Attribute reference (LIKE) 20120111
6 M_ATRA_ANALYZER Instance attribute Private Type reference (TYPE) %_C_POINTER 20120111
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20120111
2 S_CREATE Static method Public Method 20120111
3 _ANALYZE Instance method Private Method 20120111
4 _GET_DBTABLES Instance method Private Method 20120716
5 _GET_HITLIST Instance method Private Method 20120111
6 _GET_RUNTIME Instance method Private Method 20120111
7 _GET_STMT_TRACE Instance method Private Method 20120111
8 _GET_TEXT_TABLES Instance method Private Method 20120111
9 _INITIALIZE Instance method Private Method 20120111
Events
Class CL_ATRA_ANALYZER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_ATRA_DBTABLES_T Private Attribute reference (LIKE) 20120716
2 TY_ATRA_DBTABLES_TXT Private Attribute reference (LIKE) 20121018
3 TY_ATRA_DBTABLES_TXT_T Private Attribute reference (LIKE) 20121018
4 TY_ATRA_DBTBLES Private Attribute reference (LIKE) 20120716
5 TY_ATRA_FILTER Private Attribute reference (LIKE) 20120111
6 TY_ATRA_HITLIST Private Attribute reference (LIKE) 20120111
7 TY_ATRA_HITLIST_T Private Attribute reference (LIKE) 20120111
8 TY_ATRA_METH Private Attribute reference (LIKE) 20120111
9 TY_ATRA_METH_T Private Attribute reference (LIKE) 20120111
10 TY_ATRA_PACKAGE Private Attribute reference (LIKE) 20120111
11 TY_ATRA_PACKAGE_T Private Attribute reference (LIKE) 20120111
12 TY_ATRA_PROG Private Attribute reference (LIKE) 20120111
13 TY_ATRA_PROG_T Private Attribute reference (LIKE) 20120111
14 TY_ATRA_STMT_TRACE Private Attribute reference (LIKE) 20120111
15 TY_ATRA_STMT_TRACE_T Private Attribute reference (LIKE) 20120111
16 TY_ATRA_TEXT Private Attribute reference (LIKE) 20120111
17 TY_ATRA_TEXT_T Private Attribute reference (LIKE) 20120111
18 TY_SQL_MAPPING Private See coding 20121018 begin of ty_sql_mapping, idx type i, txt type string, end of ty_sql_mapping
19 TY_SQL_MAPPING_T Private See coding 20121018 ty_sql_mapping_t type sorted table of ty_sql_mapping with unique key idx
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Value transfer Type reference (TYPE) STRING 20120111

Method CONSTRUCTOR on class CL_ATRA_ANALYZER has no exception.

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Call by reference Type reference (TYPE) STRING 20120111
2 Returning R_REF_INSTANCE Value transfer Object reference (TYPE REF TO) IF_ATRA_ANALYZER 20120111

Method S_CREATE on class CL_ATRA_ANALYZER has no exception.

Method _ANALYZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILTER Call by reference Type reference (TYPE) TY_ATRA_FILTER 20120111
2 Exporting RC Call by reference Type reference (TYPE) I 20120111
# Exception Resumable Description Created on
1 CX_ATRA_ANALYZER 20120111

Method _GET_DBTABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DBTABLES Call by reference Type reference (TYPE) TY_ATRA_DBTABLES_T 20120716
2 Importing I_FILTER Call by reference Type reference (TYPE) TY_ATRA_FILTER 20120716

Method _GET_DBTABLES on class CL_ATRA_ANALYZER has no exception.

Method _GET_HITLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HITLIST Call by reference Type reference (TYPE) TY_ATRA_HITLIST_T 20120111
2 Importing I_FILTER Call by reference Type reference (TYPE) TY_ATRA_FILTER 20120111

Method _GET_HITLIST on class CL_ATRA_ANALYZER has no exception.

Method _GET_RUNTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_RUNTIME Value transfer Type reference (TYPE) DECFLOAT34 20120111
# Exception Resumable Description Created on
1 CX_ATRA_ANALYZER 20120111

Method _GET_STMT_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STMT_TRACE Call by reference Type reference (TYPE) TY_ATRA_STMT_TRACE_T 20120111
2 Importing I_FILTER Call by reference Type reference (TYPE) TY_ATRA_FILTER 20120111
# Exception Resumable Description Created on
1 CX_ATRA_ANALYZER 20120111

Method _GET_TEXT_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_METHTAB Call by reference Type reference (TYPE) TY_ATRA_METH_T 20120111
2 Exporting E_PKTAB Call by reference Type reference (TYPE) TY_ATRA_PACKAGE_T 20120111
3 Exporting E_PROGTAB Call by reference Type reference (TYPE) TY_ATRA_PROG_T 20120111
4 Exporting E_TEXTTAB Call by reference Type reference (TYPE) TY_ATRA_TEXT_T 20120111
5 Importing I_FILTER Call by reference Type reference (TYPE) TY_ATRA_FILTER 20120111
# Exception Resumable Description Created on
1 CX_ATRA_ANALYZER 20120111

Method _INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FILENAME Call by reference Type reference (TYPE) STRING 20120111
2 Exporting RC Value transfer Type reference (TYPE) I 20120111

Method _INITIALIZE on class CL_ATRA_ANALYZER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740