SAP ABAP Class CL_APC_WS_SYSTEM_MESSAGES (ABAP Push Channel for system messages)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAPC_APPLICATION (Package) APC application package
⤷
⤷
Properties
| Class | CL_APC_WS_SYSTEM_MESSAGES | |
| Short Description | ABAP Push Channel for system messages | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAPC_APPLICATION | APC application package |
| Created | 20130625 | SAP |
| Last change | 20141121 | |
| 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) |
Interfaces
Class CL_APC_WS_SYSTEM_MESSAGES has no interface implemented.
Friends
Class CL_APC_WS_SYSTEM_MESSAGES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | AMC_APPLICATION_ID | 'SYSTEM_CHANNELS' | ABAP Messaging Application identifier | 20130625 | ||
| 2 | Constant | Private | Type reference (TYPE) | AMC_CHANNEL_ID | '/system_messages' | Identifier of the ABAP Messaging Channel | 20130625 | ||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_AC_MESSAGE_TYPE_PCP | ABAP Channels message type Push Channel Protocol (PCP) | 20130625 | |||
| 4 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_AMC_MESSAGE_PRODUCER_PCP | AMC producer for Push Channel Protocol (PCP) messages | 20130625 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Bind AMC channel to system messasge channel | 20130625 | |
| 2 | Static method | Public | Method | Send system message (SM02) information | 20130625 |
Events
Class CL_APC_WS_SYSTEM_MESSAGES has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_SYSTEM_MESSAGES | Public | See coding | 20130625 | BEGIN OF gtype_system_messages,
message1 TYPE emetext,
message2 TYPE emetext,
message3 TYPE emetext,
servername TYPE msname,
expiration_date TYPE emedatdel,
expiration_time TYPE emetimdel,
delete_date TYPE emedatrem,
delete_time TYPE emetimrem,
client TYPE symandt,
langu TYPE sylangu,
message_id TYPE emeid,
author_client TYPE syuname,
author_user_id TYPE syuname,
END OF gtype_system_messages
|
Method Signatures
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BINDING_MANAGER | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_BINDING_MANAGER | APC framework: Connection binding manager (do not implement) | 20130625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS system message exception class | 20130625 |
Method SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SYSTEM_MESSAGE | Call by reference | Type reference (TYPE) | GTYPE_SYSTEM_MESSAGES | 20130625 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC WS system message exception class | 20130625 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 740 |