SAP ABAP Interface IF_LIB_MSG_WRITER (interface for writing messages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Properties
| Interface | IF_LIB_MSG_WRITER | |
| Short Description | interface for writing messages |
General Data
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20111110 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_LIB_MSG_WRITER has no forward declaration.
Interfaces
Interface IF_LIB_MSG_WRITER has no interface.
Friends
Interface IF_LIB_MSG_WRITER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MC_MSG_ABORT | Constant | Public | Type reference (TYPE) | TV_STATUS | '1' | 20111110 | ||
| 2 | MC_MSG_ERROR | Constant | Public | Type reference (TYPE) | TV_STATUS | '1' | 20111110 | ||
| 3 | MC_MSG_INFO | Constant | Public | Type reference (TYPE) | TV_STATUS | '0' | 20111110 | ||
| 4 | MC_MSG_STATUS | Constant | Public | Type reference (TYPE) | TV_STATUS | '3' | 20111110 | ||
| 5 | MC_MSG_WARNING | Constant | Public | Type reference (TYPE) | TV_STATUS | '2' | 20111110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20111110 | ||
| 2 | Instance method | Public | Method | 20111110 | ||
| 3 | Instance method | Public | Method | 20111110 | ||
| 4 | Instance method | Public | Method | 20111110 | ||
| 5 | Instance method | Public | Method | 20111110 |
Events
Interface IF_LIB_MSG_WRITER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MSG | Public | See coding | 20111110 | begin of ts_msg,
typ type tv_status,
count type i,
msg type string,
ctxt type string,
oref type REF TO object,
dref type REF TO data,
end of ts_msg
|
||
| 2 | TV_STATUS | Public | See coding | 20111121 | tv_status(1) type n
|
Method Signatures
Method ADD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MSG | Call by reference | Type reference (TYPE) | TS_MSG | 20111110 |
Method ADD on Interface IF_LIB_MSG_WRITER has no exception.
Method CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONTEXT | Call by reference | Type reference (TYPE) | STRING | 20111110 | ||||
| 2 | IV_SCOPE | Call by reference | Type reference (TYPE) | DATA | 20111110 |
Method CONTEXT on Interface IF_LIB_MSG_WRITER has no exception.
Method END_CONTEXT Signature
Method END_CONTEXT on Interface IF_LIB_MSG_WRITER has no parameter.
Method END_CONTEXT on Interface IF_LIB_MSG_WRITER has no exception.
Method STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATUS | Call by reference | Type reference (TYPE) | STRING | 20111110 |
Method STATUS on Interface IF_LIB_MSG_WRITER has no exception.
Method WRITE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MSG | Call by reference | Type reference (TYPE) | STRING | 20111110 | ||||
| 2 | IV_RC | Call by reference | Type reference (TYPE) | I | 0 | 20111110 | |||
| 3 | IV_TYPE | Call by reference | Type reference (TYPE) | TV_STATUS | MC_MSG_INFO | 20111110 |
Method WRITE on Interface IF_LIB_MSG_WRITER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |