SAP ABAP Class CL_ATRA_TRACE_VARIANT (Konfiguration für Laufzeitanalyse)
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_VARIANT | Mess-Variante | 20100224 |
Properties
| Class | CL_ATRA_TRACE_VARIANT | |
| Short Description | Konfiguration für Laufzeitanalyse | |
| 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 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ATRA_TRACE_VARIANT | Mess-Variante | 20100224 |
Friends
Class CL_ATRA_TRACE_VARIANT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_GENERAL | 20100224 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_PROG_RESTRICTIONS | 20100224 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_PROG_TAB | 20100224 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_STATEMENTS | 20100224 | ||||
| 5 | Constant | Private | Type reference (TYPE) | I | 1800 | 20100303 | |||
| 6 | Constant | Private | Type reference (TYPE) | I | 2147483647 | 20100303 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20100224 | ||
| 2 | Static method | Public | Method | 20100224 | ||
| 3 | Instance method | Private | Method | 20100224 | ||
| 4 | Instance method | Private | Method | 20100224 | ||
| 5 | Instance method | Private | Method | 20100224 |
Events
Class CL_ATRA_TRACE_VARIANT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_RS38T_LIM1 | Private | See coding | 20100312 | begin of ty_rs38t_lim1,
onoff type c length 1,
down type c length 1,
server_trace type c length 1,
trace_hotspots type c length 1,
trace_prog_parts type c length 1,
trace_all_parts type c length 1,
end of ty_rs38t_lim1
|
||
| 2 | TY_RS38T_LIM2 | Private | See coding | 20100312 | begin of ty_rs38t_lim2,
stat type c length 1,
meth type c length 1,
evnt type c length 1,
form type c length 1,
modu type c length 1,
func type c length 1,
dyne type c length 1,
diag type c length 1,
prog type c length 1,
sqlo type c length 1,
sqln type c length 1,
cntx type c length 1,
gene type c length 1,
loa type c length 1,
tabr type c length 1,
tabu type c length 1,
mess type c length 1,
dbop type c length 1,
expo type c length 1,
mix type c length 1,
dset type c length 1,
runt type c length 1,
end of ty_rs38t_lim2
|
||
| 3 | TY_RS38T_LIM3 | Private | See coding | 20100312 | begin of ty_rs38t_lim3,
agg0 type c length 1,
agg1 type c length 1,
agg2 type c length 1,
lev type i,
kb type i,
time type i,
storx type c length 1,
end of ty_rs38t_lim3
|
||
| 4 | TY_VAR_KEY | Private | See coding | 20100224 | begin of ty_var_key,
user type username,
name type c length 30, "se30var,
end of ty_var_key
|
Method Signatures
Method CONSTRUCTOR 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) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT | SPACE | 20110322 | |||
| 2 | I_VARIANT_NAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | IF_ATRA_TRACE_VARIANT=>C_DEFAULT_NAME | 20100224 | |||
| 3 | I_VARIANT_OWNER | Call by reference | Attribute reference (LIKE) | SY-UNAME | SY-UNAME | 20100224 |
Method CONSTRUCTOR on class CL_ATRA_TRACE_VARIANT has no exception.
Method S_CREATE 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) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_TEXT | SPACE | 20110322 | |||
| 2 | I_VARIANT_NAME | Call by reference | Type reference (TYPE) | IF_ATRA_TRACE_VARIANT=>TY_VARIANT_NAME | IF_ATRA_TRACE_VARIANT=>C_DEFAULT_NAME | 20100224 | |||
| 3 | I_VARIANT_OWNER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | Benutzername | 20100224 | ||
| 4 | R_VAR_REF | Value transfer | Object reference (TYPE REF TO) | IF_ATRA_TRACE_VARIANT | 20100224 |
Method S_CREATE on class CL_ATRA_TRACE_VARIANT has no exception.
Method _READ_FROM_DB Signature
Method _READ_FROM_DB on class CL_ATRA_TRACE_VARIANT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method _SAVE Signature
Method _SAVE on class CL_ATRA_TRACE_VARIANT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100224 |
Method _SET_DEFAULT_PROPERTIES Signature
Method _SET_DEFAULT_PROPERTIES on class CL_ATRA_TRACE_VARIANT has no parameter.
Method _SET_DEFAULT_PROPERTIES on class CL_ATRA_TRACE_VARIANT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |