SAP ABAP Class CL_MAPPING_PARAM_UTIL (Header Parameter of Message Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD-MAP (Application Component) Mapping
     SAI_MAPPING (Package) Application Integration: Mapping
Properties
Class CL_MAPPING_PARAM_UTIL  
Short Description Header Parameter of Message Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_MAPPING   Application Integration: Mapping 
Created 20050111   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MAPPING_PARAM_UTIL has no forward declaration.
Interfaces
Class CL_MAPPING_PARAM_UTIL has no interface implemented.
Friends
Class CL_MAPPING_PARAM_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ACTION_COPY Constant Public Type reference (TYPE) MP3_ACTION 'C' Action 20070314
2 C_ACTION_REMOVE Constant Public Type reference (TYPE) MP3_ACTION 'R' Action 20070314
3 C_ACTION_SET Constant Public Type reference (TYPE) MP3_ACTION 'S' Action 20070314
4 C_DIRECTION_FAULT Constant Public Type reference (TYPE) I 2 20050111
5 C_DIRECTION_REQUEST Constant Public Type reference (TYPE) I 0 20050111
6 C_DIRECTION_RESPONSE Constant Public Type reference (TYPE) I 1 20050111
7 C_IFCOL_NAME Constant Public Type reference (TYPE) SXI_ACTION 'InterfaceCollection' XI: Interface Name 20050817
8 C_IFCOL_NS Constant Public Type reference (TYPE) SXI_ACTION_NS 'http://sap.com/xi/XI/System' XI: Interface Namespace 20050817
9 C_PARAM_DIRECTION Constant Private Type reference (TYPE) MPP_PARAMNAME 'Direction' Parameter Name 20050111
10 C_PARAM_IIFNAME Constant Private Type reference (TYPE) MPP_PARAMNAME 'ReceiverName' Parameter Name 20050111
11 C_PARAM_IIFNS Constant Private Type reference (TYPE) MPP_PARAMNAME 'ReceiverNamespace' Parameter Name 20050111
12 C_PARAM_MESSAGEID Constant Private Type reference (TYPE) MPP_PARAMNAME 'MessageID' Parameter Name 20050111
13 C_PARAM_OIFNAME Constant Private Type reference (TYPE) MPP_PARAMNAME 'SenderName' Parameter Name 20050111
14 C_PARAM_OIFNS Constant Private Type reference (TYPE) MPP_PARAMNAME 'SenderNamespace' Parameter Name 20050111
15 C_PARAM_QUEUEID Constant Private Type reference (TYPE) MPP_PARAMNAME 'QueueID' Parameter Name 20050111
16 C_PARAM_RECEIVER Constant Private Type reference (TYPE) MPP_PARAMNAME 'ReceiverSystem' Parameter Name 20050111
17 C_PARAM_RECEIVER_2 Constant Private Type reference (TYPE) MPP_PARAMNAME 'BusinessSystemReceiver' Parameter Name 20050111
18 C_PARAM_SENDER Constant Private Type reference (TYPE) MPP_PARAMNAME 'SenderSystem' Parameter Name 20050111
19 C_PARAM_SENDER_2 Constant Private Type reference (TYPE) MPP_PARAMNAME 'BusinessSystemSender' Parameter Name 20050111
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_ATTACHMENTS Static method Public Method Writes Changes to the Application Attachments 20070314
2 GET_ATTACHMENTS Static method Public Method Reads Application Attachments from Message Object 20070314
3 GET_DYNAMIC_HEADER Static method Public Method Reads Dynamic Header from Message Object 20050728
4 GET_PARAMETER_TABLE_FROM_MO Static method Public Method Reads Header Parameters from Message Object 20050111
5 LOG_DYNAMIC_HEADER Static method Public Method Writes Dynamic Header to Message Object 20050728
6 SET_DYNAMIC_HEADER Static method Public Method Writes Dynamic Header to Message Object 20050728
Events
Class CL_MAPPING_PARAM_UTIL has no event.
Types
Class CL_MAPPING_PARAM_UTIL has no local type.
Method Signatures

Method CHANGE_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTACHMENTS Call by reference Type reference (TYPE) MP3_ATTACHMENT_TAB Attachment-Tabelle 20070314
2 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE XI: internal message interface 20070314
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20070314

Method GET_ATTACHMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ATTACHMENTS Call by reference Type reference (TYPE) MP3_ATTACHMENT_TAB Attachment-Tabelle 20070314
2 Importing ATT_READ Call by reference Type reference (TYPE) SXI_BOOLEAN Boolescher Wert ('X' = true, SPACE = false) 20070314
3 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE XI: internal message interface 20070314
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20070314

Method GET_DYNAMIC_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20050728
2 Exporting RECORDS Call by reference Type reference (TYPE) MPP_DYNAMIC_TAB Dynamische Konfiguration 20050728
3 Importing TRACE Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20050728

Method GET_DYNAMIC_HEADER on class CL_MAPPING_PARAM_UTIL has no exception.

Method GET_PARAMETER_TABLE_FROM_MO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MO Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20050111
2 Exporting PARAMS Call by reference Type reference (TYPE) MPP_PARAM_TAB Tabelle von Mapping-Parametern 20050111

Method GET_PARAMETER_TABLE_FROM_MO on class CL_MAPPING_PARAM_UTIL has no exception.

Method LOG_DYNAMIC_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20050728
2 Importing RECORDS Call by reference Type reference (TYPE) MPP_DYNAMIC_TAB Dynamische Konfiguration 20050728
3 Importing TRACE Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20050728

Method LOG_DYNAMIC_HEADER on class CL_MAPPING_PARAM_UTIL has no exception.

Method SET_DYNAMIC_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20050728
2 Importing RECORDS Call by reference Type reference (TYPE) MPP_DYNAMIC_TAB Dynamische Konfiguration 20050728
3 Importing SKIP_LOGGING Call by reference Type reference (TYPE) SXI_BOOLEAN Boolescher Wert ('X' = true, SPACE = false) 20050728

Method SET_DYNAMIC_HEADER on class CL_MAPPING_PARAM_UTIL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710