SAP ABAP Interface IF_ATRA_TRACE_INTERNAL (Trace Session Verwaltung für SAT)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ATRA_TRACE | ABAP-Laufzeit-Messung | 20100224 |
Properties
Interface | IF_ATRA_TRACE_INTERNAL | |
Short Description | Trace Session Verwaltung für SAT |
General Data
Package | S_ATRA_KERNEL | Kernelzugriff für Laufzeitanalyse |
Created | 20100224 | SAP |
Last changed | 20130531 | SAP |
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) |
2 | CL_ABAP_TRACE | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ATRA_TRACE | Starten von ABAP-Laufzeitanalysen | 20100224 |
Friends
Interface IF_ATRA_TRACE_INTERNAL has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | AC_STATUS_ACTIVE_IN_KERNEL | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 | ||
2 | AC_STATUS_INITIAL | Constant | Public | Type reference (TYPE) | I | 0 | 20100224 | ||
3 | AC_STATUS_START_ERROR | Constant | Public | Type reference (TYPE) | I | 3 | 20100224 | ||
4 | AC_STATUS_STOPPED | Constant | Public | Type reference (TYPE) | I | 2 | 20100224 | ||
5 | AC_STATUS_STOP_ERROR | Constant | Public | Type reference (TYPE) | I | 4 | 20100224 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20100224 | |
2 | ![]() |
Static method | Public | Method | 20100224 | |
3 | ![]() |
Instance method | Public | Method | 20100224 | |
4 | ![]() |
Instance method | Public | Method | 20100224 | |
5 | ![]() |
Instance method | Public | Method | 20120130 | |
6 | ![]() |
Instance method | Public | Method | 20100318 | |
7 | ![]() |
Instance method | Public | Method | 20100224 | |
8 | ![]() |
Instance method | Public | Method | 20100224 | |
9 | ![]() |
Instance method | Public | Method | 20100224 | |
10 | ![]() |
Instance method | Public | Method | 20100224 | |
11 | ![]() |
Instance method | Public | Method | 20100224 |
Events
Interface IF_ATRA_TRACE_INTERNAL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ATRA_GUID | Public | See coding | 20100318 | ty_atra_guid type c length 32
|
||
2 | TY_TRACE_SESSION | Public | See coding | 20100312 | begin of ty_trace_session,
wp_no type i,
ses_id type i,
ses_time type i,
file_name type c length 70,
state type c length 1,
end of ty_trace_session
|
||
3 | TY_TRACE_SESSION_T | Public | See coding | 20100315 | ty_trace_session_t type standard table of ty_trace_session with default key
|
Method Signatures
Method GET_FILENAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_FILENAME | Value transfer | Type reference (TYPE) | STRING | 20100224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100224 |
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) | TY_TRACE_SESSION_T | 20100224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100224 |
Method GET_SESSION_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SESSION_ID | Value transfer | Type reference (TYPE) | I | 20100224 | |||
2 | ![]() |
E_SESSION_INIT_TIME | Value transfer | Type reference (TYPE) | I | 20100224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100224 |
Method GET_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STATUS | Value transfer | Type reference (TYPE) | I | 20100224 |
Method GET_STATUS on Interface IF_ATRA_TRACE_INTERNAL 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 | ABAP_FALSE | 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) | TY_ATRA_GUID | 20100318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exceptions für CL_ATRA_TRACE | 20100318 |
Method START Signature
Method START on Interface IF_ATRA_TRACE_INTERNAL has no parameter.
Method START on Interface IF_ATRA_TRACE_INTERNAL has no exception.
Method START_FOR_WP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMMENT | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT | SPACE | 20100303 | ||
2 | ![]() |
I_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE=>TY_TRACE_DESCR | SPACE | 20120117 | ||
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_REF_VAR | Call by reference | Object reference (TYPE REF TO) | IF_ATRA_TRACE_VARIANT | Mess-Variante | 20100303 | ||
6 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | C | 'R' | 20100224 | ||
7 | ![]() |
I_VARIANT_NAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | 20100303 | |||
8 | ![]() |
I_VARIANT_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20100303 | ||
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 START_LOCAL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMMENT | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT | SPACE | 20100303 | ||
2 | ![]() |
I_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE=>TY_TRACE_DESCR | SPACE | 20120117 | ||
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_REF_VAR | Call by reference | Object reference (TYPE REF TO) | IF_ATRA_TRACE_VARIANT | Mess-Variante | 20100303 | ||
6 | ![]() |
I_TYPE | Call by reference | Type reference (TYPE) | C | 'R' | 20100224 | ||
7 | ![]() |
I_VARIANT_NAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | 20100303 | |||
8 | ![]() |
I_VARIANT_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20100303 | |
9 | ![]() |
I_X_NO_AUTOCLOSE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 | ||
10 | ![]() |
I_X_RESOLUTION_LOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100224 |
Method STOP Signature
Method STOP on Interface IF_ATRA_TRACE_INTERNAL has no parameter.
Method STOP on Interface IF_ATRA_TRACE_INTERNAL has no exception.
Method TERMINATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_GUID | Value transfer | Type reference (TYPE) | TY_ATRA_GUID | 20100318 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20100224 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 800 |