SAP ABAP Class CL_ATRA_TRACE_DATA_NARROW (Write and Read TRACE Tables)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-RTA (Application Component) Runtime Analysis
⤷
S_ABAP_TRACE (Package) ABAP TRACE

⤷

⤷

Properties
Class | CL_ATRA_TRACE_DATA_NARROW | |
Short Description | Write and Read TRACE Tables | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ABAP_TRACE | ABAP TRACE |
Created | 20070312 | SAP |
Last change | 20110908 | 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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ATRA_TRACE_DATA_NARROW has no interface implemented.
Friends
Class CL_ATRA_TRACE_DATA_NARROW has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Build Interface Tables | 20070712 |
2 | ![]() |
Static method | Private | Method | Generate Memory Percentage | 20070312 |
3 | ![]() |
Static method | Private | Method | Determine Table Name | 20070330 |
4 | ![]() |
Static method | Private | Method | Determine Table Name | 20070330 |
5 | ![]() |
Static method | Private | Method | Delete STACK Entry and Resulting Work | 20070312 |
6 | ![]() |
Static method | Public | Method | 20070312 | |
7 | ![]() |
Static method | Private | Method | Adjust IT_AUSTAB if levels are still open | 20070619 |
8 | ![]() |
Static method | Private | Method | Create Output Tables | 20070312 |
9 | ![]() |
Static method | Public | Method | Create TRACE Table | 20070312 |
10 | ![]() |
Static method | Private | Method | Delete STACK Entry and Resulting Work | 20070312 |
11 | ![]() |
Static method | Private | Method | Delete STACK Entry and Resulting Work | 20070312 |
12 | ![]() |
Static method | Private | Method | Process Entry Event | 20070312 |
13 | ![]() |
Static method | Private | Method | Process Leaving Event | 20070312 |
14 | ![]() |
Static method | Private | Method | Fill Dependent Tables | 20070312 |
15 | ![]() |
Static method | Private | Method | Determine Time Data | 20070312 |
16 | ![]() |
Static method | Private | Method | Determine Time Data | 20070312 |
17 | ![]() |
Static method | Private | Method | Determine Time Data | 20070312 |
18 | ![]() |
Static method | Private | Method | Treat problem if level 0 is reached too early | 20070604 |
Events
Class CL_ATRA_TRACE_DATA_NARROW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TRACE_COMMENT_T | Public | See coding | 20070312 | TRACE_COMMENT_T type c length 60
|
||
2 | TY_CHAR_500 | Public | See coding | 20070312 | BEGIN OF ty_char_500,
Feld(500) TYPE C,
END OF ty_char_500
|
||
3 | TY_NODES | Public | See coding | 20070312 | BEGIN OF ty_nodes,
ID TYPE satr_austab_gesamt-id,
SUBID TYPE satr_austab_gesamt-subid,
MAIN TYPE satr_head_main-main,
MIDDLE TYPE satr_head_midl-middle,
ZEIT TYPE satr_austab_gesamt-zg01,
COUNTER TYPE i,
rel_node_key TYPE string,
text TYPE satr_de_text40,
end of ty_nodes
|
||
4 | TY_OWN_NODES | Public | See coding | 20070312 | BEGIN OF ty_own_nodes ,
l_n(10),
ID TYPE satr_austab_gesamt-id,
SUBID TYPE satr_austab_gesamt-subid,
MAIN(2),
MIDDLE(2),
ZEIT TYPE satr_austab_gesamt-zg01,
COUNTER TYPE i,
rel_node_key TYPE string,
text TYPE satr_de_text40,
END OF ty_own_nodes
|
Method Signatures
Method BUILD_INTERFACE_TABS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Schmale Austab | 20070712 | ||
2 | ![]() |
IT_AUSTAB_HIER | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_GESAMT | SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) | 20071129 | ||
3 | ![]() |
IT_INTF_LIST | Call by reference | Type reference (TYPE) | SLAT_T_INTF_LIST | 20070712 | |||
4 | ![]() |
IT_INTF_NAMES | Call by reference | Type reference (TYPE) | SLAT_T_INTERFACES | 20070712 | |||
5 | ![]() |
IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | SATR : Tabelle der aufgezeichneten Programmnamen | 20070712 | ||
6 | ![]() |
IT_TRACETEXT | Call by reference | Type reference (TYPE) | SATR_T_TRACETEXT | SATR : Tabelle der Elemente TRACE-Text | 20070712 |
Method BUILD_INTERFACE_TABS on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method BUILD_MEM_PERCENTAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ID | Call by reference | Type reference (TYPE) | SATR_DE_ID | SATR: ID of a Trace Record (Recorded Event) | 20070312 | ||
2 | ![]() |
P_IT_AUS | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | SATR : Table with All TRACE Information | 20070312 | ||
3 | ![]() |
P_IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | SATR : Stack Table | 20070312 |
Method BUILD_MEM_PERCENTAGE on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method BUILD_TAB_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_AUS | Call by reference | Type reference (TYPE) | SATR_AUSTAB_N | SATR : Common Output Structure (TRACE/TRACEDUMP) | 20070330 | ||
2 | ![]() |
P_PROG | Call by reference | Type reference (TYPE) | SYCPROG | Calling Program | 20070330 | ||
3 | ![]() |
P_TAB | Value transfer | Type reference (TYPE) | SATR_ITAB | SATR: Structure for SATR_T_PROGINDEX | 20070330 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
No Table Operation Found | 20070330 |
Method BUILD_TAB_NAME_PREPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | SATR : Table of Recorded Program Names | 20070330 | ||
2 | ![]() |
P_AUS | Call by reference | Type reference (TYPE) | SATR_AUSTAB_N | SATR : Common Output Structure (TRACE/TRACEDUMP) | 20070330 | ||
3 | ![]() |
P_TAB | Call by reference | Type reference (TYPE) | SATR_T_ITAB | SATR: Structure for SATR_T_PROGINDEX | 20070330 |
Method BUILD_TAB_NAME_PREPARE on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method CLEAR_AFTER_WC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Narrow Output Table | 20070312 | ||
2 | ![]() |
IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
P_NR_OF_ENTRIES | Call by reference | Type reference (TYPE) | INT4 | 20070312 |
Method CLEAR_AFTER_WC on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method COMPLETE_PROGTAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_IT_AUS | Call by reference | Type reference (TYPE) | ANY TABLE | SATR : Tabele mit allen Informationen zum Trace | 20070312 | ||
2 | ![]() |
P_IT_PAKET | Call by reference | Type reference (TYPE) | SATR_T_TRACEPAKET | Paket Tabelle | 20070312 | ||
3 | ![]() |
P_IT_PROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | SATR : Tabelle der aufgezeichneten Programmnamen | 20070312 | ||
4 | ![]() |
P_IT_SLAT_PAKET | Call by reference | Type reference (TYPE) | SLAT_T_PACKAGES | SAT: packages for layer aware trace analysis | 20070822 | ||
5 | ![]() |
P_IT_SLAT_PR | Call by reference | Type reference (TYPE) | SLAT_T_PROGRAMS | SAT: packages for layer aware trace analysis | 20070822 |
Method COMPLETE_PROGTAB on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method CORRECT_END Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | SATR : Common Output Structure (TRACE/TRACEDUMP) | 20070619 | ||
2 | ![]() |
IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | SATR: STACK Layout (Internal Use) | 20070619 | ||
3 | ![]() |
P_EBENE | Call by reference | Type reference (TYPE) | I | 20070619 |
Method CORRECT_END on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method CREATE_AUSTAB_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMPX | 20070312 | |||
2 | ![]() |
P_IT_TRACEITAB | Call by reference | Type reference (TYPE) | SATR_T_ITAB | Table of Type SATR_ITAB | 20070312 | ||
3 | ![]() |
P_IT_TRACEMETH | Call by reference | Type reference (TYPE) | SATR_T_TRACEMETH | SATR : Table of Recorded Method Names | 20070312 | ||
4 | ![]() |
P_IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | 20070312 | |||
5 | ![]() |
P_IT_TRACETEXT | Call by reference | Type reference (TYPE) | SATR_T_TRACETEXT | 20070312 | |||
6 | ![]() |
P_SATR_AUSTAB | Call by reference | Type reference (TYPE) | SATR_AUSTAB_N | SATR : Common Output Structure (TRACE/TRACEDUMP) | 20070312 |
Method CREATE_AUSTAB_ENTRY on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method CREATE_TRACE_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_CANCELLED | Call by reference | Type reference (TYPE) | XFLAG | neue Eingabewerte | 20100914 | ||
2 | ![]() |
E_HEADER | Call by reference | Type reference (TYPE) | SATRH_HEADER | 20070312 | |||
3 | ![]() |
E_HEADER_I | Call by reference | Type reference (TYPE) | SATRI_INFO | 20070312 | |||
4 | ![]() |
E_SATR_TAB_KEY | Call by reference | Type reference (TYPE) | SATR_TAB_KEY | Struktur des Schlüsselbestandteils für SATR_TAB | 20070312 | ||
5 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Schmale Austab | 20070312 | ||
6 | ![]() |
IT_HIT1 | Call by reference | Type reference (TYPE) | SATR_T_HIT1 | 20070312 | |||
7 | ![]() |
IT_HIT2 | Call by reference | Type reference (TYPE) | SATR_T_HIT2 | 20070312 | |||
8 | ![]() |
IT_INTF_LIST | Call by reference | Type reference (TYPE) | SLAT_T_INTF_LIST | 20070712 | |||
9 | ![]() |
IT_INTF_NAMES | Call by reference | Type reference (TYPE) | SLAT_T_INTERFACES | 20070712 | |||
10 | ![]() |
IT_SLAT_PAKET | Call by reference | Type reference (TYPE) | SLAT_T_PACKAGES | SAT: packages for layer aware trace analysis | 20070822 | ||
11 | ![]() |
IT_SLAT_PROGRAMS | Call by reference | Type reference (TYPE) | SLAT_T_PROGRAMS | SAT: packages for layer aware trace analysis | 20070822 | ||
12 | ![]() |
IT_TRACEITAB | Value transfer | Type reference (TYPE) | SATR_T_ITAB | Tabelle vom Typ SATR_ITAB | 20070312 | ||
13 | ![]() |
IT_TRACEMETH | Call by reference | Type reference (TYPE) | SATR_T_TRACEMETH | 20070312 | |||
14 | ![]() |
IT_TRACEPAKET | Call by reference | Type reference (TYPE) | SATR_T_TRACEPAKET | Paket Tabelle | 20070312 | ||
15 | ![]() |
IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | 20070312 | |||
16 | ![]() |
IT_TRACESTAT | Call by reference | Type reference (TYPE) | SATR_T_TRACESTAT | 20070312 | |||
17 | ![]() |
IT_TRACETEXT | Call by reference | Type reference (TYPE) | SATR_T_TRACETEXT | 20070312 | |||
18 | ![]() |
IT_ZEIT | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_ZEIT | 20070312 | |||
19 | ![]() |
I_FNAME | Call by reference | Type reference (TYPE) | SE30FNAME | '/usr/sap/BCE/DVEBMGS26/data/AT260018' | 20070312 | ||
20 | ![]() |
I_HEADER | Call by reference | Type reference (TYPE) | SATRH_HEADER | 20070312 | |||
21 | ![]() |
I_IT_AGGTAB | Call by reference | Type reference (TYPE) | SATR_T_AGG_OUT | SATR : Int. Tabelle der aggregierten TRACE-Sätze | 20070312 | ||
22 | ![]() |
I_MANDT | Call by reference | Type reference (TYPE) | CHAR3 | 20100910 | |||
23 | ![]() |
I_PROGRESS | Call by reference | Type reference (TYPE) | FLAG | 'X' | 20070312 | ||
24 | ![]() |
I_REPO | Call by reference | Type reference (TYPE) | SYCPROG | 'TESTTEST' | 20070312 | ||
25 | ![]() |
I_SATR_ZEITEN | Call by reference | Type reference (TYPE) | SATR_ZEITEN | 20070312 | |||
26 | ![]() |
I_WITH_TABNAMES | Call by reference | Type reference (TYPE) | SYCHAR01 | ' ' | Tabellennamen ermitteln | 20070312 | |
27 | ![]() |
NO_CONTAINER | Call by reference | Type reference (TYPE) | SYCHAR01 | ' ' | CHAR01-Datenelement fuer SYST | 20070312 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmen bei der Laufzeitmessungs-Aufbereitung | 20081002 |
Method DELETE_STACK Signature
Method DELETE_STACK on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method DELETE_STACK_WC_KW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Narrow Output Table | 20070312 | ||
2 | ![]() |
IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
IT_ZUO | Call by reference | Type reference (TYPE) | SATR_T_ZUO | 20070312 | |||
4 | ![]() |
P_CALLER_NEU | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
5 | ![]() |
P_EBENE | Call by reference | Type reference (TYPE) | SATR_DE_EBENE | 20070312 | |||
6 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
7 | ![]() |
P_ENTRY_NEU | Call by reference | Type reference (TYPE) | SATR_TRACEDUMPX | 20070312 | |||
8 | ![]() |
P_NR_OF_ENTRIES | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
9 | ![]() |
P_SATR_ZEITEN | Call by reference | Type reference (TYPE) | SATR_ZEITEN | 20070312 | |||
10 | ![]() |
P_TIME | Call by reference | Type reference (TYPE) | INT4 | 20070312 |
Method DELETE_STACK_WC_KW on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method EVENT_IN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Narrow Output Table | 20070312 | ||
2 | ![]() |
IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
IT_TRACEITAB | Call by reference | Type reference (TYPE) | SATR_T_ITAB | Table of Type SATR_ITAB | 20070312 | ||
4 | ![]() |
IT_TRACEMETH | Call by reference | Type reference (TYPE) | SATR_T_TRACEMETH | 20070312 | |||
5 | ![]() |
IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | 20070312 | |||
6 | ![]() |
IT_TRACETEXT | Call by reference | Type reference (TYPE) | SATR_T_TRACETEXT | 20070312 | |||
7 | ![]() |
I_NR_OF_ENTRIES | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
8 | ![]() |
P_CALLER_NEU | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
9 | ![]() |
P_EBENE | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
10 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
11 | ![]() |
P_ENTRY_NEU | Call by reference | Type reference (TYPE) | SATR_TRACEDUMPX | 20070312 | |||
12 | ![]() |
P_IT_ZUO | Call by reference | Type reference (TYPE) | SATR_T_ZUO | 20070312 | |||
13 | ![]() |
P_SATR_ZEITEN | Call by reference | Type reference (TYPE) | SATR_ZEITEN | 20070312 | |||
14 | ![]() |
P_TIME | Call by reference | Type reference (TYPE) | INT4 | 20070312 |
Method EVENT_IN on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method EVENT_OUT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Narrow Output Table | 20070312 | ||
2 | ![]() |
IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
IT_ZUO | Call by reference | Type reference (TYPE) | SATR_T_ZUO | 20070312 | |||
4 | ![]() |
P_CALLER_NEU | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
5 | ![]() |
P_EBENE | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
6 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
7 | ![]() |
P_ENTRY_NEU | Call by reference | Type reference (TYPE) | SATR_TRACEDUMPX | 20070312 | |||
8 | ![]() |
P_NR_OF_ENTRIES | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
9 | ![]() |
P_SATR_ZEITEN | Call by reference | Type reference (TYPE) | SATR_ZEITEN | 20070312 | |||
10 | ![]() |
P_TIME | Call by reference | Type reference (TYPE) | INT4 | 20070312 |
Method EVENT_OUT on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method FILL_INDEX_TABS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TRACEMETH | Call by reference | Type reference (TYPE) | SATR_T_TRACEMETH | 20070312 | |||
2 | ![]() |
IT_TRACEPROG | Call by reference | Type reference (TYPE) | SATR_T_TRACEPROG | 20070312 | |||
3 | ![]() |
IT_TRACETEXT | Call by reference | Type reference (TYPE) | SATR_T_TRACETEXT | 20070312 | |||
4 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
5 | ![]() |
P_ENTRY_NEU | Call by reference | Type reference (TYPE) | SATR_TRACEDUMPX | 20070312 | |||
6 | ![]() |
P_SYSFLAG | Call by reference | Type reference (TYPE) | SATR_DE_SYSFLAG | 20070312 |
Method FILL_INDEX_TABS on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method FILL_TIME_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_DIFF | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20070312 | ||
2 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
3 | ![]() |
P_IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
4 | ![]() |
P_IT_ZUO | Call by reference | Type reference (TYPE) | SATR_T_ZUO | 20070312 | |||
5 | ![]() |
P_NR_OF_ENTRIES | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
6 | ![]() |
P_SATR_ZEITEN | Call by reference | Type reference (TYPE) | SATR_ZEITEN | 20070312 | |||
7 | ![]() |
P_SYSFLAG | Call by reference | Type reference (TYPE) | SATR_DE_SYSFLAG | 20070312 | |||
8 | ![]() |
P_TIME | Call by reference | Type reference (TYPE) | INT4 | 20070312 |
Method FILL_TIME_DATA on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method FILL_TIME_DATA_EXTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
2 | ![]() |
P_IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
P_SYSFLAG | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01 Data Element for SYST | 20070312 | ||
4 | ![]() |
P_ZUO | Call by reference | Type reference (TYPE) | SATR_ZUO | 20070312 |
Method FILL_TIME_DATA_EXTRY on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method FILL_TIME_DATA_J Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
P_ENTRY | Call by reference | Type reference (TYPE) | SATR_TRACEDUMP | 20070312 | |||
2 | ![]() |
P_IT_STACK | Call by reference | Type reference (TYPE) | SATR_T_STACK | 20070312 | |||
3 | ![]() |
P_SYSFLAG | Call by reference | Type reference (TYPE) | SYCHAR01 | CHAR01 Data Element for SYST | 20070312 | ||
4 | ![]() |
P_TIME | Call by reference | Type reference (TYPE) | INT4 | 20070312 | |||
5 | ![]() |
P_ZUO | Call by reference | Type reference (TYPE) | SATR_ZUO | 20070312 |
Method FILL_TIME_DATA_J on class CL_ATRA_TRACE_DATA_NARROW has no exception.
Method HANDLE_LEVEL_0 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_AUSTAB | Call by reference | Type reference (TYPE) | SATR_T_AUSTAB_N | Narrow Output Table | 20070604 |
Method HANDLE_LEVEL_0 on class CL_ATRA_TRACE_DATA_NARROW has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |