SAP ABAP Class CL_SIM_UTILS (Internal utils for simulation tool)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBC (Application Component) Integration Builder - Configuration
     SAI_SIMULATION (Package) Simulation in Directory
Properties
Class CL_SIM_UTILS  
Short Description Internal utils for simulation tool    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_SIMULATION   Simulation in Directory 
Created 20040901   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SIM_UTILS has no forward declaration.
Interfaces
Class CL_SIM_UTILS has no interface implemented.
Friends
Class CL_SIM_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 IA_XMS_MAIN Instance attribute Protected Object reference (TYPE REF TO) CL_XMS_MAIN XMS: Main Class of Integration Engine Runtime 20040901
2 SA_SINGLETON Static Attribute Private Object reference (TYPE REF TO) CL_SIM_UTILS Utils for simulation 20040901
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040901
2 CREATE_INTERNAL_MESSAGE Instance method Public Method creates an internal XMB message 20040901
3 CREATE_XIMESSAGE Instance method Public Method Converts xmb message to xi_message 20040902
4 CREATE_XIMESSAGES Instance method Public Method 20060704
5 CREATE_XIMESSAGE_CONTAINER Instance method Public Method 20060704
6 CREATE_XIPAYLOAD_FROM_XML Instance method Public Method Deserialize XI message payload from xml 20041001
7 GET_INSTANCE Static method Public Method Singleton factory method 20040901
8 SERIALIZE_MESSAGE Instance method Public Method Serializes xmb message 20040901
Events
Class CL_SIM_UTILS has no event.
Types
Class CL_SIM_UTILS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SIM_UTILS has no parameter.
Method CONSTRUCTOR on class CL_SIM_UTILS has no exception.

Method CREATE_INTERNAL_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_XIMESSAGE Call by reference Type reference (TYPE) SSIM_XIMESSAGE address header of the xi message 20040901
2 Returning RE_MESSAGE Value transfer Object reference (TYPE REF TO) IF_XMS_MESSAGE XI: internal message interface 20040901
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20040901

Method CREATE_XIMESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB XI: internal message interface 20040902
2 Returning RE_XIMESSAGE Value transfer Type reference (TYPE) SSIM_XIMESSAGE Xi message 20040902

Method CREATE_XIMESSAGE on class CL_SIM_UTILS has no exception.

Method CREATE_XIMESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20060704
2 Returning RE_XIMESSAGES Value transfer Type reference (TYPE) TSIM_XIMESSAGE Xi message 20060704

Method CREATE_XIMESSAGES on class CL_SIM_UTILS has no exception.

Method CREATE_XIMESSAGE_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE_XMB higher level message interface 20060704
2 Returning RE_CONTAINER Value transfer Type reference (TYPE) SSIM_XIMESSAGE_CONTAINER container for SSIM_XIMESSAGe 20060704

Method CREATE_XIMESSAGE_CONTAINER on class CL_SIM_UTILS has no exception.

Method CREATE_XIPAYLOAD_FROM_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_XML_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20041001
2 Returning RE_PAYLOAD Value transfer Type reference (TYPE) SSIM_PAYLOAD message payload 20041001

Method CREATE_XIPAYLOAD_FROM_XML on class CL_SIM_UTILS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_INSTANCE Value transfer Object reference (TYPE REF TO) CL_SIM_UTILS Utils for simulation 20040901

Method GET_INSTANCE on class CL_SIM_UTILS has no exception.

Method SERIALIZE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_EXTERNAL Call by reference Type reference (TYPE) SXMSFLAG '1' XMS: Flag (true/false) 20040901
2 Importing IM_MESSAGE Call by reference Object reference (TYPE REF TO) IF_XMS_MESSAGE higher level message interface 20040901
3 Returning RE_MESSAGE_MP Value transfer Type reference (TYPE) XSTRING 20040901
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20040901
History
Last changed by/on SAP  20110908 
SAP Release Created in 700