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 | 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 | Instance attribute | Public | Type reference (TYPE) | CHAR120 | 20120111 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20120111 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_SQL_MAPPING_T | 20121018 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TY_SQL_MAPPING_T | 20121018 | ||||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20120111 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | %_C_POINTER | 20120111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120111 | ||
| 2 | Static method | Public | Method | 20120111 | ||
| 3 | Instance method | Private | Method | 20120111 | ||
| 4 | Instance method | Private | Method | 20120716 | ||
| 5 | Instance method | Private | Method | 20120111 | ||
| 6 | Instance method | Private | Method | 20120111 | ||
| 7 | Instance method | Private | Method | 20120111 | ||
| 8 | Instance method | Private | Method | 20120111 | ||
| 9 | 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 | 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 | I_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20120111 | ||||
| 2 | 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 | I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 | ||||
| 2 | RC | Call by reference | Type reference (TYPE) | I | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120111 |
Method _GET_DBTABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DBTABLES | Call by reference | Type reference (TYPE) | TY_ATRA_DBTABLES_T | 20120716 | ||||
| 2 | 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 | E_HITLIST | Call by reference | Type reference (TYPE) | TY_ATRA_HITLIST_T | 20120111 | ||||
| 2 | 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 | R_RUNTIME | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120111 |
Method _GET_STMT_TRACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STMT_TRACE | Call by reference | Type reference (TYPE) | TY_ATRA_STMT_TRACE_T | 20120111 | ||||
| 2 | I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120111 |
Method _GET_TEXT_TABLES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_METHTAB | Call by reference | Type reference (TYPE) | TY_ATRA_METH_T | 20120111 | ||||
| 2 | E_PKTAB | Call by reference | Type reference (TYPE) | TY_ATRA_PACKAGE_T | 20120111 | ||||
| 3 | E_PROGTAB | Call by reference | Type reference (TYPE) | TY_ATRA_PROG_T | 20120111 | ||||
| 4 | E_TEXTTAB | Call by reference | Type reference (TYPE) | TY_ATRA_TEXT_T | 20120111 | ||||
| 5 | I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120111 |
Method _INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FILENAME | Call by reference | Type reference (TYPE) | STRING | 20120111 | ||||
| 2 | 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 |