SAP ABAP Class CL_ABAP_TRACE_DATA (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_ABAP_TRACE_DATA  
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 20030915   SAP 
Last change 20130531   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_ABAP_TRACE_DATA has no interface implemented.
Friends
Class CL_ABAP_TRACE_DATA 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' 20031016
2 G_T_TPROG Static Attribute Private Type reference (TYPE) SATR_T_TRACEPROG 20031112
3 IT_CHAR500 Static Attribute Public See coding 20031124
4 IT_IDSUB Static Attribute Public See coding 20031113
5 IT_MAIN Static Attribute Public See coding 20031113
6 IT_MIDDLE Static Attribute Public See coding 20031113
7 IT_NODES Static Attribute Public See coding 20031113
8 IT_OWN_NODES Static Attribute Public See coding 20031113
9 IT_ZUO Static Attribute Public See coding 20031113
10 LIFE_SPAN Constant Public Type reference (TYPE) I 50 20100927
11 MEM_HANDLING Static Attribute Private Type reference (TYPE) SYCHAR01 ' ' Memory Trace On 20060718
12 RELID Constant Private Type reference (TYPE) INDX_RELID 'TR' Relation ID 20041123
13 REORGANIZED Static Attribute Private Type reference (TYPE) XFELD 20120126
14 SYSTEM_FLAG Static Attribute Private Type reference (TYPE) SYCHAR01 CHAR01 Data Element for SYST 20050207
15 S_TAB_DIR Static Attribute Private Type reference (TYPE) SATR_DIRECTORY_TABLE 20120126
16 WITH_TABNAME Static Attribute Private Type reference (TYPE) SYCHAR01 ' ' CHAR01 Data Element for SYST 20050609
Methods
# Method Level Visibility Method type Description Created on
1 AGG_CONVERT_TO_AUSTAB Static method Public Method AGGREGATION: Convert Aggregated Tables into AUSTAB 20031211
2 BUILD_MEM_PERCENTAGE Static method Private Method Generate Memory Percentage 20060718
3 BUILD_TABS_WITHOUT_DB_AGG Static method Public Method Build SATR_AUSTAB_GESAMT and SATR_ZEITEN Without DB Times 20050901
4 BUILD_TABS_WITHOUT_DB_NEW Static method Public Method Build SATR_AUSTAB_GESAMT and SATR_ZEITEN Without DB Times 20050203
5 BUILD_TAB_NAME Static method Public Method Determine Table Name 20050602
6 BUILD_TAB_NAME_PREPARE Static method Public Method Determine Table Name 20050609
7 CHARKEY_2_KEY Static method Public Method 20120117
8 CHECK_AUTHORITY Static method Private Method Authorization Check 20051130
9 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20080310
10 CLEAR_DIR_BUFFER Static method Public Method 20120126
11 CORRECT_ENTRY_FROM_TAB Static method Public Method Create TRACE Table 20060105
12 CREATE_AGG_TAB Static method Public Method Generate Aggregated TRACE Table 20050131
13 CREATE_AUSTAB_ENTRY Static method Private Method Create Output Tables 20031021
14 CREATE_HIT_AUFRUF_AGG Static method Public Method Generate Hit Lists from TRACE Table 20050824
15 CREATE_KEY_FROM_HEADER Static method Public Method Generate Trace Key 20051221
16 CREATE_TRACE_TAB_FROM_TAB Static method Public Method Create TRACE Table 20060105
17 DELETE_DATA Static method Public Method Delete Data from TRACE Container 20030916
18 DELETE_STACK Static method Private Method Delete STACK Entry and Resulting Work 20031016
19 EVENT_IN Static method Private Method Process Entry Event 20031016
20 EVENT_OUT Static method Private Method Process Leaving Event 20031016
21 FILL_INDEX_TABS Static method Private Method Fill Dependent Tables 20031027
22 FILL_TIME_DATA Static method Private Method Determine Time Data 20031016
23 FILL_TIME_DATA_EXTRY Static method Private Method Determine Time Data 20060104
24 FILL_TIME_DATA_J Static method Private Method Determine Time Data 20060104
25 FILL_TIME_DATA_SINGLE Static method Private Method Determine Time Data 20050614
26 FIND_DIRECTORY_ENTRY_FOR_FILE Static method Public Method 20120118
27 GEN_HIT_TABELLE Static method Public Method Generate Hit Tables 20050102
28 GEN_HIT_TABELLE_AGG Static method Public Method Generate Hit Tables 20060203
29 GEN_ZEIT_TABELLE Static method Public Method Generate Times Table 20050102
30 GET_CALL_STACK_NEU Static method Public Method Deliver CALL-STACK as Internal Table 20031021
31 GET_CALL_STACK_UNSORTED Static method Public Method Deliver CALL-STACK as Internal Table 20060119
32 GET_DATA Static method Public Method Get Data from TRACE Container 20060419
33 GET_DATA_NEW Static method Public Method Get Data from TRACE Container 20031027
34 GET_DIRECTORY Static method Public Method Get Directory of Runtime Measurements 20051222
35 GET_HEADER Static method Public Method Read HEADER Info from TRACE Container File 20030924
36 GET_LIST_OF_CONTENTS Static method Public Method Deliver Table of Contents for TRACE Container 20030916
37 GET_SIZE Static method Private Method Determine Size of an SATR_TAB Entry 20031024
38 GET_SYSFLAG Static method Private Method SATR : Determine SYSFLAG at DELETE STACK 20031112
39 GET_ZEITEN Static method Public Method Read HEADER Info from TRACE Container File 20040211
40 KEY_2_CHARKEY Static method Public Method 20120117
41 MODIFY_TRACE_COMMENT Static method Public Method Change Comment 20060918
42 MODIFY_TRACE_EXPIRY_DATE Static method Public Method Change Expiration Date 20080318
43 REFRESH_DATA Static method Private Method Reset Data 20050728
44 REORGANIZE Static method Public Method 20120203
45 SET_DATA_NEW Static method Public Method Bring Data to TRACE Container 20031027
Events
Class CL_ABAP_TRACE_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TRACE_COMMENT_T Public See coding 20060919 trace_comment_t TYPE c LENGTH 60
2 TYP_KEY_X Public See coding 20120117 BEGIN OF typ_key_x, cprog TYPE sycprog, datum TYPE c LENGTH 8, uzeit TYPE c LENGTH 6, flag TYPE c LENGTH 1, long TYPE c LENGTH 100, END OF typ_key_x
3 TY_CHAR_500 Public See coding 20031124 BEGIN OF ty_char_500, feld(500) TYPE c, END OF ty_char_500
4 TY_NODES Public See coding 20031113 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
5 TY_OWN_NODES Public See coding 20031113 BEGIN OF ty_own_nodes , l_n TYPE c LENGTH 10, id TYPE satr_austab_gesamt-id, subid TYPE satr_austab_gesamt-subid, main TYPE c LENGTH 2, middle TYPE c LENGTH 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 AGG_CONVERT_TO_AUSTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_BRUTTO_ZEIT Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20031212
2 Exporting E_IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20031211
3 Exporting E_IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Tabelle der aufgezeichnetenen Methodennamen 20031211
4 Exporting E_IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20031211
5 Exporting E_IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT SATR : Tabelle der Elemente TRACE-Text 20031211
6 Exporting E_NETTO_ZEIT Call by reference Type reference (TYPE) INT4 20031212
7 Exporting E_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN SATR : Struktur für Zeiten der Zeitmessung 20050621
8 Importing I_ATRA_TRACE_INFO Call by reference Type reference (TYPE) SATRI_INFO SATR: Trace Info 20090227
9 Importing I_IT_AGG Call by reference Type reference (TYPE) SATR_T_AGG_OUT SATR : Int. Tabelle der aggregierten TRACE-Sätze 20031211
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_CONVERSION Ausnahmen bei der Laufzeitmessungs-Aufbereitung 20060403
2 CX_SY_ARITHMETIC_OVERFLOW System-Exception für Arithmetischen Overflow 20080603
3 CX_SY_CONVERSION_OVERFLOW System-Exception für Overflow bei Konvertierung 20080603

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 eines Trace-Satzes (Aufgezeichnetes Ereignis) 20060718
2 Changing P_IT_AUS Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20060718
3 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK SATR : Stack-Tabelle 20060718

Method BUILD_MEM_PERCENTAGE on class CL_ABAP_TRACE_DATA has no exception.

Method BUILD_TABS_WITHOUT_DB_AGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20050901
2 Changing C_ZEITEN Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT SATR : Tabelle für gemessenen Zeiten 20050901

Method BUILD_TABS_WITHOUT_DB_AGG on class CL_ABAP_TRACE_DATA has no exception.

Method BUILD_TABS_WITHOUT_DB_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20050203
2 Changing C_ZEITEN Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT SATR : Tabelle für gemessenen Zeiten 20050203
3 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO SATR : Zuordnungs Tabelle ID/SUBID zu SE30Gruppierungen 20051215

Method BUILD_TABS_WITHOUT_DB_NEW on class CL_ABAP_TRACE_DATA 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_GESAMT SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) 20050602
2 Importing P_PROG Call by reference Type reference (TYPE) SYCPROG Aufrufendes Programm 20050602
3 Returning P_TAB Value transfer Type reference (TYPE) SATR_ITAB SATR : Struktur für SATR_T_PROGINDEX 20050602
# Exception Resumable Description Created on
1 NO_TAB_OPERATION_FOUND Keine Tabellenoperation gefunden 20050609

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 : Tabelle der aufgezeichneten Programmnamen 20050609
2 Changing P_AUS Call by reference Type reference (TYPE) SATR_AUSTAB_GESAMT SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) 20050609
3 Changing P_TAB Call by reference Type reference (TYPE) SATR_T_ITAB SATR : Struktur für SATR_T_PROGINDEX 20050609

Method BUILD_TAB_NAME_PREPARE on class CL_ABAP_TRACE_DATA has no exception.

Method CHARKEY_2_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHARKEY Call by reference Type reference (TYPE) CSEQUENCE 20120117
2 Returning R_STR_KEY Value transfer Type reference (TYPE) SATR_TAB_KEY 20120117

Method CHARKEY_2_KEY on class CL_ABAP_TRACE_DATA has no exception.

Method CHECK_AUTHORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OWNER Call by reference Type reference (TYPE) SYUNAME SPACE Trace-Ersteller 20051130
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_AUTHORIZATION Berechtigungsfehler bei SAT Daten 20051130

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_ABAP_TRACE_DATA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_TRACE_DATA has no exception.

Method CLEAR_DIR_BUFFER Signature

Method CLEAR_DIR_BUFFER on class CL_ABAP_TRACE_DATA has no parameter.
Method CLEAR_DIR_BUFFER on class CL_ABAP_TRACE_DATA has no exception.

Method CORRECT_ENTRY_FROM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20060105
2 Importing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20060105
3 Importing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20060105
4 Changing P_ENTRY_NEW Value transfer Type reference (TYPE) SATR_TRACEDUMP SATR : TRACE-Datei-Satz-Layout DUMP-Format 20060105
5 Importing W_AUSTAB Call by reference Type reference (TYPE) SATR_AUSTAB_GESAMT SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) 20060105

Method CORRECT_ENTRY_FROM_TAB on class CL_ABAP_TRACE_DATA has no exception.

Method CREATE_AGG_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CANCELLED Value transfer Type reference (TYPE) XFLAG neue Eingabewerte 20100914
2 Exporting IT_SATR_AGG Value transfer Type reference (TYPE) SATR_T_AGG_OUT SATR : Int. Tabelle der aggregierten TRACE-Sätze 20050131
3 Importing I_DESCRIPTION Call by reference Type reference (TYPE) CSEQUENCE 20121023
4 Importing I_FILENAME Value transfer Type reference (TYPE) STRING 20100825
5 Importing I_WITH_TAB_NAMES Call by reference Type reference (TYPE) CHAR01 ' ' Tabellennamen ermitteln 20071130
6 Exporting SATR_KEY Value transfer Type reference (TYPE) SATR_TAB_KEY Struktur des Schlüsselbestandteils für SATR_TAB 20051115
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_CONVERSION Ausnahmen bei der Laufzeitmessungs-Aufbereitung 20060403
2 CX_SY_ARITHMETIC_OVERFLOW System-Exception für Arithmetischen Overflow 20080603
3 CX_SY_CONVERSION_OVERFLOW System-Exception für Overflow bei Konvertierung 20080603

Method CREATE_AUSTAB_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_IT_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20091014
2 Changing CH_IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20091014
3 Changing CH_SATR_AUSTAB_ENTRY Call by reference Type reference (TYPE) SATR_AUSTAB_GESAMT 20091014
4 Importing I_AGG_GEN Call by reference Type reference (TYPE) CHAR01 ' ' Charakterfeld der Länge 1 20091014
5 Importing I_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20091014
6 Importing I_IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Tabelle der aufgezeichnetenen Methodennamen 20091014
7 Importing I_IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20091014

Method CREATE_AUSTAB_ENTRY on class CL_ABAP_TRACE_DATA has no exception.

Method CREATE_HIT_AUFRUF_AGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting IT_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 20050825
2 Exporting IT_HIT1_CO Call by reference Type reference (TYPE) SATR_T_HIT1_CO SATR : Tabelle der Hitliste 1 mit CONTOFFS (Aufrufstellen ag 20050825
3 Exporting IT_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 20050825
4 Changing IT_TRACE Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20050825
5 Importing I_AGG_TYPE Call by reference Type reference (TYPE) SYCHAR01 '2' Voll aggregiert 20050824
6 Importing I_TRACE_ID Call by reference Type reference (TYPE) SATR_DE_ID 20050824

Method CREATE_HIT_AUFRUF_AGG on class CL_ABAP_TRACE_DATA has no exception.

Method CREATE_KEY_FROM_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER Call by reference Type reference (TYPE) SATRH_HEADER Trace-Header 20051221
2 Importing INFO Call by reference Type reference (TYPE) SATRI_INFO Trace-Info 20051221
3 Returning KEY Value transfer Type reference (TYPE) SATR_TAB_KEY Trace-Schlüssel 20051221

Method CREATE_KEY_FROM_HEADER on class CL_ABAP_TRACE_DATA has no exception.

Method CREATE_TRACE_TAB_FROM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) SATRH_HEADER 20060105
2 Exporting E_HEADER_I Call by reference Type reference (TYPE) SATRI_INFO 20060105
3 Exporting E_SATR_TAB_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Struktur des Schlüsselbestandteils für SATR_TAB 20060105
4 Exporting IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20060105
5 Importing IT_AUSTAB_IN Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20060105
6 Exporting IT_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 20060105
7 Exporting IT_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 20060105
8 Changing IT_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20060105
9 Exporting IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20060105
10 Exporting IT_TRACEPAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Paket Tabelle 20060105
11 Exporting IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20060105
12 Exporting IT_TRACESTAT Call by reference Type reference (TYPE) SATR_T_TRACESTAT 20060105
13 Exporting IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20060105
14 Exporting IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20060105
15 Importing I_FNAME Call by reference Type reference (TYPE) SE30FNAME '/usr/sap/BCE/DVEBMGS26/data/AT260018' 20060105
16 Importing I_HEADER Call by reference Type reference (TYPE) SATRH_HEADER 20060105
17 Importing I_IT_AGGTAB Call by reference Type reference (TYPE) SATR_T_AGG_OUT SATR : Int. Tabelle der aggregierten TRACE-Sätze 20060105
18 Importing I_PROGRESS Call by reference Type reference (TYPE) FLAG 'X' 20060105
19 Importing I_REPO Call by reference Type reference (TYPE) SYCPROG 'TESTTEST' 20060105
20 Exporting I_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20060105
21 Importing I_WITH_TABNAMES Call by reference Type reference (TYPE) SYCHAR01 ' ' Tabellennamen ermitteln 20060105
22 Importing NO_CONTAINER Call by reference Type reference (TYPE) SYCHAR01 ' ' CHAR01-Datenelement fuer SYST 20060105

Method CREATE_TRACE_TAB_FROM_TAB on class CL_ABAP_TRACE_DATA has no exception.

Method DELETE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Schlüssel zum TRACE-Container 20030916
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_AUTHORIZATION Berechtigungsfehler bei SAT Daten 20051129

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_GESAMT 20031021
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20031016
3 Importing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20031021
4 Importing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20031021
5 Changing IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20031016
6 Importing IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20031112
7 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20031021
8 Changing P_EBENE Call by reference Type reference (TYPE) SATR_DE_EBENE 20031016
9 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20031016
10 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20031021
11 Importing P_MODIFIER Call by reference Type reference (TYPE) INT4 20031016
12 Importing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20031016
13 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20031023
14 Changing P_STACK Call by reference Type reference (TYPE) SATR_STACK 20031016
15 Changing P_TIME Call by reference Type reference (TYPE) INT4 20031016

Method DELETE_STACK on class CL_ABAP_TRACE_DATA 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_GESAMT 20031021
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20031016
3 Changing IT_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20050602
4 Changing IT_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH 20031016
5 Changing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20031016
6 Changing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20031016
7 Changing IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20031016
8 Importing I_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20031016
9 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20031023
10 Changing P_EBENE Call by reference Type reference (TYPE) INT4 20031021
11 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20031023
12 Importing P_ENTRY_LONG Call by reference Type reference (TYPE) SATRE_OUTPUT 20070305
13 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20031020
14 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20031112
15 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20031023
16 Changing P_TIME Call by reference Type reference (TYPE) INT4 20031016

Method EVENT_IN on class CL_ABAP_TRACE_DATA 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_GESAMT 20031021
2 Changing IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20031016
3 Importing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20031021
4 Importing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20031021
5 Changing IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20031016
6 Importing IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20031112
7 Changing P_CALLER_NEU Call by reference Type reference (TYPE) INT4 20031021
8 Changing P_EBENE Call by reference Type reference (TYPE) INT4 20031016
9 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20031016
10 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20031020
11 Changing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20031016
12 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20031023
13 Changing P_TIME Call by reference Type reference (TYPE) INT4 20031016

Method EVENT_OUT on class CL_ABAP_TRACE_DATA 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 20031027
2 Changing IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20031027
3 Changing IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20031027
4 Importing I_CLASSNAME Call by reference Type reference (TYPE) CSEQUENCE 20100910
5 Importing I_TRACETEXT Call by reference Type reference (TYPE) CSEQUENCE 20100910
6 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20031027
7 Changing P_ENTRY_NEU Call by reference Type reference (TYPE) SATR_TRACEDUMPX 20031027
8 Changing P_SYSFLAG Call by reference Type reference (TYPE) SATR_DE_SYSFLAG 20031112

Method FILL_INDEX_TABS on class CL_ABAP_TRACE_DATA 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 Natürliche Zahl 20060923
2 Importing P_ENTRY Call by reference Type reference (TYPE) SATR_TRACEDUMP 20031016
3 Changing P_INDX_Z Call by reference Type reference (TYPE) INT4 20031016
4 Importing P_IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20060101
5 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20031016
6 Changing P_IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20031016
7 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20031112
8 Importing P_NR_OF_ENTRIES Call by reference Type reference (TYPE) INT4 20031020
9 Changing P_SATR_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN 20031023
10 Importing P_SYSFLAG Call by reference Type reference (TYPE) SATR_DE_SYSFLAG 20031112
11 Changing P_TIME Call by reference Type reference (TYPE) INT4 20031016

Method FILL_TIME_DATA on class CL_ABAP_TRACE_DATA 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 20060104
2 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20060104
3 Changing P_IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20060104
4 Importing P_SYSFLAG Call by reference Type reference (TYPE) SYCHAR01 CHAR01-Datenelement fuer SYST 20060104
5 Importing P_ZUO Call by reference Type reference (TYPE) SATR_ZUO 20060104

Method FILL_TIME_DATA_EXTRY on class CL_ABAP_TRACE_DATA 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 20060104
2 Importing P_IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20060104
3 Changing P_IT_STACK Call by reference Type reference (TYPE) SATR_T_STACK 20060104
4 Changing P_IT_ZEIT Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT 20060104
5 Importing P_SYSFLAG Call by reference Type reference (TYPE) SYCHAR01 CHAR01-Datenelement fuer SYST 20060104
6 Changing P_TIME Call by reference Type reference (TYPE) INT4 20060104
7 Importing P_ZUO Call by reference Type reference (TYPE) SATR_ZUO 20060104

Method FILL_TIME_DATA_J on class CL_ABAP_TRACE_DATA has no exception.

Method FILL_TIME_DATA_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_ENTRY Call by reference Type reference (TYPE) SATR_AUSTAB_GESAMT SATR : Gemeinsame Ausgabestruktur (TRACE/TRACEDUMP) 20050614
2 Importing P_IT_ZUO Call by reference Type reference (TYPE) SATR_T_ZUO 20050614
3 Importing P_SYSFLAG Call by reference Type reference (TYPE) SATR_DE_SYSFLAG 20050614

Method FILL_TIME_DATA_SINGLE on class CL_ABAP_TRACE_DATA has no exception.

Method FIND_DIRECTORY_ENTRY_FOR_FILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE Call by reference Type reference (TYPE) SY-DATUM 20120118
2 Importing I_FILENAME Call by reference Type reference (TYPE) CSEQUENCE 20120118
3 Importing I_HOST Call by reference Type reference (TYPE) CSEQUENCE 20120118
4 Importing I_SERVER Call by reference Type reference (TYPE) CSEQUENCE 20120118
5 Importing I_TIME Call by reference Type reference (TYPE) SY-UZEIT 20120118
6 Returning R_STR_DIR Value transfer Type reference (TYPE) SATR_DIRECTORY 20120118

Method FIND_DIRECTORY_ENTRY_FOR_FILE on class CL_ABAP_TRACE_DATA has no exception.

Method GEN_HIT_TABELLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_IT_AT Call by reference Type reference (TYPE) SATR_T_AUSTAB_HIT SATR : Ausgabetabelle der Hitliste 20050102
2 Changing P_IT_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 SATR : Tabelle der Hitliste 1 20050102
3 Changing P_IT_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 SATR : Hitliste 2 20050102
4 Changing P_IT_TM Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Tabelle der aufgezeichnetenen Methodennamen 20050102
5 Changing P_IT_TP Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20050102
6 Importing P_IT_TRACE Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20060110
7 Changing P_IT_TT Call by reference Type reference (TYPE) SATR_T_TRACETEXT SATR : Tabelle der Elemente TRACE-Text 20050102
8 Importing P_I_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN SATR : Struktur für Zeiten der Zeitmessung 20050831

Method GEN_HIT_TABELLE on class CL_ABAP_TRACE_DATA has no exception.

Method GEN_HIT_TABELLE_AGG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_IT_AT Call by reference Type reference (TYPE) SATR_T_AUSTAB_HIT SATR : Ausgabetabelle der Hitliste 20060203
2 Changing P_IT_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 SATR : Tabelle der Hitliste 1 20060203
3 Changing P_IT_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 SATR : Hitliste 2 20060203
4 Changing P_IT_TM Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Tabelle der aufgezeichnetenen Methodennamen 20060203
5 Changing P_IT_TP Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20060203
6 Importing P_IT_TRACE Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20060203
7 Changing P_IT_TT Call by reference Type reference (TYPE) SATR_T_TRACETEXT SATR : Tabelle der Elemente TRACE-Text 20060203
8 Importing P_I_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN SATR : Struktur für Zeiten der Zeitmessung 20060203

Method GEN_HIT_TABELLE_AGG on class CL_ABAP_TRACE_DATA has no exception.

Method GEN_ZEIT_TABELLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_IT_A Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT SATR : Tabele mit allen Informationen zum Trace 20050102
2 Importing P_IT_M Call by reference Type reference (TYPE) SATR_T_TRACEMETH SATR : Tabelle der aufgezeichnetenen Methodennamen 20060306
3 Importing P_IT_P Call by reference Type reference (TYPE) SATR_T_TRACEPROG SATR : Tabelle der aufgezeichneten Programmnamen 20050102
4 Importing P_IT_T Call by reference Type reference (TYPE) SATR_T_TRACETEXT SATR : Tabelle der Elemente TRACE-Text 20060306
5 Changing P_IT_Z Call by reference Type reference (TYPE) SATR_T_AUSTAB_ZEIT SATR : Tabelle für gemessenen Zeiten 20050102
6 Importing P_W_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN SATR : Struktur für Zeiten der Zeitmessung 20050902

Method GEN_ZEIT_TABELLE on class CL_ABAP_TRACE_DATA has no exception.

Method GET_CALL_STACK_NEU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20031021
2 Importing I_CALLER Call by reference Type reference (TYPE) SATR_DE_CALLER 20031021
3 Exporting I_CALLSTACK Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20031021
# Exception Resumable Description Created on
1 FALSCHE_CALLER_NR Die mitgegebene CALLER-Nr hat einen Wert < 1 20031021

Method GET_CALL_STACK_UNSORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20060119
2 Importing I_CALLER Call by reference Type reference (TYPE) SATR_DE_CALLER 20060119
3 Exporting I_CALLSTACK Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20060119
# Exception Resumable Description Created on
1 FALSCHE_CALLER_NR Die mitgegebene CALLER-Nr hat einen Wert < 1 20060119

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting I_AGGTAB Call by reference Type reference (TYPE) SATR_T_AGG_OUT Aggregierte TRACE-Tabelle 20060419
2 Exporting I_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT Extrakt aus TRACE/TRACEDUMP 20060419
3 Exporting I_AUSTAB_N Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Extrakt aus TRACE/TRACEDUMP 20070312
4 Exporting I_HEADER Call by reference Type reference (TYPE) SATRH_HEADER Trace-Satz Header 20060419
5 Exporting I_HEADER_I Call by reference Type reference (TYPE) SATRI_INFO Trace-Satz Header Info 20060419
6 Exporting I_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 Hitlisten Teil 1 20060419
7 Exporting I_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 Hitlisten Teil 2 20060419
8 Exporting I_INTF_LIST Call by reference Type reference (TYPE) SLAT_T_INTF_LIST 20070712
9 Exporting I_INTF_NAMES Call by reference Type reference (TYPE) SLAT_T_INTERFACES 20070712
10 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Key-Struktur für SATR_TAB 20060419
11 Exporting I_SLAT_PAKET Call by reference Type reference (TYPE) SLAT_T_PACKAGES SAT: packages for layer aware trace analysis 20070822
12 Exporting I_SLAT_PROGRAMS Call by reference Type reference (TYPE) SLAT_T_PROGRAMS SAT: packages for layer aware trace analysis 20070822
13 Exporting I_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20060419
14 Exporting I_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH Tabelle der getracten Methodenn 20060419
15 Exporting I_TRACEPAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Tabelle der getracten Programmnamen 20060419
16 Exporting I_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG Tabelle der getracten Programmnamen 20060419
17 Exporting I_TRACESTAT Call by reference Type reference (TYPE) SATR_T_TRACESTAT Statistik-Sätze 20060419
18 Exporting I_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT Tabelle der getracten Texte 20060419
19 Exporting I_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN Summensatz über alle Zeiten 20060419
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_PERSISTENCE Ausnahmen bei der Laufzeitmessungs-Ablage 20060419

Method GET_DATA_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting I_AGGTAB Call by reference Type reference (TYPE) SATR_T_AGG_OUT Aggregierte TRACE-Tabelle 20031027
2 Exporting I_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT Extrakt aus TRACE/TRACEDUMP 20031027
3 Exporting I_AUSTAB_N Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Extrakt aus TRACE/TRACEDUMP 20070312
4 Importing I_EXPANDING Call by reference Type reference (TYPE) C 'X' Soll komplett expandiert werden 20070522
5 Exporting I_HEADER Call by reference Type reference (TYPE) SATRH_HEADER Trace-Satz Header 20031027
6 Exporting I_HEADER_I Call by reference Type reference (TYPE) SATRI_INFO Trace-Satz Header Info 20050124
7 Exporting I_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 Hitlisten Teil 1 20031027
8 Exporting I_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 Hitlisten Teil 2 20031027
9 Exporting I_INTF_LIST Call by reference Type reference (TYPE) SLAT_T_INTF_LIST 20070712
10 Exporting I_INTF_NAMES Call by reference Type reference (TYPE) SLAT_T_INTERFACES 20070712
11 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Key-Struktur für SATR_TAB 20031027
12 Exporting I_SLAT_PAKET Call by reference Type reference (TYPE) SLAT_T_PACKAGES SAT: packages for layer aware trace analysis 20070822
13 Exporting I_SLAT_PROGRAMS Call by reference Type reference (TYPE) SLAT_T_PROGRAMS SAT: packages for layer aware trace analysis 20070822
14 Exporting I_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20050609
15 Exporting I_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH Tabelle der getracten Methodenn 20031027
16 Exporting I_TRACEPAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Tabelle der getracten Programmnamen 20051228
17 Exporting I_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG Tabelle der getracten Programmnamen 20031027
18 Exporting I_TRACESTAT Call by reference Type reference (TYPE) SATR_T_TRACESTAT Statistik-Sätze 20031027
19 Exporting I_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT Tabelle der getracten Texte 20031027
20 Exporting I_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN Summensatz über alle Zeiten 20031027
# Exception Resumable Description Created on
1 EMPTY_KEY Der Schlüssel zum Lesen der Tabelle SATR_TAB ist leer 20031027
2 ERROR_OCCURED Fehler beim Erstellen Container Daten 20080606

Method GET_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DIRECTORY Value transfer Type reference (TYPE) SATR_DIRECTORY_TABLE Verzeichnis der Laufzeitmessungen 20051222
2 Importing KEY_TAB Call by reference Type reference (TYPE) SATR_T_TAB_KEY Tabelle vom Typ SATR_TAB_KEY 20051222
3 Importing WITH_DIRECTORY_UPDATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20051222

Method GET_DIRECTORY on class CL_ABAP_TRACE_DATA has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HEADER Call by reference Type reference (TYPE) SATRH_HEADER 20030924
2 Exporting E_INFO Call by reference Type reference (TYPE) SATR_INFO SATR : INFO-Struktur (entspricht TYPE-POOL SATRI satri_info) 20050316
3 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY 20030924
# Exception Resumable Description Created on
1 CX_SAT_TRACEDATA_PERSISTENCE Ausnahmen bei der Laufzeitmessungs-Aufbereitung 20060419

Method GET_LIST_OF_CONTENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCED_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Verzeichnisabgleich 20051208
2 Importing I_KEY_TAB Call by reference Type reference (TYPE) SATR_T_TAB_KEY Tabelle vom Typ SATR_TAB_KEY 20050915
3 Exporting I_SATR_TAB_CONTENTS Call by reference Type reference (TYPE) SATR_T_LIST_OF_CONTENTS_OUT SATR : Inhaltsverzeichnistabelle vom TRACE-Container 20030916
# Exception Resumable Description Created on
1 ERROR_READING_SATR_TAB Beim Lesen der Tabelle SATR_TAB kam es zu einem Fehler 20030916

Method GET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SIZE Call by reference Type reference (TYPE) SATR_LIST_OF_CONTENTS_ERR-GROESSE Natürliche Zahl 20031024
2 Importing I_SATR_TAB_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY 20031024

Method GET_SIZE on class CL_ABAP_TRACE_DATA has no exception.

Method GET_SYSFLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SYSFLAG Call by reference Type reference (TYPE) SATR_DE_SYSFLAG 20031112
2 Importing I_AUSTAB_INDEX Call by reference Type reference (TYPE) I 20031112
3 Importing I_IT_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT 20031112
4 Importing I_IT_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG 20031112
5 Importing I_IT_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT 20031112

Method GET_SYSFLAG on class CL_ABAP_TRACE_DATA has no exception.

Method GET_ZEITEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN SATR : Struktur für Zeiten der Zeitmessung 20040211
2 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY 20040211
# Exception Resumable Description Created on
1 EMPTY_KEY Angabe des Schlüssels fehlt 20040211

Method KEY_2_CHARKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY 20120117
2 Returning R_CHARKEY Value transfer Type reference (TYPE) STRING 20120117

Method KEY_2_CHARKEY on class CL_ABAP_TRACE_DATA has no exception.

Method MODIFY_TRACE_COMMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMENT Call by reference Type reference (TYPE) TRACE_COMMENT_T Kommentar 20060918
2 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Schlüssel in SATR_TAB 20060918
# Exception Resumable Description Created on
1 FAILED 20100923

Method MODIFY_TRACE_EXPIRY_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPIRY_DATE Call by reference Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20080318
2 Importing I_SATR_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Struktur des Schlüsselbestandteils für SATR_TAB 20080318

Method MODIFY_TRACE_EXPIRY_DATE on class CL_ABAP_TRACE_DATA has no exception.

Method REFRESH_DATA Signature

Method REFRESH_DATA on class CL_ABAP_TRACE_DATA has no parameter.
Method REFRESH_DATA on class CL_ABAP_TRACE_DATA has no exception.

Method REORGANIZE Signature

Method REORGANIZE on class CL_ABAP_TRACE_DATA has no parameter.
Method REORGANIZE on class CL_ABAP_TRACE_DATA has no exception.

Method SET_DATA_NEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_KEY Call by reference Type reference (TYPE) SATR_TAB_KEY Schlüsselbestandteile der Tabelle SATR_TAB als STRING 20051221
2 Importing I_AGGTAB Call by reference Type reference (TYPE) SATR_T_AGG_OUT Aggregierte TRACE-Tabelle 20031027
3 Importing I_AUSTAB Call by reference Type reference (TYPE) SATR_T_AUSTAB_GESAMT Zusammenfassung aus TRACE und TDUMPTRACE 20031027
4 Importing I_AUSTAB_N Call by reference Type reference (TYPE) SATR_T_AUSTAB_N Schmale Austab 20070307
5 Importing I_AUSTAB_NARROW Call by reference Type reference (TYPE) SATR_T_AUSTAB_NARROW Zusammenfassung aus TRACE und TDUMPTRACE 20070312
6 Importing I_EXPIRE Value transfer Type reference (TYPE) SY-DATUM Aktuelles Datum des Applikationsservers 20100927
7 Importing I_HEADER Call by reference Type reference (TYPE) SATRH_HEADER Trace-Satz Header 20031027
8 Importing I_HEADER_I Call by reference Type reference (TYPE) SATRI_INFO Trace-Satz Header-Info 20050124
9 Importing I_HIT1 Call by reference Type reference (TYPE) SATR_T_HIT1 Hitlisten 1 20031027
10 Importing I_HIT2 Call by reference Type reference (TYPE) SATR_T_HIT2 Hitlisten 2 20031027
11 Importing I_INTF_LIST Call by reference Type reference (TYPE) SLAT_T_INTF_LIST 20070712
12 Importing I_INTF_NAMES Call by reference Type reference (TYPE) SLAT_T_INTERFACES 20070712
13 Importing I_SLAT_PAKET Call by reference Type reference (TYPE) SLAT_T_PACKAGES SAT: packages for layer aware trace analysis 20070822
14 Importing I_SLAT_PROGRAMS Call by reference Type reference (TYPE) SLAT_T_PROGRAMS SAT: packages for layer aware trace analysis 20070822
15 Importing I_TRACEITAB Call by reference Type reference (TYPE) SATR_T_ITAB Tabelle vom Typ SATR_ITAB 20050609
16 Importing I_TRACEMETH Call by reference Type reference (TYPE) SATR_T_TRACEMETH Tabelle der getracten Methodenn 20031027
17 Importing I_TRACEPAKET Call by reference Type reference (TYPE) SATR_T_TRACEPAKET Paket Tabelle 20050207
18 Importing I_TRACEPROG Call by reference Type reference (TYPE) SATR_T_TRACEPROG Tabelle der getracten Programmnamen 20031027
19 Importing I_TRACESTAT Call by reference Type reference (TYPE) SATR_T_TRACESTAT Statistik Sätze 20031027
20 Importing I_TRACETEXT Call by reference Type reference (TYPE) SATR_T_TRACETEXT Tabelle der getracten Texte 20031027
21 Importing I_ZEITEN Call by reference Type reference (TYPE) SATR_ZEITEN Gesamt-Übersicht Zeiten 20031027

Method SET_DATA_NEW on class CL_ABAP_TRACE_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700