SAP ABAP Interface IF_ATRA_ANALYZER (Auswertung einer 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ATRA_ANALYZER | Auswertung einer ABAP Laufzeitanalyse | 20120111 |
Properties
Interface | IF_ATRA_ANALYZER | |
Short Description | Auswertung einer Laufzeitanalyse |
General Data
Package | S_ATRA_KERNEL | Kernelzugriff für Laufzeitanalyse |
Created | 20120111 | 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) |
Interfaces
Interface IF_ATRA_ANALYZER has no interface.
Friends
Interface IF_ATRA_ANALYZER has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | C_ATRA_DEFAULT_FILTER | Constant | Public | See coding | 20120111 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120111 | |
2 | ![]() |
Instance method | Public | Method | 20120716 | |
3 | ![]() |
Instance method | Public | Method | 20121018 | |
4 | ![]() |
Instance method | Public | Method | 20120111 | |
5 | ![]() |
Instance method | Public | Method | 20120111 | |
6 | ![]() |
Instance method | Public | Method | 20120111 | |
7 | ![]() |
Instance method | Public | Method | 20120111 | |
8 | ![]() |
Static method | Public | Method | 20120201 |
Events
Interface IF_ATRA_ANALYZER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ATRA_DBTABLES | Public | See coding | 20120619 | begin of ty_atra_dbtables,
index type i,
id type c length 1,
subid type c length 1,
contoffs type i,
progindex type i,
textindex type i,
methindex type i,
tabname type c length 30,
sqlstmtindex type i,
sqltype type i,
hits type i,
bufferhits type i,
brutto type decfloat34,
netto type decfloat34,
calledprgidx type i,
paketindex type i,
idx_hitlist_t type standard table of i with default key,
end of ty_atra_dbtables
|
||
2 | TY_ATRA_DBTABLES_T | Public | See coding | 20120619 | ty_atra_dbtables_t type standard table of ty_atra_dbtables with default key
|
||
3 | TY_ATRA_DBTABLES_TXT | Public | See coding | 20121018 | begin of ty_atra_dbtables_txt,
index type i,
id type c length 1,
subid type c length 1,
contoffs type i,
progindex type i,
textindex type i,
methindex type i,
tabname type c length 30,
sqlstmtindex type string,
sqltype type string,
hits type i,
bufferhits type i,
brutto type decfloat34,
netto type decfloat34,
calledprgidx type i,
paketindex type i,
idx_hitlist_t type standard table of i with default key,
end of ty_atra_dbtables_txt
|
||
4 | TY_ATRA_DBTABLES_TXT_T | Public | See coding | 20121018 | ty_atra_dbtables_txt_t type standard table of ty_atra_dbtables_txt with default key
|
||
5 | TY_ATRA_FILTER | Public | See coding | 20120111 | begin of ty_atra_filter,
get_closing_rec type i,
get_sys_events type i,
get_db_events type i,
get_full_hierarchy type i,
end of ty_atra_filter
|
||
6 | TY_ATRA_HITLIST | Public | See coding | 20120111 | begin of ty_atra_hitlist,
index type i,
id type c length 1,
subid type c length 1,
contoffs type i,
progindex type i,
textindex type i,
methindex type i,
hits type i,
brutto type decfloat34,
netto type decfloat34,
recursions type i,
calledprgidx type i,
net0 type decfloat34,
idx_stmt_trace_t type standard table of i with default key,
idx_dbtables type i,
end of ty_atra_hitlist
|
||
7 | TY_ATRA_HITLIST_T | Public | See coding | 20120111 | ty_atra_hitlist_t type standard table of ty_atra_hitlist with default key
|
||
8 | TY_ATRA_METH | Public | See coding | 20120111 | begin of ty_atra_meth,
methodname type c length 61,
end of ty_atra_meth
|
||
9 | TY_ATRA_METH_T | Public | See coding | 20120111 | ty_atra_meth_t type standard table of ty_atra_meth with default key
|
||
10 | TY_ATRA_PACKAGE | Public | See coding | 20120111 | begin of ty_atra_package,
packagename type c length 30,
end of ty_atra_package
|
||
11 | TY_ATRA_PACKAGE_T | Public | See coding | 20120111 | ty_atra_package_t type standard table of ty_atra_package with default key
|
||
12 | TY_ATRA_PROG | Public | See coding | 20120111 | begin of ty_atra_prog,
progname type c length 40,
end of ty_atra_prog
|
||
13 | TY_ATRA_PROG_T | Public | See coding | 20120111 | ty_atra_prog_t type standard table of ty_atra_prog with default key
|
||
14 | TY_ATRA_STMT_TRACE | Public | See coding | 20120111 | begin of ty_atra_stmt_trace,
flag_rectype type c length 1, " obsolete?
index type i, " index in this aray
start type i, " corresponding > record
end type i, " corresponding < record
caller type i, " caller in this array
ebene type i, " level in statement trace
rectype type c length 1, " record type, needed???
id type c length 1, " id of record
subid type c length 1, " subid of record
event type c length 1, " event, > or <
contoffs type i, " cont offset
brutto type decfloat34, " gross time
netto type decfloat34, " net time
progindex type i, " index in ty_atra_prog_t
methindex type i, " index in ty_atra_meth_t
textindex type i, " index in ty_atra_text_t
pr_2index type i,
paketindex type i,
storage type i, " memory consumption
et_type type x length 1, " event type
eg_group type x length 1, " event group
storage_increase type i, " obsolete?
instance type i, "
tabindex type i, "
intfindex type i, "
net0 type decfloat34, " net0 time
calling_proc type i, " index of calling procedural unit in this array
level_procblocks type i, " level in processing blocks view
idx_hitlist type i, " index in ty_atra_hitlist
idx_dbtables type i, " index in ty_atra_dbtables
end of ty_atra_stmt_trace
|
||
15 | TY_ATRA_STMT_TRACE_T | Public | See coding | 20120111 | ty_atra_stmt_trace_t type standard table of ty_atra_stmt_trace with default key
|
||
16 | TY_ATRA_TEXT | Public | See coding | 20120111 | begin of ty_atra_text,
text type c length 61,
end of ty_atra_text
|
||
17 | TY_ATRA_TEXT_T | Public | See coding | 20120111 | ty_atra_text_t type standard table of ty_atra_text with default key
|
Method Signatures
Method ANALYZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Value transfer | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120111 |
Method GET_DBTABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20120716 | |||
2 | ![]() |
R_DBTABLES | Value transfer | Type reference (TYPE) | TY_ATRA_DBTABLES_T | 20120716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen zu CL_ATRA_ANALYZER | 20120716 |
Method GET_DBTABLES_WITH_TXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20121018 | |||
2 | ![]() |
R_DBTABLES | Value transfer | Type reference (TYPE) | TY_ATRA_DBTABLES_TXT_T | 20121018 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen zu CL_ATRA_ANALYZER | 20121018 |
Method GET_HITLIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Value transfer | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 | |||
2 | ![]() |
R_HITLIST | Value transfer | Type reference (TYPE) | TY_ATRA_HITLIST_T | 20120111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120111 |
Method GET_RUNTIME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RUNTIME | Value transfer | Type reference (TYPE) | DECFLOAT34 | 20120111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120111 |
Method GET_STATEMENT_TRACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FILTER | Call by reference | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 | |||
2 | ![]() |
R_STMT_TRACE | Value transfer | Type reference (TYPE) | TY_ATRA_STMT_TRACE_T | 20120111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120111 |
Method GET_TEXT_TABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_METHTAB | Call by reference | Type reference (TYPE) | TY_ATRA_METH_T | 20120111 | |||
2 | ![]() |
E_PKTAB | Call by reference | Type reference (TYPE) | TY_ATRA_PACKAGE_T | 20120111 | |||
3 | ![]() |
E_PROGTAB | Call by reference | Type reference (TYPE) | TY_ATRA_PROG_T | 20120111 | |||
4 | ![]() |
E_TEXTTAB | Call by reference | Type reference (TYPE) | TY_ATRA_TEXT_T | 20120111 | |||
5 | ![]() |
I_FILTER | Value transfer | Type reference (TYPE) | TY_ATRA_FILTER | 20120111 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20120111 |
Method IS_AVAILABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RET_VAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120201 |
Method IS_AVAILABLE on Interface IF_ATRA_ANALYZER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |