SAP ABAP Class CL_ATRA_TRACE (ABAP-Laufzeit-Messung)
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_TRACE | Starten von ABAP-Laufzeitanalysen | 20100224 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ATRA_TRACE_INTERNAL | Trace Session Verwaltung für SAT | 20100224 |
Properties
| Class | CL_ATRA_TRACE | |
| Short Description | ABAP-Laufzeit-Messung | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ATRA_KERNEL | Kernelzugriff für Laufzeitanalyse |
| Created | 20100224 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ATRA_TRACE | Starten von ABAP-Laufzeitanalysen | 20100224 | ||
| 2 | IF_ATRA_TRACE_INTERNAL | Trace Session Verwaltung für SAT | 20100224 |
Friends
Class CL_ATRA_TRACE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | I | 1 | 20100224 | |||
| 2 | Constant | Private | Type reference (TYPE) | I | 2 | 20100224 | |||
| 3 | Constant | Private | Type reference (TYPE) | I | 3 | 20100303 | |||
| 4 | Constant | Private | Type reference (TYPE) | C | 'C' | 20100224 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100224 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | 20100224 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | IF_ATRA_TRACE_FILE=>T_ATRA_HEADER | 20100224 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | I | 20100224 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | I | 20100224 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | I | IF_ATRA_TRACE_INTERNAL=>AC_STATUS_INITIAL | 20100224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20100224 | ||
| 2 | Static method | Private | Method | 20100224 | ||
| 3 | Instance method | Private | Method | 20100224 | ||
| 4 | Instance method | Private | Method | 20100224 | ||
| 5 | Static method | Public | Method | 20100224 | ||
| 6 | Static method | Public | Method | 20100224 | ||
| 7 | Instance method | Private | Method | 20100318 | ||
| 8 | Instance method | Private | Method | 20120130 | ||
| 9 | Instance method | Private | Method | 20100318 |
Events
Class CL_ATRA_TRACE has no event.
Types
Class CL_ATRA_TRACE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SESSION_ID | Call by reference | Type reference (TYPE) | I | -1 | 20100224 | |||
| 2 | I_SESSION_INIT_TIME | Call by reference | Type reference (TYPE) | I | 0 | 20100224 |
Method CONSTRUCTOR on class CL_ATRA_TRACE has no exception.
Method GET_RUNNING_TRACES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TRACE_SESSIONS | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_INTERNAL=>TY_TRACE_SESSION_T | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method SWITCH_OFF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID | Value transfer | Type reference (TYPE) | IF_ATRA_TRACE_INTERNAL=>TY_ATRA_GUID | 20100318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method SWITCH_ON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMM | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT | SPACE | 20100224 | |||
| 2 | I_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE=>TY_TRACE_DESCR | SPACE | 20120130 | |||
| 3 | I_PARTICULAR_UNITS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100224 | |||
| 4 | I_PROG | Call by reference | Type reference (TYPE) | PROGRAM | 20100224 | ||||
| 5 | I_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | 'R' | 20100224 | |||
| 6 | I_VNAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | 20100224 | ||||
| 7 | I_VREF | Call by reference | Object reference (TYPE REF TO) | IF_ATRA_TRACE_VARIANT | Mess-Variante | 20100224 | |||
| 8 | I_VUSER | Call by reference | Type reference (TYPE) | USERNAME | 20100224 | ||||
| 9 | I_WP_ID | Call by reference | Type reference (TYPE) | I | 20100224 | ||||
| 10 | I_X_NO_AUTOCLOSE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 | |||
| 11 | I_X_RESOLUTION_LOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method S_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REF_TRACE_SESSION | Value transfer | Object reference (TYPE REF TO) | IF_ATRA_TRACE | 20100224 |
Method S_CREATE on class CL_ATRA_TRACE has no exception.
Method S_CREATE_INTERNAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SESSION_ID | Value transfer | Type reference (TYPE) | I | -1 | 20100224 | |||
| 2 | I_SESSION_INIT_TIME | Value transfer | Type reference (TYPE) | I | 0 | 20100224 | |||
| 3 | R_REF_TRACE_SESSION | Value transfer | Object reference (TYPE REF TO) | IF_ATRA_TRACE_INTERNAL | 20100224 |
Method S_CREATE_INTERNAL on class CL_ATRA_TRACE has no exception.
Method _GET_MY_TRACE_SESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_ACTIVE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100318 |
Method _GET_MY_TRACE_SESSION on class CL_ATRA_TRACE has no exception.
Method _KILL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions für CL_ATRA_TRACE | 20120130 |
Method _SET_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID | Value transfer | Type reference (TYPE) | IF_ATRA_TRACE_INTERNAL=>TY_ATRA_GUID | 20100318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions für CL_ATRA_TRACE | 20100318 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |