SAP ABAP Class CL_CRR_LOGGER (CRR Default Logging)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-TLS (Application Component) Upgrade Tools
⤷
SCRR_LOG (Package) Logging for CRR
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRR_LOGGER | Logging interface | 20101217 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRR_LOG_CONTROL | CRR Logging into Logfiles | 20101223 |
Properties
| Class | CL_CRR_LOGGER | |
| Short Description | CRR Default Logging | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCRR_LOG | Logging for CRR |
| Created | 20101217 | SAP |
| Last change | 20140120 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRR_LOGGER | Logging interface | 20101217 | ||
| 2 | IF_CRR_LOG_CONTROL | CRR Logging into Logfiles | 20101223 |
Friends
Class CL_CRR_LOGGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | LIF_CRR_LOG_INTF | 20110128 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | IF_CRR_ERROR_LOG=>GTY_MSG_ERROR_S | 20110210 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | LTY_SUBRC_T | 20110201 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110103 | ||||
| 5 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20110110 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | DCRRPROCESSID | 20110225 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | DCRRSCENARIO | 20101217 | ||||
| 8 | Instance attribute | Protected | Type reference (TYPE) | DCRRACTION | 20110224 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20101217 | ||
| 2 | Instance method | Private | Method | 20110201 | ||
| 3 | Instance method | Protected | Method | 20110126 | ||
| 4 | Instance method | Private | Method | 20111109 | ||
| 5 | Instance method | Protected | Method | 20110110 | ||
| 6 | Instance method | Protected | Method | Write free text into Logfile | 20101220 | |
| 7 | Instance method | Private | Method | 20110217 |
Events
Class CL_CRR_LOGGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_MSGTEXT_T | Protected | See coding | 20110110 | lty_msgtext_t type standard table of dcrrmsgtext
|
||
| 2 | LTY_SUBRC_S | Private | See coding | 20110201 | begin of lty_subrc_s,
exception type seoclsname,
subrc type sysubrc,
end of lty_subrc_s
|
||
| 3 | LTY_SUBRC_T | Private | See coding | 20110201 | lty_subrc_t type standard table of lty_subrc_s
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGID | Call by reference | Type reference (TYPE) | DCRRACTION | CRR Logger ID | 20101217 | |||
| 2 | IV_PROCESSID | Call by reference | Type reference (TYPE) | DCRRPROCESSID | 0 | 20110225 | |||
| 3 | IV_SCENARIO | Call by reference | Type reference (TYPE) | DCRRSCENARIO | 20101217 |
Method CONSTRUCTOR on class CL_CRR_LOGGER has no exception.
Method FILL_SUBRC_TAB Signature
Method FILL_SUBRC_TAB on class CL_CRR_LOGGER has no parameter.
Method FILL_SUBRC_TAB on class CL_CRR_LOGGER has no exception.
Method GET_MSG_EXTENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IX_CRR_BASE | Call by reference | Object reference (TYPE REF TO) | CX_CRR_BASE | 20110201 |
Method GET_MSG_EXTENSION on class CL_CRR_LOGGER has no exception.
Method RAISE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MESSAGE | Call by reference | Type reference (TYPE) | CRR_MESSAGE_S | 20111109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111109 |
Method STATEMENT2TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | LTY_MSGTEXT_T | 20110110 | ||||
| 2 | IV_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20110110 |
Method STATEMENT2TABLE on class CL_CRR_LOGGER has no exception.
Method WRITE_FREE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SEVERITY | Call by reference | Type reference (TYPE) | SYMSGTY | 'S' | Message Type | 20101220 | ||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | ANY | 20101220 |
Method WRITE_FREE_TEXT on class CL_CRR_LOGGER has no exception.
Method WRITE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG | Call by reference | Type reference (TYPE) | CRR_MESSAGE_S | 20110217 | ||||
| 2 | IV_SEVERITY | Call by reference | Type reference (TYPE) | SYMSGTY | 20110217 | ||||
| 3 | IV_TEXT | Call by reference | Type reference (TYPE) | DCRRMSGTEXT | 20110217 |
Method WRITE_LOG on class CL_CRR_LOGGER has no exception.
History
| Last changed by/on | SAP | 20140120 |
| SAP Release Created in | 731 |