SAP ABAP Class CL_SMT_MESSAGE_PUBLISHER (Raise publish message events)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-SOA-SMT (Application Component) Service Mapping Tool
⤷
GMT_UTILITIES (Package) utility services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SMT_MESSAGE_PUBLISHER | Defines an event for publishing messages | 20080106 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SMT_WD_MESSAGE_PUBLISHER | Raises web dynpro messages | 20080106 |
Properties
| Class | CL_SMT_MESSAGE_PUBLISHER | |
| Short Description | Raise publish message events | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GMT_UTILITIES | utility services |
| Created | 20080106 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SMT_MESSAGE_PUBLISHER | Defines an event for publishing messages | 20080106 |
Friends
Class CL_SMT_MESSAGE_PUBLISHER 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_SMT_MESSAGE_PUBLISHER | Raise publish message events | 20080106 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20080215 | |
| 2 | Instance method | Protected | Method | Return the list of messages | 20080107 | |
| 3 | Static method | Public | Method | Return an instance of the class | 20080106 | |
| 4 | Instance method | Public | Method | Raise clear messages event | 20080106 | |
| 5 | Instance method | Public | Method | Raise publish messages event | 20080106 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | CLEAR_MESSAGES | Instance Event (0) |
Public (2) |
20080106 | |
| 2 | PUBLISH_MESSAGES | Instance Event (0) |
Public (2) |
20080106 |
Types
Class CL_SMT_MESSAGE_PUBLISHER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SMT_MESSAGE_PUBLISHER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMT_MESSAGE_PUBLISHER has no exception.
Method COLLECT_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | CL_SMT_PROTOCOL | 20080107 | ||||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | SMT_ERROR_TAB | 20080107 | ||||
| 3 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | CL_SMT_CONFIG_CONST=>GC_MSGID_DEFAULT | Message Class | 20080107 | ||
| 4 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20080107 | |||
| 5 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | CL_SMT_CONFIG_CONST=>GC_MSGTY_ERROR | Message Type | 20080107 | ||
| 6 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080107 | ||||
| 7 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080107 | ||||
| 8 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080107 | ||||
| 9 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080107 | ||||
| 10 | RTR_MESSAGE | Value transfer | Object reference (TYPE REF TO) | SMT_ERROR_TAB | 20080107 |
Method COLLECT_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_SMT_MESSAGE_PUBLISHER | Raise publish message events | 20080106 |
Method GET_INSTANCE on class CL_SMT_MESSAGE_PUBLISHER has no exception.
Method RAISE_CLEAR_MESSAGES Signature
Method RAISE_CLEAR_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no parameter.
Method RAISE_CLEAR_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no exception.
Method RAISE_PUBLISH_MESSAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROTOCOL | Call by reference | Object reference (TYPE REF TO) | CL_SMT_PROTOCOL | 20080107 | ||||
| 2 | IT_MESSAGE | Call by reference | Type reference (TYPE) | SMT_ERROR_TAB | 20080106 | ||||
| 3 | IV_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | CL_SMT_CONFIG_CONST=>GC_MSGID_DEFAULT | Message Class | 20080106 | ||
| 4 | IV_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20080106 | |||
| 5 | IV_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | CL_SMT_CONFIG_CONST=>GC_MSGTY_ERROR | Message Type | 20080106 | ||
| 6 | IV_MSGV1 | Call by reference | Type reference (TYPE) | ANY | 20080106 | ||||
| 7 | IV_MSGV2 | Call by reference | Type reference (TYPE) | ANY | 20080106 | ||||
| 8 | IV_MSGV3 | Call by reference | Type reference (TYPE) | ANY | 20080106 | ||||
| 9 | IV_MSGV4 | Call by reference | Type reference (TYPE) | ANY | 20080106 | ||||
| 10 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20080410 |
Method RAISE_PUBLISH_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no exception.
Event Signatures
Event CLEAR_MESSAGES Signature
Event CLEAR_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no parameter.
Event PUBLISH_MESSAGES Signature
Event PUBLISH_MESSAGES on class CL_SMT_MESSAGE_PUBLISHER has no parameter.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |