SAP ABAP Class CL_UC_DE_FOBU (Formula builder of data entry)
Hierarchy
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
   FIN-SEM-BCS (Application Component) Business Consolidation
     UCFE (Package) SEM-BCS: Data Collection
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOBU_CONNECTOR Formula Builder: Interface Addapter for Formula Builder 20020704
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_DATA Internal View of Customizing Data 20020719
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UC_CUST_DATA_EXT External view at Customizing data 20020719
Properties
Class CL_UC_DE_FOBU  
Short Description Formula builder of data entry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UCFE   SEM-BCS: Data Collection 
Created 20020702   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_UC_DE_FOBU has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FOBU_CONNECTOR Formula Builder: Interface Addapter for Formula Builder 20020704
2 IF_UC_CUST_DATA Internal View of Customizing Data 20020719
3 IF_UC_CUST_DATA_EXT External view at Customizing data 20020719
Friends
Class CL_UC_DE_FOBU has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DO_FORMULA Instance attribute Public Object reference (TYPE REF TO) CL_FOBU_FORMULA Formula Builder 20020704
2 DO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_UC_DE_FOBU Formula builder of data entry 20020702
3 DT_FOBU_OBJECT Instance attribute Public Type reference (TYPE) UCF_TS_DEL_FOBU_OBJECT Formula Object 20020718
4 DT_FOBU_OPRND Instance attribute Private Type reference (TYPE) UCF_T_DEL_FOBU_OPRND Formula Builder Operands 20020704
5 D_FORMULA_ID Instance attribute Public Type reference (TYPE) SFBEID Formula ID 20020704
6 GC_GUI_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_UC_DE_FOBU_GUI' Reference Type 20020702
7 GC_TRANSPORT_OBJECT Constant Private Type reference (TYPE) OB_OBJECT 'SFOBUFORMULA' Object Name 20040205
8 GC_TRUE Constant Private Type reference (TYPE) UC_FLG 'X' General Indicator, SAP Consolidation 20020719
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Private Method 20020710
2 CHECK_FORMULA_CHANGE Instance method Public Method 20020719
3 CHECK_IF_IN_FORMULA Instance method Public Method 20020722
4 CONSTRUCTOR Instance method Public Constructor 20020702
5 CREATE Instance method Public Method 20020704
6 DELETE Instance method Public Method 20020719
7 ENVIRONMENT_RELOAD Instance method Public Method 20021014
8 GET_FORMULA Instance method Public Method 20020709
9 GET_INSTANCE Static method Public Method 20020702
10 GET_TEXT Instance method Public Method 20020723
11 GET_USED_ITEM Instance method Public Method 20040114
12 REGISTER_CHANGE_P Instance method Private Method 20020709
Events
Class CL_UC_DE_FOBU has no event.
Types
Class CL_UC_DE_FOBU has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) UC0_T_MESSAGE Meldungen 20020710

Method CHECK on class CL_UC_DE_FOBU has no exception.

Method CHECK_FORMULA_CHANGE Signature

Method CHECK_FORMULA_CHANGE on class CL_UC_DE_FOBU has no parameter.
Method CHECK_FORMULA_CHANGE on class CL_UC_DE_FOBU has no exception.

Method CHECK_IF_IN_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_USED Call by reference Type reference (TYPE) UC_FLG Allgemeines Kennzeichen SAP Konsolidierung 20020722
2 Importing I_FO_ID Call by reference Type reference (TYPE) SFBEID Formel-ID 20020722
3 Importing I_ID Call by reference Type reference (TYPE) STRING 20020722

Method CHECK_IF_IN_FORMULA on class CL_UC_DE_FOBU has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UC_DE_FOBU has no parameter.
Method CONSTRUCTOR on class CL_UC_DE_FOBU has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_FO_ID Call by reference Type reference (TYPE) SFBEID Formel-ID 20020704
2 Importing IT_FOBU_OPRND Call by reference Type reference (TYPE) UCF_T_DEL_FOBU_OPRND Formula builder operands 20020704

Method CREATE on class CL_UC_DE_FOBU has no exception.

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FO_ID Call by reference Type reference (TYPE) SFBEID Formel-ID 20020719
# Exception Resumable Description Created on
1 FORMULA_NOT_FOUND Formula id not found in object table 20020719

Method ENVIRONMENT_RELOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FOBU_OPRND Call by reference Type reference (TYPE) UCF_T_DEL_FOBU_OPRND Formula builder operands 20021014

Method ENVIRONMENT_RELOAD on class CL_UC_DE_FOBU has no exception.

Method GET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FOBU_OPRND Call by reference Type reference (TYPE) UCF_T_DEL_FOBU_OPRND Formula builder operands 20020709
2 Importing I_FO_ID Call by reference Type reference (TYPE) SFBEID Formel-ID 20020709
# Exception Resumable Description Created on
1 FORMULA_NOT_FOUND Formula not found 20020718

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_DATA Call by reference Object reference (TYPE REF TO) IF_UC_CUST_DATA Interne Sicht auf Customizing-Daten 20020702

Method GET_INSTANCE on class CL_UC_DE_FOBU has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20020723
2 Importing IT_FOBU_OPRND Call by reference Type reference (TYPE) UCF_T_DEL_FOBU_OPRND Formula builder operands 20020723
3 Importing I_FO_ID Call by reference Type reference (TYPE) SFBEID Formel-ID 20020723

Method GET_TEXT on class CL_UC_DE_FOBU has no exception.

Method GET_USED_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IN_USE Call by reference Type reference (TYPE) UCF_T_DEL_FOEV_OPRND 20040114
2 Importing IT_OPRND Call by reference Type reference (TYPE) UCF_T_DEL_FOEV_OPRND 20040114
3 Importing I_FO_ID Call by reference Type reference (TYPE) SFBEID 20040114
# Exception Resumable Description Created on
1 FORMULA_NOT_FOUND 20040114

Method REGISTER_CHANGE_P Signature

Method REGISTER_CHANGE_P on class CL_UC_DE_FOBU has no parameter.
Method REGISTER_CHANGE_P on class CL_UC_DE_FOBU has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.1B