SAP ABAP Class CL_DMC_F_METHOD_PARAM_FACTORY (CL_DMC_F_METHOD_PARAM_FACTORY)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-DMC (Application Component) Data Conversion
     S_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_CODE_STORE Manages coding (of rules), basis class for OO_METHOD, etc. 20000229
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DMC_OO_METHOD OO Method as Implementation of a Mapping Rule 20000229
Properties
Class CL_DMC_F_METHOD_PARAM_FACTORY  
Short Description CL_DMC_F_METHOD_PARAM_FACTORY    
Super Class CL_DMC_CODE_STORE Manages coding (of rules), basis class for OO_METHOD, etc. 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_DMCM   Data Mapping and Conversion: Maintenance 
Created 20000229   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DMC_F_METHOD_PARAM_FACTORY has no forward declaration.
Interfaces
Class CL_DMC_F_METHOD_PARAM_FACTORY has no interface implemented.
Friends
Class CL_DMC_F_METHOD_PARAM_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_METHOD_PARAMS Instance attribute Public Object reference (TYPE REF TO) CL_DMC_F_METHOD_PARAM_LIST F_METHOD_PARAMS 20000229
Methods
# Method Level Visibility Method type Description Created on
1 ADD_F_METHOD_PARAM Instance method Public Method ADD_F_METHOD_PARAM 20000229
2 CONSTRUCTOR Instance method Public Method CONSTRUCTOR 20000229
3 DEL_F_METHOD_PARAM Instance method Public Method DEL_F_METHOD_PARAM 20000229
4 GET_F_METHOD_PARAMS Instance method Public Method GET_F_METHOD_PARAMS 20000229
5 GET_F_METHOD_PARAM_BY_GUID Instance method Public Method GET_F_METHOD_PARAM_BY_GUID 20000229
6 GET_F_METHOD_PARAM_REFS Instance method Public Method GET_F_METHOD_PARAM_REFS 20000229
Events
Class CL_DMC_F_METHOD_PARAM_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1     Cannot import type
2     DMC_F_METHOD_PARAM_REF
3     Cannot import type
4     Cannot import type
Method Signatures

Method ADD_F_METHOD_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning A_F_METHOD_PARAM Value transfer Object reference (TYPE REF TO) CL_DMC_F_METHOD_PARAM A_F_METHOD_PARAM 20000229
2 Importing IM_DEFAULTVALUE Call by reference Type reference (TYPE) DMCT_STRING IM_DEFAULTVALUE 20000229
3 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR IM_DESCR 20000229
4 Importing IM_HAS_DEFAULT Call by reference Type reference (TYPE) BOOLEAN IM_HAS_DEFAULT 20000229
5 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
6 Importing IM_IOFLOW Call by reference Type reference (TYPE) DMC_IOFLOW IM_IOFLOW 20000229
7 Importing IM_IS_OPTIONAL Call by reference Type reference (TYPE) BOOLEAN IM_IS_OPTIONAL 20000229
8 Importing IM_IS_VALUEPARAMETER Call by reference Type reference (TYPE) BOOLEAN IM_IS_VALUEPARAMETER 20000229
9 Importing IM_POS Call by reference Type reference (TYPE) TABFDPOS IM_POS 20000229
10 Importing IM_TYPEKIND Call by reference Type reference (TYPE) DMC_TYPKND IM_TYPEKIND 20000229
11 Importing IM_TYPENAME Call by reference Type reference (TYPE) DMC_IDENT IM_TYPENAME 20000229
12 Importing IM_TYPLEN Call by reference Type reference (TYPE) DMC_TYPLEN IM_TYPLEN 20000229
# Exception Resumable Description Created on
1 F_METHOD_PARAM_ALREADY_EXISTS F_METHOD_PARAM_ALREADY_EXISTS 20000229

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AUTHOR Call by reference Type reference (TYPE) SYUNAME IM_AUTHOR 20000229
2 Importing IM_CHANGEDATE Call by reference Type reference (TYPE) DMCT_SYSDATE IM_CHANGEDATE 20000229
3 Importing IM_CHNAM Call by reference Type reference (TYPE) DMCT_SYSUSER IM_CHNAM 20000229
4 Importing IM_CREATEDATE Call by reference Type reference (TYPE) SYDATUM IM_CREATEDATE 20000229
5 Importing IM_DESCR Call by reference Type reference (TYPE) DMC_DESCR IM_DESCR 20000229
6 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
7 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
8 Importing IM_LOADED_FROM_DB Call by reference Type reference (TYPE) BOOLEAN IM_LOADED_FROM_DB 20000229
9 Importing IM_METHOD Call by reference Object reference (TYPE REF TO) CL_DMC_OO_METHOD IM_METHOD 20000229
10 Importing IM_RTI Call by reference Type reference (TYPE) DMCT_RTI_TYPE IM_RTI 20000229

Method CONSTRUCTOR on class CL_DMC_F_METHOD_PARAM_FACTORY has no exception.

Method DEL_F_METHOD_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ID Call by reference Type reference (TYPE) DMCT_IDENT_TYPE IM_ID 20000229
# Exception Resumable Description Created on
1 F_METHOD_PARAM_NOT_FOUND F_METHOD_PARAM_NOT_FOUND 20000229

Method GET_F_METHOD_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_F_METHOD_PARAMS_TAB Call by reference Type reference (TYPE) DMC_F_METHOD_PARAM_REL_TAB EX_F_METHOD_PARAMS_TAB 20000229

Method GET_F_METHOD_PARAMS on class CL_DMC_F_METHOD_PARAM_FACTORY has no exception.

Method GET_F_METHOD_PARAM_BY_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning F_METHOD_PARAM_REF Value transfer Object reference (TYPE REF TO) CL_DMC_F_METHOD_PARAM F_METHOD_PARAM_REF 20000229
2 Importing IM_GUID Call by reference Type reference (TYPE) DMC_GUID IM_GUID 20000229
# Exception Resumable Description Created on
1 ELEMENT_NOT_FOUND ELEMENT_NOT_FOUND 20000229

Method GET_F_METHOD_PARAM_REFS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_F_METHOD_PARAMS_TAB Call by reference Type reference (TYPE) DMC_F_METHOD_PARAM_REF_TAB EX_F_METHOD_PARAMS_TAB 20000229

Method GET_F_METHOD_PARAM_REFS on class CL_DMC_F_METHOD_PARAM_FACTORY has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 46D