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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SATRE Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SATRH Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SATRI 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_X08 Constant Private Type reference (TYPE) X '08' 20070312
2 G_IW_MODUS Static Attribute Private Type reference (TYPE) C IW Mode 20071008
3 G_KW_MODUS Static Attribute Private Type reference (TYPE) C KW Mode 20071008
4 G_T_TPROG Static Attribute Private Type reference (TYPE) SATR_T_TRACEPROG 20070312
5 IT_CHAR500 Static Attribute Public Type reference (TYPE) C 20070312
6 IT_IDSUB Static Attribute Public Type reference (TYPE) C 20070312
7 IT_MAIN Static Attribute Public Type reference (TYPE) C 20070312
8 IT_MIDDLE Static Attribute Public Type reference (TYPE) C 20070312
9 IT_NODES Static Attribute Public Type reference (TYPE) C 20070312
10 IT_OWN_NODES Static Attribute Public Type reference (TYPE) C 20070312
11 IT_ZUO Static Attribute Public Type reference (TYPE) C 20070312
12 L_INTF_TAB_BUILDER Static Attribute Private Object reference (TYPE REF TO) CL_SAT_UTIL_INTERFACES 20070712
13 MEM_HANDLING Static Attribute Private Type reference (TYPE) SYCHAR01 ' ' Memory Trace On 20070312
14 SYSTEM_FLAG Static Attribute Private Type reference (TYPE) SYCHAR01 CHAR01 Data Element for SYST 20070312
15 WITH_TABNAME Static Attribute Private Type reference (TYPE) SYCHAR01 ' ' CHAR01 Data Element for SYST 20070312
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_INTERFACE_TABS Static method Public Method Build Interface Tables 20070712
2 BUILD_MEM_PERCENTAGE Static method Private Method Generate Memory Percentage 20070312
3 BUILD_TAB_NAME Static method Private Method Determine Table Name 20070330
4 BUILD_TAB_NAME_PREPARE Static method Private Method Determine Table Name 20070330
5 CLEAR_AFTER_WC Static method Private Method Delete STACK Entry and Resulting Work 20070312
6 COMPLETE_PROGTAB Static method Public Method 20070312
7 CORRECT_END Static method Private Method Adjust IT_AUSTAB if levels are still open 20070619
8 CREATE_AUSTAB_ENTRY Static method Private Method Create Output Tables 20070312
9 CREATE_TRACE_TAB Static method Public Method Create TRACE Table 20070312
10 DELETE_STACK Static method Private Method Delete STACK Entry and Resulting Work 20070312
11 DELETE_STACK_WC_KW Static method Private Method Delete STACK Entry and Resulting Work 20070312
12 EVENT_IN Static method Private Method Process Entry Event 20070312
13 EVENT_OUT Static method Private Method Process Leaving Event 20070312
14 FILL_INDEX_TABS Static method Private Method Fill Dependent Tables 20070312
15 FILL_TIME_DATA Static method Private Method Determine Time Data 20070312
16 FILL_TIME_DATA_EXTRY Static method Private Method Determine Time Data 20070312
17 FILL_TIME_DATA_J Static method Private Method Determine Time Data 20070312
18 HANDLE_LEVEL_0 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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Schmale Austab 20070712
2 Changing IT_AUSTAB_HIER Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) 20071129
3 Changing IT_INTF_LIST Call by reference Type reference (TYPE) SLAT_T_INTF_LIST 20070712
4 Changing IT_INTF_NAMES Call by reference Type reference (TYPE) SLAT_T_INTERFACES 20070712
5 Importing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20070712
6 Importing 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 Importing P_ID Call by reference Type reference (TYPE) SATR_DE_ID SATR: ID of a Trace Record (Recorded Event) 20070312
2 Changing P_IT_AUS Call by reference Type reference (TYPE) SATR_T_AUSTAB_N SATR : Table with All TRACE Information 20070312
3 Changing 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 Importing P_AUS Call by reference Type reference (TYPE) SATR_AUSTAB_N SATR : Common Output Structure (TRACE/TRACEDUMP) 20070330
2 Importing P_PROG Call by reference Type reference (TYPE) SYCPROG Calling Program 20070330
3 Returning P_TAB Value transfer Type reference (TYPE) SATR_ITAB SATR: Structure for SATR_T_PROGINDEX 20070330
# Exception Resumable Description Created on
1 NO_TAB_OPERATION_FOUND 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 Importing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Table of Recorded Program Names 20070330
2 Changing P_AUS Call by reference Type reference (TYPE) SATR_AUSTAB_N SATR : Common Output Structure (TRACE/TRACEDUMP) 20070330
3 Changing 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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Narrow Output Table 20070312
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Changing 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 Changing P_IT_AUS Call by reference Type reference (TYPE) ANY TABLE SATR : Tabele mit allen Informationen zum Trace 20070312
2 Changing P_IT_PAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Paket Tabelle 20070312
3 Changing P_IT_PROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20070312
4 Exporting P_IT_SLAT_PAKET Call by reference Type reference (TYPE) SLAT_T_PACKAGES SAT: packages for layer aware trace analysis 20070822
5 Exporting 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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N SATR : Common Output Structure (TRACE/TRACEDUMP) 20070619
2 Importing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK SATR: STACK Layout (Internal Use) 20070619
3 Importing 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 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
2 Changing P_IT_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Table of Type SATR_ITAB 20070312
3 Importing P_IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Table of Recorded Method Names 20070312
4 Importing P_IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20070312
5 Changing P_IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20070312
6 Changing 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 Exporting E_CANCELLED Call by reference Type reference (TYPE) XFLAG neue Eingabewerte 20100914
2 Exporting E_HEADER Call by reference Type reference (TYPE) SATRH_HEADER 20070312
3 Exporting E_HEADER_I Call by reference Type reference (TYPE) SATRI_INFO 20070312
4 Exporting E_SATR_TAB_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Struktur des Schlüsselbestandteils für SATR_TAB 20070312
5 Exporting IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Schmale Austab 20070312
6 Exporting IT_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 20070312
7 Exporting IT_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 20070312
8 Exporting IT_INTF_LIST Call by reference Type reference (TYPE) SLAT_T_INTF_LIST 20070712
9 Exporting IT_INTF_NAMES Call by reference Type reference (TYPE) SLAT_T_INTERFACES 20070712
10 Exporting IT_SLAT_PAKET Call by reference Type reference (TYPE) SLAT_T_PACKAGES SAT: packages for layer aware trace analysis 20070822
11 Exporting IT_SLAT_PROGRAMS Call by reference Type reference (TYPE) SLAT_T_PROGRAMS SAT: packages for layer aware trace analysis 20070822
12 Changing IT_TRACEITAB Value transfer Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20070312
13 Exporting IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20070312
14 Exporting IT_TRACEPAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Paket Tabelle 20070312
15 Exporting IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20070312
16 Exporting IT_TRACESTAT Call by reference Type reference (TYPE) SATR_T_TRACESTAT 20070312
17 Exporting IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20070312
18 Exporting IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20070312
19 Importing I_FNAME Call by reference Type reference (TYPE) SE30FNAME '/usr/sap/BCE/DVEBMGS26/data/AT260018' 20070312
20 Importing I_HEADER Call by reference Type reference (TYPE) SATRH_HEADER 20070312
21 Importing I_IT_AGGTAB Call by reference Type reference (TYPE) SATR_T_AGG_OUT SATR : Int. Tabelle der aggregierten TRACE-Sätze 20070312
22 Importing I_MANDT Call by reference Type reference (TYPE) CHAR3 20100910
23 Importing I_PROGRESS Call by reference Type reference (TYPE) FLAG 'X' 20070312
24 Importing I_REPO Call by reference Type reference (TYPE) SYCPROG 'TESTTEST' 20070312
25 Exporting I_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
26 Importing I_WITH_TABNAMES Call by reference Type reference (TYPE) SYCHAR01 ' ' Tabellennamen ermitteln 20070312
27 Importing NO_CONTAINER Call by reference Type reference (TYPE) SYCHAR01 ' ' CHAR01-Datenelement fuer SYST 20070312
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_CONVERSION Ausnahmen bei der Laufzeitmessungs-Aufbereitung 20081002

Method DELETE_STACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Narrow Output Table 20070312
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Importing IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20070312
4 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20070312
5 Changing P_EBENE Call by reference Type reference (TYPE) SATR_DE_EBENE 20070312
6 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
7 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
8 Importing P_MODIFIER Call by reference Type reference (TYPE) INT4 20070312
9 Importing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20070312
10 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
11 Changing P_STACK Call by reference Type reference (TYPE) SATR_STACK 20070312
12 Changing P_TIME Call by reference Type reference (TYPE) INT4 20070312

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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Narrow Output Table 20070312
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Importing IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20070312
4 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20070312
5 Changing P_EBENE Call by reference Type reference (TYPE) SATR_DE_EBENE 20070312
6 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
7 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
8 Changing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20070312
9 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
10 Changing 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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Narrow Output Table 20070312
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Changing IT_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Table of Type SATR_ITAB 20070312
4 Changing IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20070312
5 Changing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20070312
6 Changing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20070312
7 Importing I_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20070312
8 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20070312
9 Changing P_EBENE Call by reference Type reference (TYPE) INT4 20070312
10 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
11 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
12 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20070312
13 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
14 Changing 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 Changing IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Narrow Output Table 20070312
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Importing IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20070312
4 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20070312
5 Changing P_EBENE Call by reference Type reference (TYPE) INT4 20070312
6 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
7 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
8 Changing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20070312
9 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
10 Changing 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 Changing IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20070312
2 Changing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20070312
3 Changing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20070312
4 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
5 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20070312
6 Changing 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 Exporting P_DIFF Call by reference Type reference (TYPE) INT4 Natural Number 20070312
2 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
3 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
4 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20070312
5 Importing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20070312
6 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20070312
7 Importing P_SYSFLAG Call by reference Type reference (TYPE) SATR_DE_SYSFLAG 20070312
8 Changing 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 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
2 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Importing P_SYSFLAG Call by reference Type reference (TYPE) SYCHAR01 CHAR01 Data Element for SYST 20070312
4 Importing 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 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20070312
2 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20070312
3 Importing P_SYSFLAG Call by reference Type reference (TYPE) SYCHAR01 CHAR01 Data Element for SYST 20070312
4 Importing P_TIME Call by reference Type reference (TYPE) INT4 20070312
5 Importing 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 Changing 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