SAP ABAP Interface IF_ATRA_TRACE_VARIANT (Mess-Variante)
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_VARIANT | Konfiguration für Laufzeitanalyse | 20100224 |
Properties
| Interface | IF_ATRA_TRACE_VARIANT | |
| Short Description | Mess-Variante |
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 | IF_ATRA_TRACE_VARIANT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_ATRA_TRACE_VARIANT has no interface.
Friends
Interface IF_ATRA_TRACE_VARIANT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | A_VARIANT_DESCR | Instance attribute | Public | Type reference (TYPE) | TY_VARIANT_TEXT | 20110322 | |||
| 2 | A_VARIANT_NAME | Instance attribute | Public | Type reference (TYPE) | TY_VARIANT_NAME | 20100302 | |||
| 3 | A_VARIANT_OWNER | Instance attribute | Public | Type reference (TYPE) | SYUNAME | 20100302 | |||
| 4 | C_AGGREGATION_NONE | Constant | Public | Type reference (TYPE) | I | 0 | 20100224 | ||
| 5 | C_AGGREGATION_PARTIAL | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 | ||
| 6 | C_DEFAULT_NAME | Constant | Public | Type reference (TYPE) | TY_VARIANT_NAME | 'DEFAULT' | 20100224 | ||
| 7 | C_E2E_USER | Constant | Public | Type reference (TYPE) | SYUNAME | '%E2E_DEFAULT' | 20100303 | ||
| 8 | C_E2E_VARIANT_NAME | Constant | Public | Type reference (TYPE) | STRING | 'E2E_DEFAULT' | 20100317 | ||
| 9 | C_TRC_LIMITATION_HOTSPOT | Constant | Public | Type reference (TYPE) | I | 3 | 20100224 | ||
| 10 | C_TRC_LIMITATION_NONE | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 | ||
| 11 | C_TRC_LIMITATION_PROG | Constant | Public | Type reference (TYPE) | I | 2 | 20100224 | ||
| 12 | C_TYP0_FORM | Constant | Public | Type reference (TYPE) | C | 'F' | 20100315 | ||
| 13 | C_TYP0_FUNC | Constant | Public | Type reference (TYPE) | C | 'U' | 20100315 | ||
| 14 | C_TYP0_LOCAL_CLAS | Constant | Public | Type reference (TYPE) | C | 'L' | 20100315 | ||
| 15 | C_TYP0_METH | Constant | Public | Type reference (TYPE) | C | 'M' | 20100315 | ||
| 16 | C_TYP0_PROG | Constant | Public | Type reference (TYPE) | C | 'P' | 20100315 | ||
| 17 | C_TYP1_CLAS | Constant | Public | Type reference (TYPE) | C | 'C' | 20100315 | ||
| 18 | C_TYP1_FUGR | Constant | Public | Type reference (TYPE) | C | 'F' | 20100315 | ||
| 19 | C_TYP1_PROG | Constant | Public | Type reference (TYPE) | C | 'P' | 20100315 | ||
| 20 | C_TYP2_FORM | Constant | Public | See coding | 'FORM' | 20100315 | |||
| 21 | C_TYP2_FUNC | Constant | Public | See coding | 'FUNC' | 20100315 | |||
| 22 | C_TYP2_METH | Constant | Public | See coding | 'METH' | 20100315 | |||
| 23 | READONLY | Instance attribute | Public | Type reference (TYPE) | XFLAG | 20110322 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100224 | ||
| 2 | Instance method | Public | Method | 20100224 | ||
| 3 | Instance method | Public | Method | 20100224 | ||
| 4 | Instance method | Public | Method | 20100224 | ||
| 5 | Instance method | Public | Method | 20100224 | ||
| 6 | Instance method | Public | Method | 20100224 | ||
| 7 | Instance method | Public | Method | 20100224 | ||
| 8 | Instance method | Public | Method | 20100224 | ||
| 9 | Instance method | Public | Method | 20100316 | ||
| 10 | Instance method | Public | Method | 20100224 | ||
| 11 | Instance method | Public | Method | 20100224 | ||
| 12 | Instance method | Public | Method | 20110322 | ||
| 13 | Static method | Public | Method | 20100326 |
Events
Interface IF_ATRA_TRACE_VARIANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GENERAL | Public | See coding | 20100224 | begin of ty_general,
max_file_size type i, " maximum file size of a trace file
max_duration type i, " maximum duration of a measurement
aggregation type i, " non or partial, see constants
level type i, "??
check_memory type abap_bool, " check memory in non-aggregated traces
server_trace type abap_bool, "inherit trace for RFC, update calls
on_off type abap_bool, "TRUE = trace has to be explicitly switched on
"by /ron /roff, FALSE = DEFAULT
end of ty_general
|
||
| 2 | TY_PROG | Public | See coding | 20100224 | begin of ty_prog, "se30_lim1
mark type c length 1, "dummy
prog_type type c length 1,
prog_name type c length 40,
class_name type c length 30,
proc_type type c length 4,
proc_name type c length 61,
end of ty_prog
|
||
| 3 | TY_PROG_RESTRICTIONS | Public | See coding | 20100224 | begin of ty_prog_restrictions,
trace_limitation type i, " all, prog parts or Hotspots
trace_called_functions type abap_bool,
end of ty_prog_restrictions
|
||
| 4 | TY_PROG_TAB | Public | See coding | 20100224 | ty_prog_tab type standard table of ty_prog with default key
|
||
| 5 | TY_STATEMENTS | Public | See coding | 20100224 | begin of ty_statements,
statistics type abap_bool,
method type abap_bool,
events type abap_bool,
forms type abap_bool,
modules type abap_bool,
functions type abap_bool,
dynpro_handling type abap_bool,
frontend_diag type abap_bool,
c_calls type abap_bool,
sql_open type abap_bool,
sql_native type abap_bool,
contexts type abap_bool,
cmd_generate type abap_bool,
cmd_load type abap_bool,
itab_read type abap_bool,
itab_modification type abap_bool,
messages type abap_bool,
db_operations type abap_bool,
cmd_export_import type abap_bool,
cmd_mix type abap_bool,
cmd_dataset type abap_bool,
kernel_runt type abap_bool,
end of ty_statements
|
||
| 6 | TY_VARIANT_NAME | Public | See coding | 20100315 | ty_variant_name type c length 30
|
||
| 7 | TY_VARIANT_TEXT | Public | See coding | 20100315 | ty_variant_text type c length 60
|
||
| 8 | TY_VAR_PROPERTIES | Public | See coding | 20120112 | begin of ty_var_properties,
general type ty_general,
stmts type ty_statements,
restrict type ty_prog_restrictions,
progs type ty_prog_tab,
end of ty_var_properties
|
Method Signatures
Method COPY_FROM_VARIANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SOURCE_NAME | Call by reference | Type reference (TYPE) | TY_VARIANT_NAME | 20100224 | ||||
| 2 | I_SOURCE_OWNER | Call by reference | Attribute reference (LIKE) | SY-UNAME | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions für ATRA-Varianten | 20100302 |
Method DELETE_FROM_DB Signature
Method DELETE_FROM_DB on Interface IF_ATRA_TRACE_VARIANT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method GET_GENERAL_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_GENERAL_PROPERTIES | Value transfer | Type reference (TYPE) | TY_GENERAL | 20100224 |
Method GET_GENERAL_PROPERTIES on Interface IF_ATRA_TRACE_VARIANT has no exception.
Method GET_PROG_RESTRICTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROG_RESTRICTIONS | Value transfer | Type reference (TYPE) | TY_PROG_RESTRICTIONS | 20100224 |
Method GET_PROG_RESTRICTIONS on Interface IF_ATRA_TRACE_VARIANT has no exception.
Method GET_PROG_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROG_TAB | Value transfer | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_PROG_TAB | 20100302 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exceptions für ATRA-Varianten | 20100302 |
Method GET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_STATEMENTS | Value transfer | Type reference (TYPE) | TY_STATEMENTS | 20100224 |
Method GET_STATEMENTS on Interface IF_ATRA_TRACE_VARIANT has no exception.
Method READ_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_VAR_FOUND | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100318 |
Method READ_FROM_DB on Interface IF_ATRA_TRACE_VARIANT has no exception.
Method SAVE Signature
Method SAVE on Interface IF_ATRA_TRACE_VARIANT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method SET_GENERAL_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GENERAL_PROPERTIES | Call by reference | Type reference (TYPE) | TY_GENERAL | 20100316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100316 |
Method SET_PROG_RESTRICTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROG_RESTRICTIONS | Call by reference | Type reference (TYPE) | TY_PROG_RESTRICTIONS | 20100224 | ||||
| 2 | I_PROG_TAB | Call by reference | Type reference (TYPE) | TY_PROG_TAB | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method SET_STATEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATEMENTS | Call by reference | Type reference (TYPE) | TY_STATEMENTS | 20100224 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method SET_VARIANT_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARIANT_DESCR | Call by reference | Type reference (TYPE) | TY_VARIANT_TEXT | 20110322 |
Method SET_VARIANT_DESCRIPTION on Interface IF_ATRA_TRACE_VARIANT has no exception.
Method S_VARIANT_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_VARIANT_NAME | Call by reference | Type reference (TYPE) | TY_VARIANT_NAME | Name der Variante | 20100326 | |||
| 2 | I_VARIANT_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | Benutzername | 20100326 | |||
| 3 | R_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100326 |
Method S_VARIANT_EXISTS on Interface IF_ATRA_TRACE_VARIANT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |