SAP ABAP Class CL_AMC_CHANNEL_MANAGER (ABAP Messaging Channel Manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAMC_RUNTIME (Package) AMC runtime package
⤷
⤷
Properties
| Class | CL_AMC_CHANNEL_MANAGER | |
| Short Description | ABAP Messaging Channel Manager | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SAMC_RUNTIME | AMC runtime package |
| Created | 20111122 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AMC_CHANNEL_MANAGER has no forward declaration.
Interfaces
Class CL_AMC_CHANNEL_MANAGER has no interface implemented.
Friends
Class CL_AMC_CHANNEL_MANAGER has no friend class.
Attributes
Class CL_AMC_CHANNEL_MANAGER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create message consumer | 20111122 | |
| 2 | Static method | Public | Method | Create message producer | 20111122 |
Events
Class CL_AMC_CHANNEL_MANAGER has no event.
Types
Class CL_AMC_CHANNEL_MANAGER has no local type.
Method Signatures
Method CREATE_MESSAGE_CONSUMER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION_ID | Call by reference | Type reference (TYPE) | AMC_APPLICATION_ID | ABAP Messaging Channel Application identifier | 20120924 | |||
| 2 | I_CHANNEL_EXTENSION_ID | Call by reference | Type reference (TYPE) | AMC_CHANNEL_EXTENSION_ID | Extension to the Channel Ids | 20120924 | |||
| 3 | I_CHANNEL_ID | Value transfer | Type reference (TYPE) | AMC_CHANNEL_ID | Identifier of the ABAP Messaging Channel | 20120924 | |||
| 4 | R_CONSUMER | Value transfer | Object reference (TYPE REF TO) | IF_AMC_MESSAGE_CONSUMER | 20120924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error handling class for ABAP Messaging Channels (AMC) | 20111122 |
Method CREATE_MESSAGE_PRODUCER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_APPLICATION_ID | Call by reference | Type reference (TYPE) | AMC_APPLICATION_ID | ABAP Messaging Channel Application identifier | 20120924 | |||
| 2 | I_CHANNEL_EXTENSION_ID | Call by reference | Type reference (TYPE) | AMC_CHANNEL_EXTENSION_ID | Extension to the Channel Ids | 20120924 | |||
| 3 | I_CHANNEL_ID | Value transfer | Type reference (TYPE) | AMC_CHANNEL_ID | Identifier of the ABAP Messaging Channel | 20120924 | |||
| 4 | R_PRODUCER | Value transfer | Object reference (TYPE REF TO) | IF_AMC_MESSAGE_PRODUCER | AMC interface for message producer | 20120924 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Error handling class for ABAP Messaging Channels (AMC) | 20111122 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 804 |