SAP ABAP Class CL_ISM_APPLICATION_LOG (IS-M: Tools for Application Log)
Hierarchy
IS-M (Software Component) SAP MEDIA
   IS-M (Application Component) SAP Media
     JAS (Package) Application development R/3 Publishing Advertising System***
Properties
Class CL_ISM_APPLICATION_LOG  
Short Description IS-M: Tools for Application Log    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package JAS   Application development R/3 Publishing Advertising System*** 
Created 20010803   SAP 
Last change 20050224   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ISM_APPLICATION_LOG has no forward declaration.
Interfaces
Class CL_ISM_APPLICATION_LOG has no interface implemented.
Friends
Class CL_ISM_APPLICATION_LOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_CONTEXT Instance attribute Private Type reference (TYPE) BAL_S_CONT Application Log: Context 20010817
2 GV_LOG_HANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20010803
3 ST_LOG_HANDLES Static Attribute Private Type reference (TYPE) BAL_T_LOGH Application Log: Log Handle Table 20010809
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_MESSAGE Instance method Public Method Insert Message 20010803
2 APPEND_MSG_DATE_TIME_USER Instance method Public Method Insert Message with Date, Time and User 20010803
3 APPEND_SY_MESSAGE Instance method Public Method Insert SY-MSG* Message 20010817
4 CONSTRUCTOR Instance method Public Constructor Generate Log 20010803
5 DISPLAY Instance method Public Method Display Log 20010803
6 RESET_CONTEXT Instance method Public Method Initialize Context 20010817
7 SAVE Static method Public Method Save Log to the Database 20010803
8 SET_CONTEXT Instance method Public Method Set Context 20010817
Events
Class CL_ISM_APPLICATION_LOG has no event.
Types
Class CL_ISM_APPLICATION_LOG has no local type.
Method Signatures

Method APPEND_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PV_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL '2' Anwendungs-Log: Detaillierungsgrad 20010803
2 Importing PV_ID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20010803
3 Importing PV_MSGV1 Call by reference Type reference (TYPE) ANY Erster Meldungsparameter 20010803
4 Importing PV_MSGV2 Call by reference Type reference (TYPE) ANY Zweiter Meldungsparameter 20010803
5 Importing PV_MSGV3 Call by reference Type reference (TYPE) ANY Dritter Meldungsparameter 20010803
6 Importing PV_MSGV4 Call by reference Type reference (TYPE) ANY Vierter Meldungsparameter 20010803
7 Importing PV_NUMBER Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20010803
8 Importing PV_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS '1' Anwendungs-Log: Problemklasse einer Meldung 20010803
9 Importing PV_TYPE Call by reference Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20010803

Method APPEND_MESSAGE on class CL_ISM_APPLICATION_LOG has no exception.

Method APPEND_MSG_DATE_TIME_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PV_APPLICATION_OBJECT Call by reference Type reference (TYPE) ANY Anwendungsobjekt (Erster Meldungsparameter) 20010803
2 Importing PV_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL Anwendungs-Log: Detaillierungsgrad 20010803
3 Importing PV_ID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20010803
4 Importing PV_NUMBER Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20010803
5 Importing PV_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS Anwendungs-Log: Problemklasse einer Meldung 20010803
6 Importing PV_TYPE Call by reference Type reference (TYPE) SYMSGTY Nachrichten, Nachrichtentyp 20010803

Method APPEND_MSG_DATE_TIME_USER on class CL_ISM_APPLICATION_LOG has no exception.

Method APPEND_SY_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PV_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '2' Anwendungs-Log: Detaillierungsgrad 20010817
2 Importing PV_PROBCLASS Call by reference Type reference (TYPE) BALPROBCL '1' Anwendungs-Log: Problemklasse einer Meldung 20010817

Method APPEND_SY_MESSAGE on class CL_ISM_APPLICATION_LOG has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PV_LOG_HEADER_EXTNUMBER Call by reference Type reference (TYPE) BAL_S_LOG-EXTNUMBER Anwendungs-Log: Externe Identifikation 20010803
2 Importing PV_LOG_HEADER_OBJECT Call by reference Type reference (TYPE) BAL_S_LOG-OBJECT Anwendungs-Log: Objektname (Applikationskürzel) 20010803
3 Importing PV_LOG_HEADER_SUBOBJECT Call by reference Type reference (TYPE) BAL_S_LOG-SUBOBJECT Anwendungs-Log: Unterobjekt 20010803
4 Importing PV_START_MESSAGE_APPL_OBJECT Call by reference Type reference (TYPE) ANY Anwendungsobjekt (Erster Meldungsparameter) 20010803
5 Importing PV_START_MESSAGE_CNTXT_TABNAME Call by reference Type reference (TYPE) BALTABNAME Anwendungs-Log: Kontext: Name der DDIC-Struktur 20010817
6 Importing PV_START_MESSAGE_CNTXT_VALUE Call by reference Type reference (TYPE) ANY Anwendungs-Log: Daten des Kontextes 20010817
7 Importing PV_START_MESSAGE_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL '1' Anwendungs-Log: Detaillierungsgrad 20010803
8 Importing PV_START_MESSAGE_ID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20010803
9 Importing PV_START_MESSAGE_NUMBER Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20010803
10 Importing PV_START_MESSAGE_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS '4' Anwendungs-Log: Problemklasse einer Meldung 20010803
11 Importing PV_START_MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 'I' Nachrichten, Nachrichtentyp 20010803

Method CONSTRUCTOR on class CL_ISM_APPLICATION_LOG has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_FIELD_CAT Call by reference Type reference (TYPE) BAL_T_FCAT Anwendungs-Log: Feldkatalog für Protokollanzeige 20010803
2 Importing PV_FLG_HIERARCHICAL_DISPLAY Call by reference Type reference (TYPE) XFELD ' ' Kennzeichen 'Hierarchische Anzeige' 20010803
3 Importing PV_FLG_SAVE Call by reference Type reference (TYPE) XFELD ' ' Kennzeichen 'Protokoll verbuchen' 20010806
4 Importing PV_FLG_SHOW_ALL Call by reference Type reference (TYPE) BALSHOWALL 'X' Anwendungs-Log: Alle Meldungen sofort anzeigen 20010817
5 Importing PV_FLG_TESTRUN_MESSAGE Call by reference Type reference (TYPE) XFELD ' ' Kennzeichen 'Testlauf-Meldung ausgeben' 20010806
6 Importing PV_STOP_MESSAGE_APPL_OBJECT Call by reference Type reference (TYPE) ANY Anwendungsobjekt (Erster Meldungsparameter) 20010803
7 Importing PV_STOP_MESSAGE_DETLEVEL Call by reference Type reference (TYPE) BAL_S_MSG-DETLEVEL '1' Anwendungs-Log: Detaillierungsgrad 20010803
8 Importing PV_STOP_MESSAGE_ID Call by reference Type reference (TYPE) SYMSGID Nachrichten, Nachrichtenklasse 20010803
9 Importing PV_STOP_MESSAGE_NUMBER Call by reference Type reference (TYPE) SYMSGNO Nachrichten, Nachrichtennummer 20010803
10 Importing PV_STOP_MESSAGE_PROBCLASS Call by reference Type reference (TYPE) BAL_S_MSG-PROBCLASS '4' Anwendungs-Log: Problemklasse einer Meldung 20010803
11 Importing PV_STOP_MESSAGE_TYPE Call by reference Type reference (TYPE) SYMSGTY 'I' Nachrichten, Nachrichtentyp 20010803

Method DISPLAY on class CL_ISM_APPLICATION_LOG has no exception.

Method RESET_CONTEXT Signature

Method RESET_CONTEXT on class CL_ISM_APPLICATION_LOG has no parameter.
Method RESET_CONTEXT on class CL_ISM_APPLICATION_LOG has no exception.

Method SAVE Signature

Method SAVE on class CL_ISM_APPLICATION_LOG has no parameter.
Method SAVE on class CL_ISM_APPLICATION_LOG has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PV_TABNAME Call by reference Type reference (TYPE) BALTABNAME Anwendungs-Log: Kontext: Name der DDIC-Struktur 20010817
2 Importing PV_VALUE Call by reference Type reference (TYPE) ANY Anwendungs-Log: Daten des Kontextes 20010817

Method SET_CONTEXT on class CL_ISM_APPLICATION_LOG has no exception.
History
Last changed by/on SAP  20050224 
SAP Release Created in 464