SAP ABAP Class CL_SRM_TOOLS_APPLICATION_LOG (A Log Writer that writes to the SAP Application Log)
Hierarchy
☛
BI_CONT (Software Component) Business Intelligence Content
⤷
BW-BCT-SPL-SDR (Application Component) Supplier Delivery Performance Rating
⤷
RS_BCT_SPL_SDPR (Package) BW: Content Logistics - Supplier Delivery Performance Rating
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRM_TOOLS_LOG_TARGET | Set of operations provided by a log target | 20040112 |
Properties
| Class | CL_SRM_TOOLS_APPLICATION_LOG | |
| Short Description | A Log Writer that writes to the SAP Application Log | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RS_BCT_SPL_SDPR | BW: Content Logistics - Supplier Delivery Performance Rating |
| Created | 20040112 | SAP |
| Last change | 20141101 | |
| 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | CL_SRM_TOOLS_LOG_TARGET | Set of operations provided by a log target | 20040112 |
Friends
Class CL_SRM_TOOLS_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) | I | internally used to indicate error conditions | 20040216 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | C | cumulate matching messages in a single log entry | 20040113 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | I | internally used to indicate if error is logged | 20040216 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | C | update persistent log for each new entry | 20040130 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | C | hide debug entries | 20040112 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | technical name of the application log | 20040216 | |||
| 7 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Application Log: Log handle | 20040112 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Create a console log writer | 20040112 | |
| 2 | Instance method | Public | Method | Save log permanently in database (display with SLG1) | 20040112 | |
| 3 | Instance method | Private | Method | Write a log entry | 20040112 |
Events
Class CL_SRM_TOOLS_APPLICATION_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_RSMONITOR | Public | See coding | 20040112 | t_rsmonitor type table of rsmonitor
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_ID | Call by reference | Type reference (TYPE) | CHAR20 | gibt protokollierende Anwendung an | 20040112 | |||
| 2 | CUMULATE_ENTRIES | Call by reference | Type reference (TYPE) | C | gleiche Nachrichten in einem Protokolleintrag kumulieren | 20040113 | |||
| 3 | EXPIRATION_DATE | Call by reference | Type reference (TYPE) | DATS | Verfallsdatum für dieses Protokoll | 20040112 | |||
| 4 | FORCE_PERSISTENT_UPDATE | Call by reference | Type reference (TYPE) | C | persistentes Protokoll für jeden neuen Eintrag aktualisieren | 20040130 | |||
| 5 | HIDE_DEBUG | Call by reference | Type reference (TYPE) | C | Debug-Einträge ausblenden | 20040112 | |||
| 6 | HIDE_EXC_SOURCE_LOCATIONS | Call by reference | Type reference (TYPE) | C | Lokation protokollierter Ausnahmen ausblenden | 20040112 | |||
| 7 | LOG_GROUP_ID | Call by reference | Type reference (TYPE) | CHAR100 | betrifft Gruppe von protokollierenden Anwendungen | 20040112 | |||
| 8 | SUBAPPLICATION_ID | Call by reference | Type reference (TYPE) | CHAR20 | gibt Supapplikation anl, die protokolliert | 20040112 |
Method CONSTRUCTOR on class CL_SRM_TOOLS_APPLICATION_LOG has no exception.
Method SAVE Signature
Method SAVE on class CL_SRM_TOOLS_APPLICATION_LOG has no parameter.
Method SAVE on class CL_SRM_TOOLS_APPLICATION_LOG has no exception.
Method WRITE_LOG_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT | Call by reference | Type reference (TYPE) | BAL_S_CONT | Zusatzinformationen | 20040113 | |||
| 2 | MESSAGE_ARG1 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 1 | 20040112 | |||
| 3 | MESSAGE_ARG2 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 2 | 20040112 | |||
| 4 | MESSAGE_ARG3 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 3 | 20040112 | |||
| 5 | MESSAGE_ARG4 | Call by reference | Type reference (TYPE) | STRING | Text für Platzhalter 4 | 20040112 | |||
| 6 | MESSAGE_CLASS | Call by reference | Type reference (TYPE) | STRING | Nachrichtenklasse | 20040112 | |||
| 7 | MESSAGE_NUMBER | Call by reference | Type reference (TYPE) | STRING | Nachrichtennummer | 20040112 | |||
| 8 | SEVERITY | Call by reference | Type reference (TYPE) | I | 1-4 | 20040112 |
Method WRITE_LOG_ENTRY on class CL_SRM_TOOLS_APPLICATION_LOG has no exception.
History
| Last changed by/on | SAP | 20141101 |
| SAP Release Created in | 352 |