SAP ABAP Class IF_RSBPC_EN_CORE_APPL_LOGGER (Interface for SBC Core logger)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSBPC_EN_CORE_APPL_LOGGER | SBC Core logger component | 20130417 |
Properties
| Class | IF_RSBPC_EN_CORE_APPL_LOGGER | |
| Short Description | Interface for SBC Core logger | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130417 | SAP |
| Last change | 20140121 | 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
Class IF_RSBPC_EN_CORE_APPL_LOGGER has no interface implemented.
Friends
Class IF_RSBPC_EN_CORE_APPL_LOGGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 4 | 20130417 | |||
| 2 | Constant | Public | Type reference (TYPE) | I | 1 | 20130417 | |||
| 3 | Constant | Public | Type reference (TYPE) | I | 0 | 20130417 | |||
| 4 | Constant | Public | Type reference (TYPE) | BALOBJ_D | '/POA/PST' | Log Object for PST | 20130417 | ||
| 5 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'AUTH' | SubObject for AUTH | 20130417 | ||
| 6 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'OTHER' | SubObject for OTHER | 20130417 | ||
| 7 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'REST' | SubObject for REST | 20130417 | ||
| 8 | Constant | Public | Type reference (TYPE) | BALOBJ_D | '/POA/UM' | Log Object for UM | 20130417 | ||
| 9 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'OTHER' | SubObject for UM OTHER | 20130417 | ||
| 10 | Constant | Public | Type reference (TYPE) | BALSUBOBJ | 'REST' | SubObject for UM REST | 20130417 | ||
| 11 | Constant | Public | Type reference (TYPE) | I | 2 | 20130417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add a debug message | 20130417 | |
| 2 | Instance method | Public | Method | Add an error message | 20130417 | |
| 3 | Instance method | Public | Method | Creates a message from a dynamic or static exception | 20130417 | |
| 4 | Instance method | Public | Method | Creates a message from exception root cause | 20130417 | |
| 5 | Instance method | Public | Method | Add an information message | 20130417 | |
| 6 | Instance method | Public | Method | Creates a log message entry | 20130417 | |
| 7 | Instance method | Public | Method | 20130417 | ||
| 8 | Instance method | Public | Method | Add a warning message | 20130417 | |
| 9 | Instance method | Public | Method | Creates a log header | 20130417 | |
| 10 | Instance method | Public | Method | Creates a log message entry | 20130417 | |
| 11 | Instance method | Public | Method | Finalizes a log header | 20130417 | |
| 12 | Instance method | Public | Method | 20130417 |
Events
Class IF_RSBPC_EN_CORE_APPL_LOGGER has no event.
Types
Class IF_RSBPC_EN_CORE_APPL_LOGGER has no local type.
Method Signatures
Method ADD_DEBUG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAM1 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 2 | IV_PARAM2 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 3 | IV_PARAM3 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 4 | IV_PARAM4 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_ERROR_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAM1 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 2 | IV_PARAM2 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 3 | IV_PARAM3 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 4 | IV_PARAM4 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130417 | |||
| 2 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 | |||
| 3 | RV_LOGREF | Value transfer | Type reference (TYPE) | STRING | Log reference | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_EXCEPTION_ROOT_CAUSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130417 | |||
| 2 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 | |||
| 3 | RV_LOGREF | Value transfer | Type reference (TYPE) | STRING | Log reference | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_INFO_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAM1 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 2 | IV_PARAM2 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 3 | IV_PARAM3 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 4 | IV_PARAM4 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20130417 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20130417 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20130417 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 9 | IV_PROBCL | Call by reference | Type reference (TYPE) | BALPROBCL | Application log: Message problem class | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 | |||
| 2 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 'I' | Message Type | 20130417 | ||
| 3 | IV_TEXT | Call by reference | Type reference (TYPE) | C | Text Symbol length 132 | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method ADD_WARNING_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PARAM1 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 2 | IV_PARAM2 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 3 | IV_PARAM3 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 4 | IV_PARAM4 | Call by reference | Type reference (TYPE) | STRING | 20130417 | ||||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method CREATE_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EXTID | Call by reference | Type reference (TYPE) | BALNREXT | Application Log: External ID | 20130417 | |||
| 2 | IV_OBJECT | Call by reference | Type reference (TYPE) | BALOBJ_D | Application log: object | 20130417 | |||
| 3 | IV_PROGN | Call by reference | Type reference (TYPE) | BALPROG | Application log: Program name | 20130417 | |||
| 4 | IV_SUBOBJ | Call by reference | Type reference (TYPE) | BALSUBOBJ | Application Log: Subobject | 20130417 | |||
| 5 | RV_LOGHNDL | Value transfer | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method CREATE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20130417 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20130417 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20130417 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20130417 | ||||
| 9 | IV_PROBCL | Call by reference | Type reference (TYPE) | BALPROBCL | Application log: Message problem class | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method FINALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOGHNDL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20130417 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SBC Core Application Logger Exceptions | 20130417 |
Method GET_HEADER_SUBOBJ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HEADER | Value transfer | Type reference (TYPE) | BALSUBOBJ | 20130417 |
Method GET_HEADER_SUBOBJ on class IF_RSBPC_EN_CORE_APPL_LOGGER has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |