SAP ABAP Class CL_AMC_MESSAGE_CONTEXT (ABAP Messaging Channels Context Information)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAMC_RUNTIME (Package) AMC runtime package
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_AMC_MESSAGE_CONTEXT | AMC Context Information (do not implement this interface) | 20111125 |
Properties
| Class | CL_AMC_MESSAGE_CONTEXT | |
| Short Description | ABAP Messaging Channels Context Information | |
| 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 | 20111125 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_AMC_MESSAGE_CONTEXT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_AMC_MESSAGE_CONTEXT | AMC Context Information (do not implement this interface) | 20111125 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_AMC_RUNTIME | 20130219 | ABAP Messaging Channel (AMC) runtime basis API |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | GT_CLIENT_CONTEXT | 20120917 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20120917 | ||
| 2 | Instance method | Public | Method | 20120917 | ||
| 3 | Instance method | Public | Method | 20120917 |
Events
Class CL_AMC_MESSAGE_CONTEXT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_CLIENT_CONTEXT | Public | See coding | 20120917 | BEGIN OF gt_client_context,
client TYPE symandt,
username TYPE syuname,
application_server_name TyPE msname2,
application_id TYPE amc_application_id,
channel_id TYPE amc_channel_id,
channel_extension_id TYPE amc_channel_extension_id,
message_epp TYPE amc_message_epp_attr,
END OF gt_client_context
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLIENT_CONTEXT | Call by reference | Type reference (TYPE) | GT_CLIENT_CONTEXT | Client ID of Current User | 20120917 |
Method CONSTRUCTOR on class CL_AMC_MESSAGE_CONTEXT has no exception.
Method GET_PRODUCER_CLIENT Signature
Method GET_PRODUCER_CLIENT on class CL_AMC_MESSAGE_CONTEXT has no parameter.
Method GET_PRODUCER_CLIENT on class CL_AMC_MESSAGE_CONTEXT has no exception.
Method GET_PRODUCER_USERNAME Signature
Method GET_PRODUCER_USERNAME on class CL_AMC_MESSAGE_CONTEXT has no parameter.
Method GET_PRODUCER_USERNAME on class CL_AMC_MESSAGE_CONTEXT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 804 |