SAP ABAP Class CL_WSD_MESSAGE_CENTER (Message center that holds various messages)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-MD-MM-CS (Application Component) Additional Material Functions
⤷
WSD_CS (Package) Generic functions for Enhanced Material Search
⤷
⤷
Properties
| Class | CL_WSD_MESSAGE_CENTER | |
| Short Description | Message center that holds various messages | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WSD_CS | Generic functions for Enhanced Material Search |
| Created | 20060731 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WSD_MESSAGE_CENTER has no forward declaration.
Interfaces
Class CL_WSD_MESSAGE_CENTER has no interface implemented.
Friends
Class CL_WSD_MESSAGE_CENTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WSD_MESSAGE_CENTER | Message center that holds various messages | 20060731 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | WSD_EXCEPTION_TTY | Internal table for excpetions | 20061214 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | WSD_MESSAGE_TTY | Internal table for WSD exception text | 20061214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add an exception to the message center | 20060731 | |
| 2 | Instance method | Public | Method | Add a list of exceptions to the message center | 20060731 | |
| 3 | Instance method | Public | Method | Add a message to the message center | 20060731 | |
| 4 | Instance method | Public | Method | Add a list of messages to the messag center | 20060731 | |
| 5 | Instance method | Public | Method | Clear the message center | 20060731 | |
| 6 | Instance method | Private | Constructor | 20060731 | ||
| 7 | Static method | Public | Method | Get the instance of the message center | 20060731 |
Events
Class CL_WSD_MESSAGE_CENTER has no event.
Types
Class CL_WSD_MESSAGE_CENTER has no local type.
Method Signatures
Method ADD_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20060731 |
Method ADD_EXCEPTION on class CL_WSD_MESSAGE_CENTER has no exception.
Method ADD_EXCEPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXCEPTIONS | Call by reference | Type reference (TYPE) | WSD_EXCEPTION_TTY | Internal table for excpetions | 20060731 |
Method ADD_EXCEPTIONS on class CL_WSD_MESSAGE_CENTER has no exception.
Method ADD_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MESSAGE | Call by reference | Type reference (TYPE) | WSD_MESSAGE_STY | Structure for WSD exception messages | 20060731 |
Method ADD_MESSAGE on class CL_WSD_MESSAGE_CENTER has no exception.
Method ADD_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_MESSAGES | Call by reference | Type reference (TYPE) | WSD_MESSAGE_TTY | Internal table for WSD exception text | 20060731 |
Method ADD_MESSAGES on class CL_WSD_MESSAGE_CENTER has no exception.
Method CLEAR_DATA Signature
Method CLEAR_DATA on class CL_WSD_MESSAGE_CENTER has no parameter.
Method CLEAR_DATA on class CL_WSD_MESSAGE_CENTER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_WSD_MESSAGE_CENTER has no parameter.
Method CONSTRUCTOR on class CL_WSD_MESSAGE_CENTER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WSD_MESSAGE_CENTER | Message center that holds various messages | 20060731 |
Method GET_INSTANCE on class CL_WSD_MESSAGE_CENTER has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 700 |