SAP ABAP Class CL_RSTT_TRACE_LOG (Logging Processing of Trace Tool)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX (Application Component) Business Explorer
     RSTT_TRACE (Package) Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer
Properties
Class CL_RSTT_TRACE_LOG  
Short Description Logging Processing of Trace Tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSTT_TRACE   Trace Tool for SAP Netweaver 2005 (BW): Data Object Layer 
Created 20041117   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RSTT2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSTT_TRACE_LOG has no interface implemented.
Friends
Class CL_RSTT_TRACE_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_LOGNO Instance attribute Public Type reference (TYPE) BALOGNR Application log: log number 20050826
2 O_ROWCOUNT Static Attribute Protected Type reference (TYPE) RSTT_INT4 Row Counter for Buffer 20050418
3 O_T_INDEX Static Attribute Protected Type reference (TYPE) RSTT_T_INDEX Table for Indexes 20060106
4 O_T_MESG Static Attribute Protected Type reference (TYPE) RRMS_T_MESG Message Buffer 20050418
5 P_CURRENT_DETLEVEL Instance attribute Private Type reference (TYPE) BALLEVEL Current Level of Detail 20041129
6 P_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20041129
7 P_SX_PROFILE Static Attribute Private Type reference (TYPE) BAL_S_PROF Application Log: Log Output Format Profile 20041129
8 P_S_FCAT Static Attribute Private Type reference (TYPE) BAL_S_FCAT Application Log: Display field catalog 20041129
9 P_T_MSG_HANDLE Instance attribute Private Type reference (TYPE) RSTT_T_LOG_MSGHNDLS Application Log: Message Handle 20041129
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BAPIREP Static method Public Method Add Messages from a BAPI Module 20090421
2 ADD_BUFFER_TO_LOG Instance method Public Method Full Buffer in Log Instance 20060106
3 ADD_FREE_MESSAGE Instance method Public Method Add Freely Formulated Message 20041129
4 ADD_LOG_TO_BUFFER Static method Public Method Add Messages to Log Instance in Buffer 20060921
5 ADD_MESSAGE Instance method Public Method Add Message (Current Level of Detail) 20041126
6 ADD_MESSAGE_FROM_SYS Instance method Public Method Insert A Message from the System Variables 20050216
7 ADD_MESSAGE_TO_BUFFER Static method Public Method Write Message in the Message Buffer 20050418
8 ADD_MSG Instance method Public Method Add Message (Current Level of Detail) 20070315
9 ADD_TEXT_TO_BUFFER Static method Public Method Save Text Directly as Message 20080418
10 CONSTRUCTOR Instance method Public Constructor Constructor 20041126
11 CONVERT_MESG_TO_MSG Static method Public Method Convert Messages from Buffer into System Messages 20050613
12 CONVERT_MESSAGE_TABLE Static method Public Method Convert Message Table 20100720
13 CONVERT_MSG_TO_MESG Static method Public Method Convert System Messages to Buffer Messages 20060921
14 CREATE_LOG Instance method Private Method Generates New Log 20041129
15 DEC_CURRENT_DETLEVEL Instance method Public Method Reduces Current Level of Detail by One 20041129
16 DELETE_TEMP_BUFFER Static method Public Method Delete Temporary Entries in Buffer 20060106
17 DISPLAY_CURRENT_LOG Instance method Public Method Display Current Trace Log 20041129
18 DISPLAY_LOGS Static method Public Method Display Several Logs 20041129
19 FILL_MESSAGE_HANDLER_TO_BUFFER Static method Public Method Write Messages of RS Message Handler to Buffer 20060105
20 GET_CURRENT_DETLEVEL Instance method Public Method Returns Current Level of Detail 20041129
21 GET_LOG_HANDLE Instance method Public Method Returns Handle of Current Log 20041129
22 GET_MESSAGES Instance method Public Method Get All Messages 20060307
23 GET_MESSAGES_FROM_BUFFER Static method Public Method Read Messages from Message Buffer 20050418
24 GET_MESSAGE_HANDLES Instance method Public Method Returns Table with Handles of Messages 20041129
25 GET_MSGTYP Static method Public Method Determine Message Type from Two Input Types 20050310
26 GET_MSGTY_BUFFER Static method Public Method Determine Strictest Type in Buffer 20060509
27 GET_NEW_LOGNUMBER Instance method Protected Method Determine New Log Number 20050826
28 INC_CURRENT_DETLEVEL Instance method Public Method Increases Current Level of Detail by One 20041129
29 INIT_MESSAGE_BUFFER Static method Public Method Initialize Message Buffer 20050418
30 MESSAGE_HANDLER_WITH_ERROR Static method Public Method Does RS message handler contain error entries? 20060106
31 PREPARE_FCAT Static method Private Method Prepare Function Catalog 20041129
32 PREPARE_PROFILE Static method Private Method Prepare Profile 20041129
33 SAVE_LOG_TO_DB Instance method Public Method Saves Current Log on Database 20041129
34 SHOW_BUFFER_MESSAGES Static method Public Method Display Buffer Messages 20060609
Events
# Event Type Visibility Description Created on
1 MESSAGES_TO_DISPLAY Instance Event
(0)
Public
(2)
Messages Are to Be Displayed in the User Interface 20050217
Types
Class CL_RSTT_TRACE_LOG has no local type.
Method Signatures

Method ADD_BAPIREP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSTT_TRACE_LOG Meldungsinstanz 20090421
2 Importing I_LEVEL Call by reference Type reference (TYPE) ANY Level 20090421
3 Importing I_T_MSG Call by reference Type reference (TYPE) ANY TABLE Meldungen 20090421

Method ADD_BAPIREP on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_BUFFER_TO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) RSTT_INT1 Detail-Level 20060106
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL Problemklasse einer Meldung 20060106
3 Importing I_T_MESG Call by reference Type reference (TYPE) RRMS_T_MESG 20060106

Method ADD_BUFFER_TO_LOG on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_FREE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MSGTYP Call by reference Type reference (TYPE) SYMSGTY 's' Nachrichtentyp 20041129
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL '4' Anwendungs-Log: Problemklasse einer Meldung 20041129
3 Importing I_TEXT Call by reference Type reference (TYPE) C 20041129

Method ADD_FREE_MESSAGE on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_LOG_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_LOG Call by reference Object reference (TYPE REF TO) CL_RSTT_TRACE_LOG Meldungslog 20060921

Method ADD_LOG_TO_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20041129
2 Importing I_MSGID Call by reference Type reference (TYPE) BAL_S_MSG-MSGID 'RSTT0' Nachrichtenklasse 20041129
3 Importing I_MSGNO Call by reference Type reference (TYPE) BAL_S_MSG-MSGNO Nachrichtennummer 20041129
4 Importing I_MSGTYP Call by reference Type reference (TYPE) BAL_S_MSG-MSGTY 'S' Nachrichtentyp 20041129
5 Importing I_MSGVAR1 Call by reference Type reference (TYPE) STRING Nachrichtenvariable BAL_S_MSG-MSGV1 20041129
6 Importing I_MSGVAR2 Call by reference Type reference (TYPE) STRING Nachrichtenvariable BAL_S_MSG-MSGV2 20041129
7 Importing I_MSGVAR3 Call by reference Type reference (TYPE) STRING Nachrichtenvariable BAL_S_MSG-MSGV3 20041129
8 Importing I_MSGVAR4 Call by reference Type reference (TYPE) STRING Nachrichtenvariable BAL_S_MSG-MSGV4 20041129
9 Importing I_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS '4' Anwendungs-Log: Problemklasse einer Meldung 20041129
10 Importing I_S_MSG Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20041129
11 Returning R_S_MSG_HANDLE Value transfer Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20050124

Method ADD_MESSAGE on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_MESSAGE_FROM_SYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20050216
2 Returning R_S_MSG_HANDLE Value transfer Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20050216

Method ADD_MESSAGE_FROM_SYS on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_MESSAGE_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LANGU Call by reference Attribute reference (LIKE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050418
2 Importing I_LEVEL Call by reference Type reference (TYPE) RSTT_INT1 Level 20060106
3 Importing I_MSGID Call by reference Type reference (TYPE) SYMSGID Nachrichtentyp 20050418
4 Importing I_MSGNO Call by reference Type reference (TYPE) SYMSGNO Nachrichtennummer 20050418
5 Importing I_MSGTY Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20050418
6 Importing I_MSGV1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 1 20050418
7 Importing I_MSGV2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 2 20050418
8 Importing I_MSGV3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 3 20050418
9 Importing I_MSGV4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable 4 20050418
10 Importing I_S_MESG Call by reference Type reference (TYPE) SMESG Nachrichtensammler 20060207
11 Importing I_TEMP Call by reference Type reference (TYPE) RSTT_FLAG Temporärer Eintrag 20060106

Method ADD_MESSAGE_TO_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20070315
2 Importing I_MSGID Call by reference Type reference (TYPE) BAL_S_MSG-MSGID 'RSTT0' Nachrichtenklasse 20070315
3 Importing I_MSGNO Call by reference Type reference (TYPE) BAL_S_MSG-MSGNO Nachrichtennummer 20070315
4 Importing I_MSGTYP Call by reference Type reference (TYPE) BAL_S_MSG-MSGTY 'S' Nachrichtentyp 20070315
5 Importing I_MSGVAR1 Call by reference Type reference (TYPE) ANY Nachrichtenvariable BAL_S_MSG-MSGV1 20070315
6 Importing I_MSGVAR2 Call by reference Type reference (TYPE) ANY Nachrichtenvariable BAL_S_MSG-MSGV2 20070315
7 Importing I_MSGVAR3 Call by reference Type reference (TYPE) ANY Nachrichtenvariable BAL_S_MSG-MSGV3 20070315
8 Importing I_MSGVAR4 Call by reference Type reference (TYPE) ANY Nachrichtenvariable BAL_S_MSG-MSGV4 20070315
9 Importing I_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS '4' Anwendungs-Log: Problemklasse einer Meldung 20070315
10 Importing I_S_MSG Call by reference Type reference (TYPE) BAL_S_MSG Anwendungs-Log: Daten einer Meldung 20070315
11 Returning R_S_MSG_HANDLE Value transfer Type reference (TYPE) BALMSGHNDL Anwendungs-Log: Handle für eine Meldung 20070315

Method ADD_MSG on class CL_RSTT_TRACE_LOG has no exception.

Method ADD_TEXT_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_MESG Call by reference Type reference (TYPE) SMESG Meldungseintrag 20100729
2 Importing I_LEVEL Call by reference Type reference (TYPE) RSTT_INT1 Ebene 20080418
3 Importing I_MSGTY Call by reference Type reference (TYPE) BALMSGTY Typ einer Meldung (A,E,W,I,S) 20080418
4 Importing I_TEXT Call by reference Type reference (TYPE) ANY Text 20080418

Method ADD_TEXT_TO_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) BALOBJ_D Anwendungs-Log: Objektname (Applikationskürzel) 20051108
2 Importing I_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ Anwendungs-Log: Unterobjekt 20050124

Method CONSTRUCTOR on class CL_RSTT_TRACE_LOG has no exception.

Method CONVERT_MESG_TO_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) RSTT_INT1 Detail-Level 20050613
2 Importing I_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL Problemklasse einer Meldung 20050613
3 Importing I_S_MESG Call by reference Type reference (TYPE) SMESG Nachrichtensammler 20050613
4 Returning R_S_MSG Value transfer Type reference (TYPE) RS_S_MSG System-Meldung 20050613

Method CONVERT_MESG_TO_MSG on class CL_RSTT_TRACE_LOG has no exception.

Method CONVERT_MESSAGE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) ANY TABLE Zieltabelle 20100720
2 Importing I_T_MSG Call by reference Type reference (TYPE) ANY TABLE Ausgangstabelle 20100720

Method CONVERT_MESSAGE_TABLE on class CL_RSTT_TRACE_LOG has no exception.

Method CONVERT_MSG_TO_MESG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Value transfer Type reference (TYPE) RS_S_MSG System-Meldung 20060921
2 Returning R_S_MESG Value transfer Type reference (TYPE) SMESG Nachrichtensammler 20060921

Method CONVERT_MSG_TO_MESG on class CL_RSTT_TRACE_LOG has no exception.

Method CREATE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT Call by reference Type reference (TYPE) BALOBJ_D Anwendungs-Log: Objektname (Applikationskürzel) 20051108
2 Importing I_SUBOBJECT Call by reference Type reference (TYPE) BALSUBOBJ Anwendungs-Log: Unterobjekt 20050124

Method CREATE_LOG on class CL_RSTT_TRACE_LOG has no exception.

Method DEC_CURRENT_DETLEVEL Signature

Method DEC_CURRENT_DETLEVEL on class CL_RSTT_TRACE_LOG has no parameter.
Method DEC_CURRENT_DETLEVEL on class CL_RSTT_TRACE_LOG has no exception.

Method DELETE_TEMP_BUFFER Signature

Method DELETE_TEMP_BUFFER on class CL_RSTT_TRACE_LOG has no parameter.
Method DELETE_TEMP_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method DISPLAY_CURRENT_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_IN_OWN_WINDOW Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Boolean 20050217
2 Importing I_TREE_ONTOP Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041206

Method DISPLAY_CURRENT_LOG on class CL_RSTT_TRACE_LOG has no exception.

Method DISPLAY_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATE_FROM Call by reference Type reference (TYPE) RSDATEFROM Datum gültig ab 20041129
2 Importing I_DATE_TO Call by reference Type reference (TYPE) RSDATETO Datum gültig bis 20041129
3 Importing I_TREE_ONTOP Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20041206

Method DISPLAY_LOGS on class CL_RSTT_TRACE_LOG has no exception.

Method FILL_MESSAGE_HANDLER_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) RSTT_INT1 Detail-Level 20060106
2 Importing I_T_MESG Call by reference Type reference (TYPE) RRMS_T_MESG Meldungen 20060207

Method FILL_MESSAGE_HANDLER_TO_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method GET_CURRENT_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CURRENT_DETLEVEL Value transfer Type reference (TYPE) BALLEVEL Anwendungs-Log: Detaillierungsgrad 20041129

Method GET_CURRENT_DETLEVEL on class CL_RSTT_TRACE_LOG has no exception.

Method GET_LOG_HANDLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LOG_HANDLE Value transfer Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20041129

Method GET_LOG_HANDLE on class CL_RSTT_TRACE_LOG has no exception.

Method GET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20060307

Method GET_MESSAGES on class CL_RSTT_TRACE_LOG has no exception.

Method GET_MESSAGES_FROM_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESG Value transfer Type reference (TYPE) RRMS_T_MESG Message-Tabelle 20050418

Method GET_MESSAGES_FROM_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method GET_MESSAGE_HANDLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESSAGEHANDLES Value transfer Type reference (TYPE) RSTT_T_LOG_MSGHNDLS Tabelle für das speichern von Messagehandles 20041129

Method GET_MESSAGE_HANDLES on class CL_RSTT_TRACE_LOG has no exception.

Method GET_MSGTYP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DELTA Call by reference Type reference (TYPE) RSTT_FLAG Eingangsgrößen unterschiedlich? 20050310
2 Exporting E_MSGTYP_TOTAL Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20050310
3 Importing I_MSGTYP1 Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20050310
4 Importing I_MSGTYP2 Call by reference Type reference (TYPE) SYMSGTY Nachrichtentyp 20050310

Method GET_MSGTYP on class CL_RSTT_TRACE_LOG has no exception.

Method GET_MSGTY_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_MSGTY Value transfer Type reference (TYPE) SYMSGTY Nachrichtentyp 20060509

Method GET_MSGTY_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method GET_NEW_LOGNUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_LOGNO Call by reference Type reference (TYPE) BAL_T_LGNM Anwendungs-Log: Tabelle mit neu vergebenen LOGNUMBER'S 20050826
2 Returning R_LOGNO Value transfer Type reference (TYPE) BALOGNR Anwendungs-Log: Protokollnummer 20050826

Method GET_NEW_LOGNUMBER on class CL_RSTT_TRACE_LOG has no exception.

Method INC_CURRENT_DETLEVEL Signature

Method INC_CURRENT_DETLEVEL on class CL_RSTT_TRACE_LOG has no parameter.
Method INC_CURRENT_DETLEVEL on class CL_RSTT_TRACE_LOG has no exception.

Method INIT_MESSAGE_BUFFER Signature

Method INIT_MESSAGE_BUFFER on class CL_RSTT_TRACE_LOG has no parameter.
Method INIT_MESSAGE_BUFFER on class CL_RSTT_TRACE_LOG has no exception.

Method MESSAGE_HANDLER_WITH_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ERROR Value transfer Type reference (TYPE) RSTT_FLAG Enthält Fehler? 20060106

Method MESSAGE_HANDLER_WITH_ERROR on class CL_RSTT_TRACE_LOG has no exception.

Method PREPARE_FCAT Signature

Method PREPARE_FCAT on class CL_RSTT_TRACE_LOG has no parameter.
Method PREPARE_FCAT on class CL_RSTT_TRACE_LOG has no exception.

Method PREPARE_PROFILE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TREE_ONTOP Call by reference Type reference (TYPE) RS_BOOL Boolean 20041206

Method PREPARE_PROFILE on class CL_RSTT_TRACE_LOG has no exception.

Method SAVE_LOG_TO_DB Signature

Method SAVE_LOG_TO_DB on class CL_RSTT_TRACE_LOG has no parameter.
Method SAVE_LOG_TO_DB on class CL_RSTT_TRACE_LOG has no exception.

Method SHOW_BUFFER_MESSAGES Signature

Method SHOW_BUFFER_MESSAGES on class CL_RSTT_TRACE_LOG has no parameter.
Method SHOW_BUFFER_MESSAGES on class CL_RSTT_TRACE_LOG has no exception.
Event Signatures

Event MESSAGES_TO_DISPLAY Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 TRACE_LOG_REF Exporting Value transfer Object reference (TYPE REF TO) CL_RSTT_TRACE_LOG Logging-Verarbeitung des Trace-Tools 20050217
History
Last changed by/on SAP  20130531 
SAP Release Created in 700