SAP ABAP Class CL_RSO_MSG (Container for Messages)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSO_TLOGO (Package) BI TLOGO Framework
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSO_APPLICATION_LOG_CONST | BW Repository: Interface & Constants for Application Log | 20000413 |
Properties
| Class | CL_RSO_MSG | |
| Short Description | Container for Messages | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSO_TLOGO | BI TLOGO Framework |
| Created | 20000413 | SAP |
| Last change | 20130531 | 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) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSO_APPLICATION_LOG_CONST | BW Repository: Interface & Constants for Application Log | 20000413 |
Friends
Class CL_RSO_MSG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20000413 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20000413 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20000413 | |||||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20000413 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20000413 | |||||
| 6 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Messages are written to a temporary container | 20001109 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20000413 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | RS_T_MSG | Temporary Messages (Application Log) | 20001109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Insert Several Messages | 20001114 | |
| 2 | Instance method | Public | Method | Adds Message Handler Messages | 20030606 | |
| 3 | Instance method | Public | Method | Insert Message (SY Fields) | 20000413 | |
| 4 | Static method | Public | Method | Add instance message if it exists - otherwise -> AL | 20000823 | |
| 5 | Instance method | Public | Method | Add Message and Temp. Message - Only if Temp. Message Exists | 20001109 | |
| 6 | Instance method | Public | Method | Create Text | 20000428 | |
| 7 | Instance method | Public | Method | Add Text and Temp. Message - Only if Temp. Message Exists | 20001109 | |
| 8 | Instance method | Public | Method | Insert Messages in the Application Log | 20000413 | |
| 9 | Instance method | Public | Method | Insert Idocstate Table | 20000413 | |
| 10 | Instance method | Public | Method | Add Container Message | 20001102 | |
| 11 | Instance method | Public | Constructor | Constructor | 20000413 | |
| 12 | Instance method | Public | Method | Read All Messages | 20000428 | |
| 13 | Instance method | Public | Method | Gets Number of Messages | 20010117 | |
| 14 | Instance method | Public | Method | Messages Exist | 20000413 | |
| 15 | Instance method | Public | Method | Removes Messages | 20061127 | |
| 16 | Instance method | Public | Method | Removes Messages by Type | 20010102 | |
| 17 | Instance method | Public | Method | No longer collect messages in the temporary container | 20001109 | |
| 18 | Instance method | Public | Method | Sets Message Type in All Messages | 20001123 | |
| 19 | Instance method | Public | Method | Sets Problem Class in All Messages | 20001123 | |
| 20 | Instance method | Public | Method | Collects Messages in a Temporary Container | 20001109 |
Events
Class CL_RSO_MSG has no event.
Types
Class CL_RSO_MSG has no local type.
Method Signatures
Method ADD_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | = Initial: Take Level from I_T_MSG | 20001114 | |||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | PROBCLASS_NONE | Application log: Message Problem Class | 20001114 | ||
| 3 | I_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20001114 |
Method ADD_MESSAGES on class CL_RSO_MSG has no exception.
Method ADD_MESSAGE_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '3' | Anwendungs-Log: Detaillierungsgrad | 20030606 |
Method ADD_MESSAGE_HANDLER on class CL_RSO_MSG has no exception.
Method ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '3' | Application Log: Level of Detail | 20000413 | ||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | PROBCLASS_NONE | Application log: Message Problem Class | 20000413 |
Method ADD_MSG on class CL_RSO_MSG has no exception.
Method ADD_MSG_IF_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '3' | Application Log: Level of Detail | 20000823 | ||
| 2 | I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSO_MSG | Log Container | 20000823 |
Method ADD_MSG_IF_EXISTS on class CL_RSO_MSG has no exception.
Method ADD_MSG_WITH_SUSP_IF_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '3' | Application Log: Level of Detail | 20001109 | ||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | PROBCLASS_NONE | Application log: Message problem class | 20001109 |
Method ADD_MSG_WITH_SUSP_IF_EXIST on class CL_RSO_MSG has no exception.
Method ADD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '3' | Application Log: Level of Detail | 20000428 | ||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | PROBCLASS_NONE | Application log: Message problem class | 20000428 | ||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | C | Text | 20000428 |
Method ADD_TEXT on class CL_RSO_MSG has no exception.
Method ADD_TEXT_WITH_SUSP_IF_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BAL_S_MSG-DETLEVEL | '3' | Application Log: Level of Detail | 20001109 | ||
| 2 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BAL_S_MSG-PROBCLASS | PROBCLASS_NONE | Application log: Message problem class | 20001109 | ||
| 3 | I_TEXT | Call by reference | Type reference (TYPE) | C | Text | 20001109 |
Method ADD_TEXT_WITH_SUSP_IF_EXIST on class CL_RSO_MSG has no exception.
Method ADD_TO_APPL_LOG Signature
Method ADD_TO_APPL_LOG on class CL_RSO_MSG has no parameter.
Method ADD_TO_APPL_LOG on class CL_RSO_MSG has no exception.
Method ADD_T_IDOCSTATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Return Value, Return Value After ABAP Statements | 20000413 | |||
| 2 | I_DETLEVEL | Call by reference | Type reference (TYPE) | BALLEVEL | '3' | Application Log: Level of Detail | 20000413 | ||
| 3 | I_T_IDOCSTATE | Call by reference | Type reference (TYPE) | RSARR_T_IDOCSTATE | Log | 20000413 |
Method ADD_T_IDOCSTATE on class CL_RSO_MSG has no exception.
Method APPEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSO_MSG | Messages to Append | 20001102 |
Method APPEND on class CL_RSO_MSG has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSO_MSG has no parameter.
Method CONSTRUCTOR on class CL_RSO_MSG has no exception.
Method GET_ALL_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20000428 |
Method GET_ALL_MSG on class CL_RSO_MSG has no exception.
Method GET_CNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_CNT | Value transfer | Type reference (TYPE) | I | 20010117 |
Method GET_CNT on class CL_RSO_MSG has no exception.
Method IS_FILLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_IS_FILLED | Value transfer | Type reference (TYPE) | RS_BOOL | = 'X' Messages Exist | 20000413 |
Method IS_FILLED on class CL_RSO_MSG has no exception.
Method REMOVE_MESSAGES Signature
Method REMOVE_MESSAGES on class CL_RSO_MSG has no parameter.
Method REMOVE_MESSAGES on class CL_RSO_MSG has no exception.
Method REMOVE_MESSAGES_BY_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Messages, Message Type | 20010102 |
Method REMOVE_MESSAGES_BY_TYPE on class CL_RSO_MSG has no exception.
Method RESUME Signature
Method RESUME on class CL_RSO_MSG has no parameter.
Method RESUME on class CL_RSO_MSG has no exception.
Method SET_MSGTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | Message Type | 20001123 |
Method SET_MSGTY on class CL_RSO_MSG has no exception.
Method SET_PROBCLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PROBCLASS | Call by reference | Type reference (TYPE) | BALPROBCL | Problem class | 20001123 |
Method SET_PROBCLASS on class CL_RSO_MSG has no exception.
Method SUSPEND Signature
Method SUSPEND on class CL_RSO_MSG has no parameter.
Method SUSPEND on class CL_RSO_MSG has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 20B |