SAP ABAP Class CL_SRM_APPLICATION_LOG (Application Log)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-RM (Application Component) SAP Records Management
⤷
SRM_FRAMEWORK (Package) Records Management Framework Package
⤷
⤷
Properties
| Class | CL_SRM_APPLICATION_LOG | |
| Short Description | Application Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SRM_FRAMEWORK | Records Management Framework Package |
| Created | 20010723 | SAP |
| Last change | 20050214 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SRM_APPLICATION_LOG has no interface implemented.
Friends
Class CL_SRM_APPLICATION_LOG has no friend class.
Attributes
Class CL_SRM_APPLICATION_LOG has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Add Message | 20010724 | |
| 2 | Static method | Public | Method | Returns Specific Context | 20010809 | |
| 3 | Static method | Public | Method | Display Log in Popup (SAPGUI) | 20041217 | |
| 4 | Static method | Public | Method | Write Log | 20010723 | |
| 5 | Static method | Public | Method | Write Multiple Messages | 20040120 | |
| 6 | Static method | Public | Method | Logs a Text | 20031030 |
Events
Class CL_SRM_APPLICATION_LOG has no event.
Types
Class CL_SRM_APPLICATION_LOG has no local type.
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20010724 | |||
| 2 | IM_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20010724 | |||
| 3 | IM_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichten, Nachrichtentyp | 20010725 | |||
| 4 | IM_PROBLEM_CLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Anwendungs-Log: Problemklasse einer Meldung | 20010725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Interner Fehler | 20010725 |
Method ADD_SPECIFIC_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20010809 | |||
| 2 | IM_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20010809 | |||
| 3 | IM_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | Nachrichten, Nachrichtentyp | 20010809 | |||
| 4 | IM_PROBLEM_CLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Anwendungs-Log: Problemklasse einer Meldung | 20010809 |
Method ADD_SPECIFIC_MESSAGE on class CL_SRM_APPLICATION_LOG has no exception.
Method SHOW_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20041217 |
Method SHOW_LOG on class CL_SRM_APPLICATION_LOG has no exception.
Method WRITE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_DO_COMMIT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | SPACE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20040407 | ||
| 2 | IM_ERROR | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstrakte Oberklasse aller globalen Exceptions | 20010723 | |||
| 3 | IM_SAVE_IN_UPDATE_TASK | Call by reference | Type reference (TYPE) | SRMBOOLEAN | SPACE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20010725 |
Method WRITE_LOG on class CL_SRM_APPLICATION_LOG has no exception.
Method WRITE_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_LEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '3' | Anwendungs-Log: Detaillierungsgrad | 20040120 | ||
| 2 | IM_MESSAGES | Call by reference | Type reference (TYPE) | SRM_LIST_ERRMSG | Tabelle mit BAPI Return Informationen | 20040120 | |||
| 3 | IM_PROBLEMCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | '3' | Anwendungs-Log: Problemklasse einer Meldung | 20040120 | ||
| 4 | IM_SAVE_IN_UPDATE_TASK | Call by reference | Type reference (TYPE) | SRMBOOLEAN | SPACE | Boolean: Mögliche Werte IF_SRM=>TRUE / FALSE | 20040120 |
Method WRITE_MESSAGES on class CL_SRM_APPLICATION_LOG has no exception.
Method WRITE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_MESSAGE_TYPE | Call by reference | Type reference (TYPE) | SYMSGTY | 'I' | 20031030 | |||
| 2 | IM_PROBLEM_CLASS | Call by reference | Type reference (TYPE) | BALMI-PROBCLASS | '2' | 20031030 | |||
| 3 | IM_SAVE_IN_UPDATE_TASK | Call by reference | Type reference (TYPE) | SRMBOOLEAN | SPACE | 20031030 | |||
| 4 | IM_TEXT | Call by reference | Type reference (TYPE) | STRING | 20031030 |
Method WRITE_TEXT on class CL_SRM_APPLICATION_LOG has no exception.
History
| Last changed by/on | SAP | 20050214 |
| SAP Release Created in | 620 |