SAP ABAP Interface IF_SATC_LOG_WRITER (Log writer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_STDLIB_RUN_TIME_API (Package) INTERNAL: - *NO* REUSE - project execution, interfaces

⤷

⤷

Properties
Interface | IF_SATC_LOG_WRITER | |
Short Description | Log writer |
General Data
Package | SATC_STDLIB_RUN_TIME_API | INTERNAL: - *NO* REUSE - project execution, interfaces |
Created | 20090805 | SAP |
Last changed | 20140121 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_SATC_LOG_CONSTANTS | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_SATC_LOG_WRITER has no interface.
Friends
Interface IF_SATC_LOG_WRITER has no friend.
Attributes
Interface IF_SATC_LOG_WRITER has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add error message based on exception object | 20090805 |
2 | ![]() |
Instance method | Public | Method | Add error by SYMSG structure | 20090805 |
3 | ![]() |
Instance method | Public | Method | Add info by SYMSG structure | 20090805 |
4 | ![]() |
Instance method | Public | Method | Add info by T100 message | 20090805 |
5 | ![]() |
Instance method | Public | Method | Add info by given text (max. 100 characters) | 20090807 |
6 | ![]() |
Instance method | Public | Method | Sets a text tag used for ADD_XX() methods (max. 30 chars) | 20090816 |
Events
Interface IF_SATC_LOG_WRITER has no event.
Types
Interface IF_SATC_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_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Level | 20090805 |
Method ADD_ERROR_FROM_EXCEPTION on Interface IF_SATC_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_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Log Level | 20090805 | |
2 | ![]() |
I_SYMSG | Call by reference | Type reference (TYPE) | SYMSG | Structure of message variables | 20090805 |
Method ADD_ERROR_FROM_SYMSG on Interface IF_SATC_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_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Log Level | 20090805 | |
2 | ![]() |
MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 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 Interface IF_SATC_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_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Log level | 20090805 | |
2 | ![]() |
MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 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 Interface IF_SATC_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_LOG_CONSTANTS=>C_LOG_LEVEL-CONCISE | Log level | 20090807 | |
2 | ![]() |
I_TEXT | Call by reference | Type reference (TYPE) | CSEQUENCE | Text up to 100 characters | 20090807 |
Method ADD_INFO_FROM_TEXT on Interface IF_SATC_LOG_WRITER has no exception.
Method SET_TOPIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TOPIC | Call by reference | Type reference (TYPE) | CSEQUENCE | Text tag - max. 30 characters | 20090816 |
Method SET_TOPIC on Interface IF_SATC_LOG_WRITER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 800 |