SAP ABAP Interface IF_ATRA_TRACE_REQUEST (Einplanung einer 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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ATRA_TRACE_REQUEST | Einplanung einer Laufzeitmessung | 20100224 |
Properties
| Interface | IF_ATRA_TRACE_REQUEST | |
| Short Description | Einplanung einer Messung |
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 IF_ATRA_TRACE_REQUEST has no interface.
Friends
Interface IF_ATRA_TRACE_REQUEST has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AC_DELETED | Constant | Public | Type reference (TYPE) | I | 2 | 20100224 | ||
| 2 | AC_INITIAL | Constant | Public | Type reference (TYPE) | I | 0 | 20100224 | ||
| 3 | AC_SCHEDULED | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100224 | ||
| 2 | Static method | Public | Method | 20120117 | ||
| 3 | Instance method | Public | Method | 20100224 | ||
| 4 | Static method | Public | Method | 20100224 | ||
| 5 | Instance method | Public | Method | 20100224 | ||
| 6 | Instance method | Public | Method | 20100224 |
Events
Interface IF_ATRA_TRACE_REQUEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_OBJECT_NAME | Public | See coding | 20100312 | ty_object_name type c length 255
|
||
| 2 | TY_TRACE_REQUEST | Public | See coding | 20100312 | begin of ty_trace_request,
reqid type i,
state type c length 1,
suser type c length 12,
client type c length 3,
emode type i,
ptype type i,
otype type c length 1,
oname type c length 255,
iruns type i,
jruns type i,
fruns type i,
edate type d,
etime type t,
end of ty_trace_request
|
||
| 3 | TY_TRACE_REQUEST_DESCR | Public | See coding | 20120117 | begin of ty_trace_request_descr,
reqid type i,
state type c length 1,
suser type c length 12,
client type c length 3,
emode type i,
ptype type i,
otype type c length 1,
oname type c length 255,
num_traces type i,
num_traces_started type i,
num_traces_failed type i,
edate type d,
etime type t,
descr type c length 200,
cr_client type c length 3,
cr_user type c length 12,
cr_date type d,
cr_time type t,
aggregation type i,
mode type i,
end of ty_trace_request_descr
|
||
| 4 | TY_TRACE_REQUEST_DESCR_T | Public | See coding | 20120117 | ty_trace_request_descr_t type table of ty_trace_request_descr
|
||
| 5 | TY_TRACE_REQUEST_T | Public | See coding | 20100312 | ty_trace_request_t type table of ty_trace_request
|
Method Signatures
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STOP_RUNNING_TRACES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method DELETE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST_ID | Value transfer | Type reference (TYPE) | I | 20120117 | ||||
| 2 | I_STOP_RUNNING_TRACES | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20120117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20120117 |
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_REQUEST_ID | Value transfer | Type reference (TYPE) | I | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method GET_SCHEDULED_REQUESTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TRACE_REQUESTS | Call by reference | Type reference (TYPE) | TY_TRACE_REQUEST_T | 20100224 | ||||
| 2 | E_TRACE_REQUEST_TAB | Call by reference | Type reference (TYPE) | TY_TRACE_REQUEST_DESCR_T | 20120117 | ||||
| 3 | I_GET_EXECUTED_REQ | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20100528 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method HAS_ACTIVE_SESSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_HAS_ACTIVE_SESSIONS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100224 |
Method HAS_ACTIVE_SESSIONS on Interface IF_ATRA_TRACE_REQUEST has no exception.
Method SCHEDULE 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_REF_VARIANT | Call by reference | Object reference (TYPE REF TO) | IF_ATRA_TRACE_VARIANT | Referenz auf Messvariante | 20100303 | |||
| 5 | I_TYPE | Call by reference | Type reference (TYPE) | C | 20100224 | ||||
| 6 | I_UREQ_CLIENT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | 20100224 | |||
| 7 | I_UREQ_EDATE | Call by reference | Type reference (TYPE) | D | 20100224 | ||||
| 8 | I_UREQ_EMODE | Call by reference | Type reference (TYPE) | I | -1 | 20100224 | |||
| 9 | I_UREQ_ETIME | Call by reference | Type reference (TYPE) | T | 20100224 | ||||
| 10 | I_UREQ_IRUNS | Call by reference | Type reference (TYPE) | I | 10 | 20100224 | |||
| 11 | I_UREQ_ONAME | Call by reference | Type reference (TYPE) | TY_OBJECT_NAME | SPACE | 20100224 | |||
| 12 | I_UREQ_PTYPE | Call by reference | Type reference (TYPE) | I | 1 | 20100224 | |||
| 13 | I_UREQ_SUSER | Call by reference | Type reference (TYPE) | UNAME | SY-UNAME | 20100224 | |||
| 14 | I_VARIANT_NAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | 20100303 | ||||
| 15 | I_VARIANT_OWNER | Call by reference | Type reference (TYPE) | USERNAME | SY-UNAME | 20100303 | |||
| 16 | I_X_NO_AUTOCLOSE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 | |||
| 17 | I_X_RESOLUTION_LOW | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100224 | |||
| 18 | R_REQUEST_ID | Value transfer | Type reference (TYPE) | I | 20120130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |