SAP ABAP Class CL_SATC_MD_FACTORY (Creates meta data objects)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_STDLIB_META_DATA_API (Package) INTERNAL: - *NO* REUSE - Meta data API
Properties
Class CL_SATC_MD_FACTORY  
Short Description Creates meta data objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_STDLIB_META_DATA_API   INTERNAL: - *NO* REUSE - Meta data API 
Created 20081121   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_SATC_MD_STEP Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SATC_MD_FACTORY has no interface implemented.
Friends
Class CL_SATC_MD_FACTORY has no friend class.
Attributes
Class CL_SATC_MD_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_CONDITION_STEP Instance method Public Method Creates step of kind 'Condition' 20081121
2 CREATE_MODULE_STEP Instance method Public Method Creates step of kind 'Module' 20081121
3 CREATE_PHASE Instance method Public Method Creates phase 20081121
4 CREATE_PROJECT Instance method Public Method Creates project 20081121
5 CREATE_PROJECT_EXTENSION Instance method Public Method Creates 'Project Extension' 20081208
6 CREATE_SEQUENCE_STEP Instance method Public Method Creates step of kind 'Sequence' 20081121
7 CREATE_STEP Instance method Public Method Creates step 20081121
Events
Class CL_SATC_MD_FACTORY has no event.
Types
Class CL_SATC_MD_FACTORY has no local type.
Method Signatures

Method CREATE_CONDITION_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_STEP_CONDITION Meta Data of Condition used as Step 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081121

Method CREATE_MODULE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_STEP_MODULE Meta Data of Module used as Step 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081121

Method CREATE_PHASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_PHASE Meta Data of a Phase 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20081121

Method CREATE_PROJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_PROJECT Meta Data of a Project 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT ABAP Test Cockpit: Meta Data Exception 20081121

Method CREATE_PROJECT_EXTENSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROJECT Call by reference Object reference (TYPE REF TO) IF_SATC_MD_PROJECT Project 20081208
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_PROJECT_EXT Project Extension 20081208
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081208

Method CREATE_SEQUENCE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_STEP_SEQUENCE Meta Data of Sequence used as Step 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081121

Method CREATE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP_KIND Call by reference Type reference (TYPE) IF_SATC_MD_STEP=>TY_D_STEP_KIND Step Kind (see C_STEP_KIND) 20081121
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_MD_STEP Meta Data of Step 20081121
# Exception Resumable Description Created on
1 CX_SATC_MD_ROOT Meta Data Exception 20081121
History
Last changed by/on SAP  20140121 
SAP Release Created in 720