SAP ABAP Class IF_ATRA_TRACE_VARIANT (Mess-Variante)
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
| Class | IF_ATRA_TRACE_VARIANT | |
| Short Description | Mess-Variante | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_ATRA_TRACE_VARIANT has no interface implemented.
Friends
Class IF_ATRA_TRACE_VARIANT 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) | TY_VARIANT_TEXT | 20110322 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TY_VARIANT_NAME | 20100302 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | SYUNAME | 20100302 | ||||
| 4 | Constant | Public | Type reference (TYPE) | I | 0 | 20100224 | |||
| 5 | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 | |||
| 6 | Constant | Public | Type reference (TYPE) | TY_VARIANT_NAME | 'DEFAULT' | 20100224 | |||
| 7 | Constant | Public | Type reference (TYPE) | SYUNAME | '%E2E_DEFAULT' | 20100303 | |||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'E2E_DEFAULT' | 20100317 | |||
| 9 | Constant | Public | Type reference (TYPE) | I | 3 | 20100224 | |||
| 10 | Constant | Public | Type reference (TYPE) | I | 1 | 20100224 | |||
| 11 | Constant | Public | Type reference (TYPE) | I | 2 | 20100224 | |||
| 12 | Constant | Public | Type reference (TYPE) | C | 'F' | 20100315 | |||
| 13 | Constant | Public | Type reference (TYPE) | C | 'U' | 20100315 | |||
| 14 | Constant | Public | Type reference (TYPE) | C | 'L' | 20100315 | |||
| 15 | Constant | Public | Type reference (TYPE) | C | 'M' | 20100315 | |||
| 16 | Constant | Public | Type reference (TYPE) | C | 'P' | 20100315 | |||
| 17 | Constant | Public | Type reference (TYPE) | C | 'C' | 20100315 | |||
| 18 | Constant | Public | Type reference (TYPE) | C | 'F' | 20100315 | |||
| 19 | Constant | Public | Type reference (TYPE) | C | 'P' | 20100315 | |||
| 20 | Constant | Public | See coding | 'FORM' | 20100315 | ||||
| 21 | Constant | Public | See coding | 'FUNC' | 20100315 | ||||
| 22 | Constant | Public | See coding | 'METH' | 20100315 | ||||
| 23 | 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
Class 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 class 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 class 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 class 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 class 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 class IF_ATRA_TRACE_VARIANT has no exception.
Method SAVE Signature
Method SAVE on class 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 class 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 class IF_ATRA_TRACE_VARIANT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |