SAP ABAP Class CL_FORMULA2_MNT_BRF (BRF: SAP - Formula Editor (E Tables))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BRF (Application Component) Business Rule Framework
     SBRF (Package) Business Rule Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EXPRESSION_BASE_MNT_BRF BRF: Basis Class Expressions 20070810
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOBU_CONNECTOR Formula Builder: Interface Addapter for Formula Builder 20070810
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOBU_STORAGE Formula Builder: Database Accesses 20070810
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FOEV_CONNECTOR FoBuEv: Interface Adapter for Evaluation 20070810
Properties
Class CL_FORMULA2_MNT_BRF  
Short Description BRF: SAP - Formula Editor (E Tables)    
Super Class CL_EXPRESSION_BASE_MNT_BRF BRF: Basis Class Expressions 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class BRF    
Program status     
Category 0   
Package SBRF   Business Rule Framework 
Created 20070810   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FORMULA2_MNT_BRF has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_FOBU_CONNECTOR Formula Builder: Interface Addapter for Formula Builder 20070810
2 IF_FOBU_STORAGE Formula Builder: Database Accesses 20070810
3 IF_FOEV_CONNECTOR FoBuEv: Interface Adapter for Evaluation 20070810
Friends
Class CL_FORMULA2_MNT_BRF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FORMULA Instance attribute Protected Object reference (TYPE REF TO) CL_FOBU_FORMULA Formula Builder 20070810
2 MO_FORMULA_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20070810
3 MO_FORMULA_EDIT_CONTROL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20070810
4 MS_BRF139_CUR Instance attribute Protected Type reference (TYPE) TBRF139 BRF: SAP - Formula Interpreter 20070810
5 MS_BRF139_OLD Instance attribute Protected Type reference (TYPE) TBRF139 BRF: SAP - Formula Interpreter 20070810
6 MS_BRF139_SCR Instance attribute Protected Type reference (TYPE) SBRF139 BRF: SAP - Formula Interpreter, Screen Structure 20070816
7 MT_BRF127_CUR Instance attribute Protected Type reference (TYPE) TBRF127_T BRF: Line (Token) of an SAP Formula - Table Type 20070810
8 MT_BRF127_OLD Instance attribute Protected Type reference (TYPE) TBRF127_T BRF: Line (Token) of an SAP Formula - Table Type 20070810
9 MT_SBRF139_ALV Instance attribute Protected Type reference (TYPE) SBRF139_ALV_T BRF: SAP - Formula Interpreter - ALV Structure - Table Cat. 20070810
10 MV_FORMULA_DISPLAY Instance attribute Protected Type reference (TYPE) XFELD Checkbox 20070810
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070810
2 CREATE_FORMULA_INT Instance method Private Method BRF: Internally Creates Formula 20070810
3 GET_DETAIL_DATA Instance method Public Method BRF: Gets Detailed Data 20070810
4 GET_FORMULA Instance method Public Method BRF: Returns an Instance of Associated Formula 20070810
5 ON_DOUBLE_CLICK Instance method Protected Event handling method Double-Click in Formula Edit Control 20070810
6 SET_DETAIL_DATA Instance method Public Method BRF: Sets Detailed Data 20070810
7 SET_FORMULA_AS_STRING Instance method Public Method BRF: Creates a Formula According to Transferred String 20070810
Events
Class CL_FORMULA2_MNT_BRF has no event.
Types
Class CL_FORMULA2_MNT_BRF has no local type.
Method Signatures

Method CONSTRUCTOR Signature

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

Method CREATE_FORMULA_INT Signature

Method CREATE_FORMULA_INT on class CL_FORMULA2_MNT_BRF has no parameter.
Method CREATE_FORMULA_INT on class CL_FORMULA2_MNT_BRF has no exception.

Method GET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FORMULA Call by reference Object reference (TYPE REF TO) CL_FOBU_FORMULA Formula Builder 20090203
2 Exporting ES_BRF139 Call by reference Type reference (TYPE) SBRF139 BRF: SAP - Formelinterpreter, Dynprostruktur 20070810
3 Exporting ET_BRF127 Call by reference Type reference (TYPE) TBRF127_T BRF: Zeile (Token) einer SAP-Formel - Tabellentyp 20080811

Method GET_DETAIL_DATA on class CL_FORMULA2_MNT_BRF has no exception.

Method GET_FORMULA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_FORMULA Call by reference Object reference (TYPE REF TO) CL_FOBU_FORMULA Formula Builder 20070810
2 Importing IV_RESULT_DECIMALS Call by reference Type reference (TYPE) BRF_RESULT_DECIMALS Nachkommastellen für Typ P 20070810
3 Importing IV_RESULT_LENGTH Call by reference Type reference (TYPE) BRF_RESULT_LENGTH Feldlänge / Strukturlänge 20070810
4 Importing IV_RESULT_TYPE Call by reference Type reference (TYPE) BRF_RESULT_TYPE BRF: Ergebnistyp 20070810
# Exception Resumable Description Created on
1 TYPE_ERROR Allgemeiner Fehler bei der Erzeugung einer Formelisntanz 20070810

Method ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Call by reference Attribute reference (LIKE) 20070810

Method ON_DOUBLE_CLICK on class CL_FORMULA2_MNT_BRF has no exception.

Method SET_DETAIL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BRF139 Call by reference Type reference (TYPE) SBRF139 BRF: SAP - Formelinterpreter, Dynprostruktur 20070810
2 Importing IT_BRF127 Call by reference Type reference (TYPE) TBRF127_T BRF: Zeile (Token) einer SAP-Formel - Tabellentyp 20080811
3 Importing IV_FORM_SAVE Call by reference Type reference (TYPE) BRF_BOOLE_D Space = false, 'X' = true 20070810

Method SET_DETAIL_DATA on class CL_FORMULA2_MNT_BRF has no exception.

Method SET_FORMULA_AS_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FORMULA Call by reference Type reference (TYPE) STRING 20070810
# Exception Resumable Description Created on
1 INSTANCE_MISSING Es gibt (noch) keine Formelinstanz 20070810
2 PARSE_ERROR Fehler im Formelstring gefunden 20070810
History
Last changed by/on SAP  20110908 
SAP Release Created in