SAP ABAP Class CL_SMT_ENGINE_FACTORY (Factory for SMT Engine instanciation)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-SOA-SMT (Application Component) Service Mapping Tool
     GMT_MODEL (Package) Model Access for External Users
Properties
Class CL_SMT_ENGINE_FACTORY  
Short Description Factory for SMT Engine instanciation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMT_MODEL   Model Access for External Users 
Created 20100820   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SMT_ENGINE_FACTORY has no forward declaration.
Interfaces
Class CL_SMT_ENGINE_FACTORY has no interface implemented.
Friends
Class CL_SMT_ENGINE_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_MAPPING_ENGINE Instance attribute Private Type reference (TYPE) TTS_MAPPING_ENGINE 20100820
Methods
# Method Level Visibility Method type Description Created on
1 GET_ENGINE Instance method Public Method Return requested mapping engine 20100820
2 REFRESH Instance method Public Method Refresh internal memory 20100820
Events
Class CL_SMT_ENGINE_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTS_MAPPING_ENGINE Private See coding 20100820 tts_mapping_engine TYPE SORTED TABLE OF ty_mapping_engine WITH UNIQUE KEY mapping mapping_step
2 TY_MAPPING_ENGINE Private See coding 20100820 BEGIN OF ty_mapping_engine, mapping TYPE smt_map, mapping_step TYPE smt_mapping_step, engine TYPE REF TO cl_smt_engine, END OF ty_mapping_engine
Method Signatures

Method GET_ENGINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PROTOCOL Call by reference Object reference (TYPE REF TO) CL_SMT_PROTOCOL Log 20100820
2 Importing I_EXTENDED_XML_HANDLING Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100820
3 Importing I_MAPPING Call by reference Type reference (TYPE) SMT_MAP Mapping 20100820
4 Importing I_MAPPING_STEP Call by reference Type reference (TYPE) SMT_MAPPING_STEP Mapping Step 20100820
5 Importing I_PREFETCH Call by reference Type reference (TYPE) SMT_BOOLEAN Boolean value 20100820
6 Returning RO_ENGINE Value transfer Object reference (TYPE REF TO) CL_SMT_ENGINE Transformation Engine 20100820
# Exception Resumable Description Created on
1 CX_SMT_ERROR Error 20100820

Method REFRESH Signature

Method REFRESH on class CL_SMT_ENGINE_FACTORY has no parameter.
Method REFRESH on class CL_SMT_ENGINE_FACTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703