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 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BAL_S_CONT | Application Log: Context | 20010817 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20010803 | ||
3 | ![]() |
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 | ![]() |
Instance method | Public | Method | Insert Message | 20010803 |
2 | ![]() |
Instance method | Public | Method | Insert Message with Date, Time and User | 20010803 |
3 | ![]() |
Instance method | Public | Method | Insert SY-MSG* Message | 20010817 |
4 | ![]() |
Instance method | Public | Constructor | Generate Log | 20010803 |
5 | ![]() |
Instance method | Public | Method | Display Log | 20010803 |
6 | ![]() |
Instance method | Public | Method | Initialize Context | 20010817 |
7 | ![]() |
Static method | Public | Method | Save Log to the Database | 20010803 |
8 | ![]() |
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 | ![]() |
PV_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '2' | Anwendungs-Log: Detaillierungsgrad | 20010803 | |
2 | ![]() |
PV_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20010803 | ||
3 | ![]() |
PV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Erster Meldungsparameter | 20010803 | ||
4 | ![]() |
PV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Zweiter Meldungsparameter | 20010803 | ||
5 | ![]() |
PV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Dritter Meldungsparameter | 20010803 | ||
6 | ![]() |
PV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Vierter Meldungsparameter | 20010803 | ||
7 | ![]() |
PV_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20010803 | ||
8 | ![]() |
PV_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | '1' | Anwendungs-Log: Problemklasse einer Meldung | 20010803 | |
9 | ![]() |
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 | ![]() |
PV_APPLICATION_OBJECT | Call by reference | Type reference (TYPE) | ANY | Anwendungsobjekt (Erster Meldungsparameter) | 20010803 | ||
2 | ![]() |
PV_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | Anwendungs-Log: Detaillierungsgrad | 20010803 | ||
3 | ![]() |
PV_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20010803 | ||
4 | ![]() |
PV_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20010803 | ||
5 | ![]() |
PV_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | Anwendungs-Log: Problemklasse einer Meldung | 20010803 | ||
6 | ![]() |
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 | ![]() |
PV_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '2' | Anwendungs-Log: Detaillierungsgrad | 20010817 | |
2 | ![]() |
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 | ![]() |
PV_LOG_HEADER_EXTNUMBER | Call by reference | Type reference (TYPE) | BAL_S_LOG-EXTNUMBER | Anwendungs-Log: Externe Identifikation | 20010803 | ||
2 | ![]() |
PV_LOG_HEADER_OBJECT | Call by reference | Type reference (TYPE) | BAL_S_LOG-OBJECT | Anwendungs-Log: Objektname (Applikationskürzel) | 20010803 | ||
3 | ![]() |
PV_LOG_HEADER_SUBOBJECT | Call by reference | Type reference (TYPE) | BAL_S_LOG-SUBOBJECT | Anwendungs-Log: Unterobjekt | 20010803 | ||
4 | ![]() |
PV_START_MESSAGE_APPL_OBJECT | Call by reference | Type reference (TYPE) | ANY | Anwendungsobjekt (Erster Meldungsparameter) | 20010803 | ||
5 | ![]() |
PV_START_MESSAGE_CNTXT_TABNAME | Call by reference | Type reference (TYPE) | BALTABNAME | Anwendungs-Log: Kontext: Name der DDIC-Struktur | 20010817 | ||
6 | ![]() |
PV_START_MESSAGE_CNTXT_VALUE | Call by reference | Type reference (TYPE) | ANY | Anwendungs-Log: Daten des Kontextes | 20010817 | ||
7 | ![]() |
PV_START_MESSAGE_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '1' | Anwendungs-Log: Detaillierungsgrad | 20010803 | |
8 | ![]() |
PV_START_MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20010803 | ||
9 | ![]() |
PV_START_MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20010803 | ||
10 | ![]() |
PV_START_MESSAGE_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | '4' | Anwendungs-Log: Problemklasse einer Meldung | 20010803 | |
11 | ![]() |
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 | ![]() |
PT_FIELD_CAT | Call by reference | Type reference (TYPE) | BAL_T_FCAT | Anwendungs-Log: Feldkatalog für Protokollanzeige | 20010803 | ||
2 | ![]() |
PV_FLG_HIERARCHICAL_DISPLAY | Call by reference | Type reference (TYPE) | XFELD | ' ' | Kennzeichen 'Hierarchische Anzeige' | 20010803 | |
3 | ![]() |
PV_FLG_SAVE | Call by reference | Type reference (TYPE) | XFELD | ' ' | Kennzeichen 'Protokoll verbuchen' | 20010806 | |
4 | ![]() |
PV_FLG_SHOW_ALL | Call by reference | Type reference (TYPE) | BALSHOWALL | 'X' | Anwendungs-Log: Alle Meldungen sofort anzeigen | 20010817 | |
5 | ![]() |
PV_FLG_TESTRUN_MESSAGE | Call by reference | Type reference (TYPE) | XFELD | ' ' | Kennzeichen 'Testlauf-Meldung ausgeben' | 20010806 | |
6 | ![]() |
PV_STOP_MESSAGE_APPL_OBJECT | Call by reference | Type reference (TYPE) | ANY | Anwendungsobjekt (Erster Meldungsparameter) | 20010803 | ||
7 | ![]() |
PV_STOP_MESSAGE_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '1' | Anwendungs-Log: Detaillierungsgrad | 20010803 | |
8 | ![]() |
PV_STOP_MESSAGE_ID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichten, Nachrichtenklasse | 20010803 | ||
9 | ![]() |
PV_STOP_MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichten, Nachrichtennummer | 20010803 | ||
10 | ![]() |
PV_STOP_MESSAGE_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | '4' | Anwendungs-Log: Problemklasse einer Meldung | 20010803 | |
11 | ![]() |
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 | ![]() |
PV_TABNAME | Call by reference | Type reference (TYPE) | BALTABNAME | Anwendungs-Log: Kontext: Name der DDIC-Struktur | 20010817 | ||
2 | ![]() |
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 |