SAP ABAP Class CL_FIT_FACTORY (Creates all objects for the check framework)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-CCF (Application Component) Configuration Check Framework
     FIT_CHECK_FRW_RT (Package) Check Framework Runtime
Properties
Class CL_FIT_FACTORY  
Short Description Creates all objects for the check framework    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package FIT_CHECK_FRW_RT   Check Framework Runtime 
Created 20091210   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FIT_FACTORY has no forward declaration.
Interfaces
Class CL_FIT_FACTORY has no interface implemented.
Friends
Class CL_FIT_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CHECK_RUN Static Attribute Private Object reference (TYPE REF TO) CL_FIT_CHECK_RUN FIT Check Framework 20100816
Methods
# Method Level Visibility Method type Description Created on
1 EXECUTE_CHECK_UNIT Static method Public Method 20100420
2 EXECUTE_CHECK_UNIT_PARAMS Static method Public Method 20100420
3 GET_CHECK_RUN Static method Public Method Implemented as a Singelton 20100210
Events
Class CL_FIT_FACTORY has no event.
Types
Class CL_FIT_FACTORY has no local type.
Method Signatures

Method EXECUTE_CHECK_UNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_HANDL Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100420
2 Exporting E_RETCODE Call by reference Type reference (TYPE) FIT_CHECK_RETCODE return code of the check 20100420
3 Importing I_CHECK_UNIT Call by reference Type reference (TYPE) FIT_CHECK_UNIT Identifier of a Check Unit 20100420
4 Importing I_PARAM_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20100420
5 Importing I_PARAM_VALUE Call by reference Type reference (TYPE) ANY Simple Input Parameter for Check Unit 20100420
# Exception Resumable Description Created on
1 DOES_NOT_EXIST Check Unit does not exist 20100420

Method EXECUTE_CHECK_UNIT_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LOG_HANDL Call by reference Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20100420
2 Exporting E_RETCODE Call by reference Type reference (TYPE) FIT_CHECK_RETCODE return code of the check 20100420
3 Importing I_CHECK_PARAMETERS Call by reference Type reference (TYPE) RSDS_FRANGE_T Table with Check Parameters 20100420
4 Importing I_CHECK_UNIT Call by reference Type reference (TYPE) FIT_CHECK_UNIT Identifier of a Check Unit 20100420
# Exception Resumable Description Created on
1 DOES_NOT_EXIST Check Unit does not exist 20100420

Method GET_CHECK_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_RUN Value transfer Object reference (TYPE REF TO) IF_FIT_CHECK_RUN Executing of checks 20100210
2 Importing I_EXT_RUN_ID Call by reference Type reference (TYPE) FIT_DESCR_CHECK_RUN External Run ID 20100308

Method GET_CHECK_RUN on class CL_FIT_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in