SAP ABAP Data Element AMC_CHANNEL_ID (Identifier of the ABAP Messaging Channel)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-AC (Application Component) ABAP Channels
     SAMC_DESIGN_TIME (Package) AMC design time package
Basic Data
Data Element AMC_CHANNEL_ID
Short Description Identifier of the ABAP Messaging Channel  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AMC_CHANNEL_ID    
Data Type SSTR   Short Character String of Variable Length 
Length 140    
Decimal Places 0    
Output Length 0    
Value Table      
Further Characteristics
Search Help: Name AMC_F4_HELP_CHANNEL_ID    
Search Help: Parameters CHANNEL_ID   
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Ch-ID 
Medium 20 Channel ID 
Long 35 AMC Channel ID 
Heading 45 ABAP Messaging Channel ID 
Documentation

Definition

AMC Channel ID is used for exchanging messages between producer and consumer entities.

Use

Each Channel has following attributes:

  • Message Type ID: Each Channel is strongly typed, e.g. TEXT, BINARY or PCP (Push Channel Protocol). Messages of the spcified Message Type ID can be exchanged on the Channel.
  • (Activity) Scope: Each Channel has certain activity scope. Depending on the maintained scope, i.e. System, Client, User, the messages transffered on the Channel do not leave their scope area. E.g. a message send on a Channel with Client as scope will be received only from those consumers residing on the same client.

Dependencies

Example

History
Last changed by/on SAP  20130604 
SAP Release Created in 804