SAP ABAP Interface IF_FOBU_CONNECTOR (Formula Builder: Interface Addapter for Formula Builder)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
     S_FORMULA_BUILDER (Package) Formula Builder
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FBM_CONNECTOR Parameters for Formula Builder Methods 20001228
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAR_CONNECTOR BW Formula Builder - Interface Translator 20010418
3 Interface implementation (CLASS c. INTERFACES i_ref)  RS_BCT_PBPC_BRF_CAP_MNT PBPC: Capped Formula Expression maintenance 20051201
4 Interface implementation (CLASS c. INTERFACES i_ref)  J_3RF_REP_FOEV Functions for formula evaluation over reports 20120625
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UKM_FOBU_CONNECTOR Own Fields in Formula Editor 20021125
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UKM_FBM_CONNECTOR 20030807
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_VALCHECK Validation Check 20031120
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_METHOD_VAL Method: Validation 20040122
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_DE_FOBU Formula builder of data entry 20020704
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSTRAN_FOBU_CONNECT 20050506
... Click here to see Used By full list (22 items)
Properties
Interface IF_FOBU_CONNECTOR  
Short Description Formula Builder: Interface Addapter for Formula Builder    
General Data
Package S_FORMULA_BUILDER   Formula Builder 
Created 20000922   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_FOBU_CONNECTOR has no forward declaration.
Interfaces
Interface IF_FOBU_CONNECTOR has no interface.
Friends
Interface IF_FOBU_CONNECTOR has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIXED_CURRENCY Instance attribute Public Type reference (TYPE) SFBE_AMOUNT-CURRENCY Predefined Currency for Constants 20041108
2 GC_STRUCT_SONDERLOCKE Constant Public Type reference (TYPE) TYPENAME 'FDT STRUCTURE' Special Case FDT Structure 20091130
3 GC_STRUCT_TABLE_SONDERLOCKE Constant Public Type reference (TYPE) TYPENAME 'FDT STRUCTURED TABLE' Special Case, Structured FDT Table 20080201
4 GC_UNKNOWN_TYPE Constant Public Type reference (TYPE) TYPENAME 'UNKNOWN TYPE' Name of Dictionary Type 20090123
5 ISO_UNITS Instance attribute Public Type reference (TYPE) SEU_BOOL 20100623
6 NO_PRICE_ALLOWED Instance attribute Public Type reference (TYPE) SEU_BOOL Boolean 20070316
7 NUM_CHAR_HARD_CHECK Instance attribute Public Type reference (TYPE) SEU_BOOL 'X': Numbers and character strings are incompatible 20040601
8 PARSE_EXT_FORMAT_ONLY Instance attribute Public Type reference (TYPE) SEU_BOOL 'X': Numbers allowed to be entered in external format only 20100127
9 USE_GET_ALL_OPERANDS Instance attribute Public Type reference (TYPE) SEU_BOOL Boolean 20070316
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method Check Operand (Only for Pushbutton Operands) 20011030
2 GET Instance method Public Method Get Operand 20001018
3 GET_ALL_OPERANDS Instance method Public Method Get All Operands (instead of using single calls via GET) 20070316
4 PARSE_OP_GET Instance method Public Method Get Operand During Parse (Only Pushbutton Operands) 20011029
5 PUSHBUTTONS_GET Instance method Public Method Get Pushbuttons 20011029
6 PUSHBUTTON_OP_GET Instance method Public Method Get Operand for Pushbutton (Pushbutton was clicked) 20011029
Events
Interface IF_FOBU_CONNECTOR has no event.
Types
Interface IF_FOBU_CONNECTOR has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TECH_NAME Call by reference Type reference (TYPE) SFBEFSYM Technischer Name des Elements 20011030
2 Importing IM_TOKEN Call by reference Type reference (TYPE) SFBETOKEN Token des Elements 20011030
3 Importing IM_TYPE Call by reference Type reference (TYPE) SFBETYPE Typ, für den das Element verwendet wird 20011030
# Exception Resumable Description Created on
1 SYNTAX_ERROR Das Element kann so nicht in der Formel verwendet werden 20011030

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OPERANDS Call by reference Type reference (TYPE) SFBE_OPERANDS FoBuEv: Operandenbeschreibung 20001027
2 Importing IM_KEY Value transfer Type reference (TYPE) SFBEFSYM FoBuEv: Funktionssymbol 20001023

Method GET on Interface IF_FOBU_CONNECTOR has no exception.

Method GET_ALL_OPERANDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OPERANDS Call by reference Type reference (TYPE) SFBEOP_PARENT_TAB 20070316

Method GET_ALL_OPERANDS on Interface IF_FOBU_CONNECTOR has no exception.

Method PARSE_OP_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TECH_NAME Call by reference Type reference (TYPE) SFBEFSYM Technischer Name des Elements 20011029
2 Exporting EX_TOKEN Call by reference Type reference (TYPE) SFBETOKEN Token des Elements 20011029
3 Exporting EX_TYPE Call by reference Type reference (TYPE) SFBETYPE Typ des Elements 20011029

Method PARSE_OP_GET on Interface IF_FOBU_CONNECTOR has no exception.

Method PUSHBUTTONS_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PUSHBUTTONS Call by reference Type reference (TYPE) SFBEPUSH_TAB FoBuEv: Tabelle von Drucktasten für User-Interface 20011029

Method PUSHBUTTONS_GET on Interface IF_FOBU_CONNECTOR has no exception.

Method PUSHBUTTON_OP_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TECH_NAME Call by reference Type reference (TYPE) SFBEFSYM Technischer Name des ausgewählten Elements 20011029
2 Changing CH_TYPE Call by reference Type reference (TYPE) SFBETYPE Typ des ausgewählten Elements 20011029
3 Importing IM_TOKEN Call by reference Type reference (TYPE) SFBETOKEN Token der Drucktaste 20011029
# Exception Resumable Description Created on
1 CANCELLED Aktion vom Benutzer abgebrochen 20011029
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FBM_CONNECTOR Parameters for Formula Builder Methods 20001228
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAR_CONNECTOR BW Formula Builder - Interface Translator 20010418
3 Interface implementation (CLASS c. INTERFACES i_ref)  RS_BCT_PBPC_BRF_CAP_MNT PBPC: Capped Formula Expression maintenance 20051201
4 Interface implementation (CLASS c. INTERFACES i_ref)  J_3RF_REP_FOEV Functions for formula evaluation over reports 20120625
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UKM_FOBU_CONNECTOR Own Fields in Formula Editor 20021125
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UKM_FBM_CONNECTOR 20030807
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_VALCHECK Validation Check 20031120
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_METHOD_VAL Method: Validation 20040122
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UC_DE_FOBU Formula builder of data entry 20020704
10 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSTRAN_FOBU_CONNECT 20050506
11 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSDHA_FORMULAS_FOBU_CONNECT Connector for Formulas 20130116
12 Interface implementation (CLASS c. INTERFACES i_ref)  /EACC/CL_FOBU_ENVIRONMENT Formula Editor: Environment 20010926
13 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RSAN_FORMULAS_FOBU_CONNECT APD Connector for Formulas 20061024
14 Interface implementation (CLASS c. INTERFACES i_ref)  CL_METH_FOBU_CONNECTOR Formula Builder - BADI Link 20001018
15 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRPBSUSPA_VAL NOA Validations Configuration 20050112
16 Interface implementation (CLASS c. INTERFACES i_ref)  CL_HRASR00_FOBU_CONNECTOR Connector Class 20050406
17 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FORMULA_MNT_BRF BRF: SAP - Formula Editor 20021128
18 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FORMULA2_MNT_BRF BRF: SAP - Formula Editor (E Tables) 20070810
19 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CMS_RE_VAL_FOBU Valuation Formula builder connector 20021111
20 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CACS_FORMULA_CONNECTOR Formula Editor - FOBU Connector 20080428
21 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BRF_RENAME_ICL BRF Renamer 20070706
22 Interface implementation (CLASS c. INTERFACES i_ref)  CL_APL_ECATT_SCRIPT eCATT - Script 20030131
History
Last changed by/on SAP  20110908 
SAP Release Created in 50A