SAP ABAP Class IF_SATC_RT_LOG_WRITER (Log writer for ATC runtime solely)
Properties
| Class | IF_SATC_RT_LOG_WRITER | |
| Short Description | Log writer for ATC runtime solely | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090805 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_SATC_RT_LOG_WRITER has no interface implemented.
Friends
Class IF_SATC_RT_LOG_WRITER has no friend class.
Attributes
Class IF_SATC_RT_LOG_WRITER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add error message based for exception | 20090805 | |
| 2 | Instance method | Public | Method | Add error message based for SYMSG structure | 20090805 | |
| 3 | Instance method | Public | Method | Add info message based for T100 data | 20090805 | |
| 4 | Instance method | Public | Method | Add info based for T100 data | 20090805 | |
| 5 | Instance method | Public | Method | Add info based for text sequence (max. 100 chars) | 20090806 |
Events
Class IF_SATC_RT_LOG_WRITER has no event.
Types
Class IF_SATC_RT_LOG_WRITER has no local type.
Method Signatures
Method ADD_ERROR_FROM_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Class Based Exception | 20090805 | |||
| 2 | I_LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_RT_LOG_CONSTANTS=>C_LOG_LEVEL-SPARSE | Level | 20090805 |
Method ADD_ERROR_FROM_EXCEPTION on class IF_SATC_RT_LOG_WRITER has no exception.
Method ADD_ERROR_FROM_SYMSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_RT_LOG_CONSTANTS=>C_LOG_LEVEL-SPARSE | Log Level | 20090805 | ||
| 2 | I_SYMSG | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20090805 |
Method ADD_ERROR_FROM_SYMSG on class IF_SATC_RT_LOG_WRITER has no exception.
Method ADD_ERROR_FROM_T100_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_RT_LOG_CONSTANTS=>C_LOG_LEVEL-SPARSE | Log Level | 20090805 | ||
| 2 | MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 'SATC_RUN_TIME' | Message Class | 20090805 | ||
| 3 | MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090805 | |||
| 4 | MSGV1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 5 | MSGV2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 6 | MSGV3 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 7 | MSGV4 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 |
Method ADD_ERROR_FROM_T100_MESSAGE on class IF_SATC_RT_LOG_WRITER has no exception.
Method ADD_INFO_FROM_T100_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_RT_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Trace Level | 20090805 | ||
| 2 | MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 'SATC_RUN_TIME' | Message Class | 20090805 | ||
| 3 | MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20090805 | |||
| 4 | MSGV1 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 5 | MSGV2 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 6 | MSGV3 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 | |||
| 7 | MSGV4 | Call by reference | Type reference (TYPE) | CSEQUENCE | Message Variable | 20090805 |
Method ADD_INFO_FROM_T100_MESSAGE on class IF_SATC_RT_LOG_WRITER has no exception.
Method ADD_INFO_FROM_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LEVEL | Call by reference | Type reference (TYPE) | INT1 | IF_SATC_RT_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Log Level | 20090806 | ||
| 2 | I_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Text Information (max. 100 Characters) | 20090806 |
Method ADD_INFO_FROM_TEXT on class IF_SATC_RT_LOG_WRITER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |