SAP ABAP Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR (Message collector (for deferred checks))
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-PLA (Application Component) Planning
⤷
RSPLS (Package) Planning: General Services
⤷
⤷
Properties
| Interface | IF_RSPLS_HDB_MESSAGE_COLLECTOR | |
| Short Description | Message collector (for deferred checks) |
General Data
| Package | RSPLS | Planning: General Services |
| Created | 20121023 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no interface.
Friends
Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no friend.
Attributes
Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add message | 20121107 | |
| 2 | Instance method | Public | Method | Nachricht im CR-Format hinzufügen | 20121211 | |
| 3 | Instance method | Public | Method | Tabelle von Nachrichten im CR-Format hinzufügen | 20121211 | |
| 4 | Instance method | Public | Method | Add message in PE format | 20121107 | |
| 5 | Instance method | Public | Method | Add table of messages in PE format | 20121107 | |
| 6 | Instance method | Public | Method | Add message from SY-variables | 20121107 | |
| 7 | Instance method | Public | Method | Add table of messages | 20121107 | |
| 8 | Instance method | Public | Method | Initialize collector | 20121107 | |
| 9 | Instance method | Public | Method | Transfer message to SY-variables | 20121107 | |
| 10 | Instance method | Public | Method | Get table of messages | 20121107 | |
| 11 | Instance method | Public | Method | Transform message | 20121107 |
Events
Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TN_S_MESSAGE | Public | See coding | 20121107 | begin of tn_s_message,
msgid type symsgid,
msgty type symsgty,
msgno type symsgno,
msgv1 type symsgv,
msgv2 type symsgv,
msgv3 type symsgv,
msgv4 type symsgv ,
end of tn_s_message
|
||
| 2 | TN_T_MESSAGE | Public | See coding | 20121107 | tn_t_message type standard table of tn_s_message
with non-unique default key
|
Method Signatures
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MESSAGE | Call by reference | Type reference (TYPE) | TN_S_MESSAGE | 20121107 |
Method ADD_MESSAGE on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_CR_MESG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MESG | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_S_MESG | 20121211 |
Method ADD_MESSAGE_CR_MESG on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_CR_MESG_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MESG | Call by reference | Type reference (TYPE) | IF_RSPLS_CR_TYPES=>TN_T_MESG | 20121211 |
Method ADD_MESSAGE_CR_MESG_TAB on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_PE_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_PE_MSG | Call by reference | Type reference (TYPE) | TREXS_PE_MSG | 20121107 |
Method ADD_MESSAGE_PE_MSG on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_PE_MSG_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_PE_MSG | Call by reference | Type reference (TYPE) | TREXT_PE_MSG | 20121107 |
Method ADD_MESSAGE_PE_MSG_TAB on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_SY_MSG Signature
Method ADD_MESSAGE_SY_MSG on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no parameter.
Method ADD_MESSAGE_SY_MSG on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method ADD_MESSAGE_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_T_MESSAGE | Call by reference | Type reference (TYPE) | TN_T_MESSAGE | 20121107 |
Method ADD_MESSAGE_TAB on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method CLEANUP_COLLECTOR Signature
Method CLEANUP_COLLECTOR on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no parameter.
Method CLEANUP_COLLECTOR on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method FILL_SY_MSG_VARS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_S_MESSAGE | Call by reference | Type reference (TYPE) | TN_S_MESSAGE | 20121107 |
Method FILL_SY_MSG_VARS on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method GET_MESSAGE_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MESSAGE | Call by reference | Type reference (TYPE) | TN_T_MESSAGE | 20121107 | ||||
| 2 | I_CLEANUP | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20121107 |
Method GET_MESSAGE_TAB on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
Method TRANSFORM_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | 20121107 | ||||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | 20121107 | ||||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | 20121107 | ||||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | SYMSGV | 20121107 | ||||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | SYMSGV | 20121107 | ||||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | SYMSGV | 20121107 | ||||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | SYMSGV | 20121107 | ||||
| 8 | R_S_MESSAGE | Value transfer | Type reference (TYPE) | TN_S_MESSAGE | 20121107 |
Method TRANSFORM_MESSAGE on Interface IF_RSPLS_HDB_MESSAGE_COLLECTOR has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |