SAP ABAP Class CL_AMC_DT_MANAGER (AMC design time manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-AC (Application Component) ABAP Channels
     SAMC_DESIGN_TIME (Package) AMC design time package
Properties
Class CL_AMC_DT_MANAGER  
Short Description AMC design time manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAMC_DESIGN_TIME   AMC design time package 
Created 20121005   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_AMC_DT_MANAGER has no interface implemented.
Friends
Class CL_AMC_DT_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_UNSUPPORTED_CHARACTERS Constant Public Type reference (TYPE) STRING ' !"%&''()*+,-./:;<=>?' Unsupüported characters in Channel id 20121112
2 M_APPLICATION_ID Instance attribute Private Type reference (TYPE) AMC_APPLICATION_ID ABAP Messaging Application identifier 20121005
3 M_CHANNEL Instance attribute Private Type reference (TYPE) AMC_CHANNEL_V ABAP Messaging Channel definition 20121005
4 M_CHANNEL_ID Instance attribute Private Type reference (TYPE) AMC_CHANNEL_ID Identifier of the ABAP Messaging Channel 20121005
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Public Method Factory method 20121005
2 GET_MESSAGE_TYPE Instance method Public Method Determine the type of the speicified message for the channel 20121005
3 IS_CHANNEL_ID_VALID Static method Public Method Is the Channel id a valid Id 20121113
Events
Class CL_AMC_DT_MANAGER has no event.
Types
Class CL_AMC_DT_MANAGER has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION_ID Value transfer Type reference (TYPE) AMC_APPLICATION_ID ABAP Messaging Application identifier 20121005
2 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) AMC_CHANNEL_ID Identifier of the ABAP Messaging Channel 20121005
3 Returning R_DT_INSTANCE Value transfer Object reference (TYPE REF TO) CL_AMC_DT_MANAGER AMC design time manager 20121005
# Exception Resumable Description Created on
1 CX_AMC_DT_ERROR Error handling class for ABAP Messaging Channels (AMC) DT 20121005

Method GET_MESSAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) AMC_MESSAGE_TYPE_ID Message type ID for for ABAP Messaging Channel Messages 20121005
# Exception Resumable Description Created on
1 CX_AMC_DT_ERROR Error handling class for ABAP Messaging Channels (AMC) DT 20121005

Method IS_CHANNEL_ID_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANNEL_ID Call by reference Type reference (TYPE) STRING 20121113
2 Returning R_VALID Value transfer Type reference (TYPE) ABAP_BOOL Is this a valid ID 20121113

Method IS_CHANNEL_ID_VALID on class CL_AMC_DT_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740