SAP ABAP Class CL_UC_MD_METHOD_FACTORY (CL_UC_MD_METHOD_FACTORY)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCUW (Package) SEM-BCS: User Interface: Workbench
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UG_MD_CHAR FIN Master Data: Access to Data 20010827
Properties
Class CL_UC_MD_METHOD_FACTORY  
Short Description    
Super Class CL_UG_MD_CHAR FIN Master Data: Access to Data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCUW   SEM-BCS: User Interface: Workbench 
Created 20010827   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 UC00 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UC_MD_METHOD_FACTORY has no interface implemented.
Friends
Class CL_UC_MD_METHOD_FACTORY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_METH_LAYOUT_FACTORY Static Attribute Private Object reference (TYPE REF TO) CL_UC_LAYOUT_FACTORY Factory for Layouts of Consolidation Methods 20010827
2 GO_METH_METHOD_FACTORY Static Attribute Private Object reference (TYPE REF TO) CL_UC_METHOD_FACTORY Factory for Consolidation Methods 20010827
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010827
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010827
3 GET_VALUE_INSTANCE_BY_STRUCT Instance method Private Method 20020522
4 METH_ADD_APPL_TO_SEL_P Static method Private Method Add entry for application for SelTab 20010827
5 METH_ADD_APPL_TO_SEMKEY_P Static method Private Method Add entry for application for ValTab 20010827
6 METH_CONVERT_FLDVAL_TO_SEMKEY Instance method Private Method 20010827
7 METH_CONVERT_GUID_TO_SEMKEY Instance method Private Method 20030917
8 METH_CONVERT_SELECTION Instance method Private Method 20010911
9 METH_CONVERT_SEMKEY_TO_GUID Instance method Private Method 20030929
10 METH_GET_FIELDLIST_FOR_RW Instance method Private Method 20030110
11 METH_GET_TXTMI Instance method Private Method 20040316
12 METH_INIT_FPROP Instance method Private Method 20010827
13 METH_L_CONVERT_GUID_TO_SEMKEY Instance method Private Method 20030918
14 METH_READ_VALUE_P Instance method Private Method 20030110
15 METH_WRITE_VALUE_P Instance method Private Method 20030110
Events
Class CL_UC_MD_METHOD_FACTORY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_VALUE Private See coding 20040316 BEGIN OF s_value, method TYPE uc_method, area TYPE uc_area, methtype TYPE uc_methtype, txtmi TYPE uc_txtmi, layout TYPE uc_layoutid, END OF s_value
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_UC_MD_METHOD_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_UC_MD_METHOD_FACTORY has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FACTORY Call by reference Object reference (TYPE REF TO) IF_UG_MD_FACTORY FIN-Stammdaten: Zentraler Zugriffspunkt (Factory) 20010827
2 Importing I_APPLICATION Call by reference Type reference (TYPE) UG_APPLICATION FI-Stammdaten: Anwendung 20010827
3 Importing I_AREAID Call by reference Type reference (TYPE) UG_AREAID FIN-Stammdaten: Anwendungsgebiet 20010827
4 Importing I_BUFFERED Call by reference Type reference (TYPE) UG_FLG FI-Stammdaten: Allgemeines Kennzeichen 20010827
5 Importing I_FIELDNAME Call by reference Type reference (TYPE) UG_FIELDNAME FI-Stammdaten: Feldname 20010827

Method CONSTRUCTOR on class CL_UC_MD_METHOD_FACTORY has no exception.

Method GET_VALUE_INSTANCE_BY_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) IF_UC_METHOD SAP KonsMethode 20020522
2 Importing IS_VALUE Call by reference Type reference (TYPE) DATA 20020522

Method GET_VALUE_INSTANCE_BY_STRUCT on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_ADD_APPL_TO_SEL_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEL Call by reference Type reference (TYPE) UC0_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20010827

Method METH_ADD_APPL_TO_SEL_P on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_ADD_APPL_TO_SEMKEY_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SEMKEY Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20010827

Method METH_ADD_APPL_TO_SEMKEY_P on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_CONVERT_FLDVAL_TO_SEMKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEMKEY Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20010827
2 Importing IT_VALUE Call by reference Type reference (TYPE) UGMD_TS_FIELD_VAL FIN-Stammdaten: Paare Feldname / Wert 20010827
# Exception Resumable Description Created on
1 NOT_FOUND 20040504

Method METH_CONVERT_GUID_TO_SEMKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEMKEY Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20030917
2 Importing I_GUID Call by reference Type reference (TYPE) UC_CUST_GUID GUID für Customizing SAP Konsolidierung 20030917
# Exception Resumable Description Created on
1 NOT_FOUND 20030918

Method METH_CONVERT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INT_SEL Call by reference Type reference (TYPE) UC0_TS_SEL Feldwerte 20010911
2 Importing IT_EXT_SEL Call by reference Type reference (TYPE) UGMD_TS_SEL FIN-Stammdaten: Paare Feldname / Wert 20010911

Method METH_CONVERT_SELECTION on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_CONVERT_SEMKEY_TO_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_GUID Call by reference Type reference (TYPE) UC_CUST_GUID GUID für Customizing SAP Konsolidierung 20030929
2 Importing IT_SEMKEY Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20030929
# Exception Resumable Description Created on
1 NOT_FOUND 20030929

Method METH_GET_FIELDLIST_FOR_RW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD Call by reference Type reference (TYPE) UGMD_TS_FIELDNAME FI-Stammdaten: Feldnamen 20030110
2 Importing IT_FIELD Call by reference Type reference (TYPE) UGMD_TS_FIELDNAME FI-Stammdaten: Feldnamen 20030110
3 Importing IT_ITAB Call by reference Type reference (TYPE) ANY TABLE 20030110

Method METH_GET_FIELDLIST_FOR_RW on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_GET_TXTMI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_LAYOUTID Call by reference Type reference (TYPE) UC_LAYOUTID GUID zur Identifikation des Layouts 20040316
2 Exporting E_TXTMI Call by reference Type reference (TYPE) UC_TXTMI Mitteltext 20040316
3 Importing IS_LIST Call by reference Type reference (TYPE) UC0_SX_SEMKEY_LIST Liste aller existierenden Objekte eines Objekttyps 20040316
4 Importing IS_VALUE Call by reference Type reference (TYPE) S_VALUE 20040316

Method METH_GET_TXTMI on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_INIT_FPROP Signature

Method METH_INIT_FPROP on class CL_UC_MD_METHOD_FACTORY has no parameter.
Method METH_INIT_FPROP on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_L_CONVERT_GUID_TO_SEMKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEMKEY Call by reference Type reference (TYPE) UC0_TS_VALUE Feldwerte 20030918
2 Importing I_GUID Call by reference Type reference (TYPE) UC_CUST_GUID GUID für Customizing SAP Konsolidierung 20030918
# Exception Resumable Description Created on
1 NOT_FOUND 20030918

Method METH_READ_VALUE_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) ANY TABLE 20030110
2 Importing IT_FIELD Call by reference Type reference (TYPE) UGMD_TS_FIELDNAME FI-Stammdaten: Feldnamen 20030110
3 Importing IT_SEL Call by reference Type reference (TYPE) UGMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20030110
4 Importing I_FLAT_LINE_TYPE Call by reference Type reference (TYPE) STRING 20030110

Method METH_READ_VALUE_P on class CL_UC_MD_METHOD_FACTORY has no exception.

Method METH_WRITE_VALUE_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ERROR Call by reference Type reference (TYPE) UGMD_T_MESSAGE FI-Stammdaten: Meldungen 20030110
2 Importing IT_FIELD Call by reference Type reference (TYPE) UGMD_TS_FIELDNAME FI-Stammdaten: Feldnamen 20030110
3 Importing IT_KEY Call by reference Type reference (TYPE) UGMD_TS_FIELD_VAL FI-Stammdaten: Paare Feldname / Wert 20030110
4 Importing IT_VALUE Call by reference Type reference (TYPE) ANY TABLE 20030110

Method METH_WRITE_VALUE_P on class CL_UC_MD_METHOD_FACTORY has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1A