SAP ABAP Class CL_MAPPING_PARAMETRIZATION (Parameterization)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IBD-MAP (Application Component) Mapping
     SAI_MAPPING (Package) Application Integration: Mapping
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_MAPPING_PARAMETRIZATION_U Parameterization 20050314
Properties
Class CL_MAPPING_PARAMETRIZATION  
Short Description Parameterization    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAI_MAPPING   Application Integration: Mapping 
Created 20041217   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MAPPING_PARAMETRIZATION has no forward declaration.
Interfaces
Class CL_MAPPING_PARAMETRIZATION has no interface implemented.
Friends
Class CL_MAPPING_PARAMETRIZATION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CAT_CHANNEL Constant Public Type reference (TYPE) MP3_PARAMETER_CATEGORY 'DCOMCHAN' Category 20050215
2 C_CAT_SIMPLE Constant Public Type reference (TYPE) MP3_PARAMETER_CATEGORY 'DXSDSIMP' Category 20050215
3 C_SWFXST_INTEGER Constant Private Type reference (TYPE) STRING 'SWFXST_INTEGER' 20050405
4 C_SWFXST_STRING Constant Private Type reference (TYPE) STRING 'SWFXST_STRING' 20050405
5 C_TYP_DATE Constant Protected Type reference (TYPE) MP3_PARAMETER_TYPE 'xsd:date' Parameter Type 20050215
6 C_TYP_INTEGER Constant Public Type reference (TYPE) MP3_PARAMETER_TYPE 'xsd:integer' Parameter Type 20050215
7 C_TYP_STRING Constant Public Type reference (TYPE) MP3_PARAMETER_TYPE 'xsd:string' Parameter Type 20050215
8 C_TYP_TIME Constant Protected Type reference (TYPE) MP3_PARAMETER_TYPE 'xsd:time' Parameter Type 20050215
9 IMAP_PROPCONT Instance attribute Private Type reference (TYPE) TY_PROPCONT Binding for IF Determination and Container for IF Mapping 20050215
10 PARAMETRIZATION Instance attribute Protected Type reference (TYPE) MP3_PARAMETRIZATION Parameter settings 20050307
11 PARAMETRIZATION_OUT Instance attribute Private Type reference (TYPE) MP3_PARAMETRIZATION Parameter settings 20070830
12 SKIP_PARAMETRIZATION Instance attribute Private Type reference (TYPE) C SPACE 20050215
13 STEP_PROPCONTS Instance attribute Private Type reference (TYPE) TY_PROPCONTS Binding of Interface Mapping and Container of Mapping Step 20041217
14 TO Instance attribute Protected Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20050216
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_STEP_IDS Instance method Public Method Set IDs for Binding and Container of a Step 20050217
2 CALCULATE_PARAMETER Instance method Private Method Calculates Entry in Table 'PARAMETRIZATION' 20050413
3 CALCULATE_PARAMETER_VALUE Instance method Private Method Calculates Entry in Table 'PARAMETRIZATION' 20050413
4 CALCULATE_PARAMETRIZATION Instance method Private Method Calculates 'PARAMETRIZATION' Using 'STEP_PROPCONTS' 20050308
5 EVALUATE Instance method Public Method 20041217
6 EVALUATE_MULTI_INPUT Instance method Public Method 20050216
7 EVALUATE_MULTI_OUTPUT Instance method Public Method Sets Value of Output Parameter in IMap Container 20050216
8 GET_PARAMETRIZATION_OF_STEPS Instance method Public Method 20050307
9 INTEGER_TO_STRING Static method Protected Method 20050331
10 SET_IDET_PROP_ID Instance method Public Method Set ID of Binding Between IF Determination and Mapping 20041217
11 SET_IMAP_CONT Instance method Public Method Sets IMap Container (For Multi-Mapping) 20050216
12 SET_IMAP_CONT_ID Instance method Public Method Set ID of Container 20041217
13 SET_PARAMETRIZATION_OF_STEP Instance method Public Method 20050412
14 SET_TRACE Instance method Public Method 20050216
15 STRING_TO_INTEGER Static method Public Method 20050413
Events
Class CL_MAPPING_PARAMETRIZATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_PROPCONT Private See coding 20041217 begin of TY_PROPCONT, prop_id type saixi_guid, prop type ref to cl_swf_xi_property, cont_id type saixi_guid, cont type ref to if_swf_ifs_parameter_container, end of TY_PROPCONT
2 TY_PROPCONTS Private See coding 20041217 TY_PROPCONTS type standard table of ty_propcont
Method Signatures

Method APPEND_STEP_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONT_ID Call by reference Type reference (TYPE) SAIXI_GUID ID des Containers eines Mapping-Schritts 20050217
2 Importing PROP_ID Call by reference Type reference (TYPE) SAIXI_GUID ID des Bindings eines Mapping-Schritts 20050217

Method APPEND_STEP_IDS on class CL_MAPPING_PARAMETRIZATION has no exception.

Method CALCULATE_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container zur Übergabe von Parametern 20050413
2 Importing P_INDEX Call by reference Type reference (TYPE) I 20050413
3 Importing P_ISINPUT Call by reference Type reference (TYPE) SXI_BOOLEAN Boolescher Wert ('X' = true, SPACE = false) 20050413
4 Importing P_ISOUTPUT Call by reference Type reference (TYPE) SXI_BOOLEAN Boolescher Wert ('X' = true, SPACE = false) 20050413
5 Importing P_NAME Call by reference Type reference (TYPE) SWFDNAME Elementname (32 Zeichen, eindeutig, nicht sprachabhängig) 20050413
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050413

Method CALCULATE_PARAMETER_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONTAINER Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container zur Übergabe von Parametern 20050413
2 Importing P_NAME Call by reference Type reference (TYPE) SWFDNAME Elementname (32 Zeichen, eindeutig, nicht sprachabhängig) 20050413
3 Changing P_PARAMETER Call by reference Type reference (TYPE) MP3_PARAMETER Parameter 20050413
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050413

Method CALCULATE_PARAMETRIZATION Signature

Method CALCULATE_PARAMETRIZATION on class CL_MAPPING_PARAMETRIZATION has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050308

Method EVALUATE Signature

Method EVALUATE on class CL_MAPPING_PARAMETRIZATION has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050216

Method EVALUATE_MULTI_INPUT Signature

Method EVALUATE_MULTI_INPUT on class CL_MAPPING_PARAMETRIZATION has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050308

Method EVALUATE_MULTI_OUTPUT Signature

Method EVALUATE_MULTI_OUTPUT on class CL_MAPPING_PARAMETRIZATION has no parameter.
# Exception Resumable Description Created on
1 CX_XMS_SYSTEM_ERROR XI: Systemfehler 20050412

Method GET_PARAMETRIZATION_OF_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_BEGIN_INDEX Call by reference Type reference (TYPE) I Index des ersten Schritts 20050307
2 Importing P_END_INDEX Call by reference Type reference (TYPE) I Index des letzten Schrittes plus eins 20050307
3 Returning P_PARAMETRIZATION Value transfer Type reference (TYPE) MP3_PARAMETRIZATION Parametrisierung 20050307

Method GET_PARAMETRIZATION_OF_STEPS on class CL_MAPPING_PARAMETRIZATION has no exception.

Method INTEGER_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INTEGER Call by reference Type reference (TYPE) I 20050331
2 Returning P_STRING Value transfer Type reference (TYPE) STRING 20050331

Method INTEGER_TO_STRING on class CL_MAPPING_PARAMETRIZATION has no exception.

Method SET_IDET_PROP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROP_ID Call by reference Type reference (TYPE) SAIXI_GUID XI Laufzeit: GUID 20041217

Method SET_IDET_PROP_ID on class CL_MAPPING_PARAMETRIZATION has no exception.

Method SET_IMAP_CONT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IMAP_CONT Call by reference Object reference (TYPE REF TO) IF_SWF_IFS_PARAMETER_CONTAINER Container des Interface-Mappings 20050308

Method SET_IMAP_CONT on class CL_MAPPING_PARAMETRIZATION has no exception.

Method SET_IMAP_CONT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONT_ID Call by reference Type reference (TYPE) SAIXI_GUID XI Laufzeit: GUID 20041217

Method SET_IMAP_CONT_ID on class CL_MAPPING_PARAMETRIZATION has no exception.

Method SET_PARAMETRIZATION_OF_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INDEX Call by reference Type reference (TYPE) I Nummer des Mapping-Schritts 20050412
2 Importing P_PARAMETRIZATION Call by reference Type reference (TYPE) MP3_PARAMETRIZATION Parametrisierung 20050412

Method SET_PARAMETRIZATION_OF_STEP on class CL_MAPPING_PARAMETRIZATION has no exception.

Method SET_TRACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TO Call by reference Object reference (TYPE REF TO) IF_XMS_TRACE XMS: Trace 20050216

Method SET_TRACE on class CL_MAPPING_PARAMETRIZATION has no exception.

Method STRING_TO_INTEGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_INTEGER Value transfer Type reference (TYPE) I 20050413
2 Importing P_STRING Call by reference Type reference (TYPE) STRING 20050413

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