SAP Reports / Programs

/EACC/FOBU_EDIT SAP ABAP Report - E-Accounting Formula Editor







/EACC/FOBU_EDIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /EACC/FOBU_EDIT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/EACC/FOBU - E-Accounting Formula Editor


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /EACC/FOBU_EDIT. "Basic submit
SUBMIT /EACC/FOBU_EDIT AND RETURN. "Return to original report after report execution complete
SUBMIT /EACC/FOBU_EDIT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_TXTMOD = Formula Text
Selection Text: P_INSTAN = D Work Area
Selection Text: P_EVAMOD = Evaluate (in Report)
Selection Text: P_EDTMOD = Editing
Selection Text: P_DESCRP = D Long Text
Selection Text: P_DEPMOD = Referenced Symbols
Selection Text: P_CALMOD = Evaluate (in Funct.Mod.)
Selection Text: P_CALKYF = D Calculated Key Figure
Selection Text: P_ANAMOD = Analyze
Title: E-Accounting Formula Editor
Text Symbol: 010 = Values in the Test Structure
Text Symbol: 009 = Is
Text Symbol: 008 = The Value of
Text Symbol: 007 = Could Not Be Evaluated.
Text Symbol: 006 = The Following Key Figures Are Required
Text Symbol: 005 = No Basic Key Figures Are Required
Text Symbol: 004 = The Key Figure Must Be Calculated in This Sequence
Text Symbol: 003 = No Key Figures Have to Be Calculated
Text Symbol: 002 = The Following Symbols Are Referenced
Text Symbol: 001 = No Symbols Are Referenced


INCLUDES used within this REPORT /EACC/FOBU_EDIT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

/EACC/FOBU_FORMULA_EDIT CALL FUNCTION '/EACC/FOBU_FORMULA_EDIT' EXPORTING i_instance = p_instan is_calkyf = my_calkyf it_baskyf = gt_baskyf it_calkyf = gt_calkyf.

/EACC/FOBU_FORMULA_AS_TEXT CALL FUNCTION '/EACC/FOBU_FORMULA_AS_TEXT' EXPORTING i_instance = p_instan it_baskyf_pool = gt_baskyf it_calkyf_pool = gt_calkyf i_technical_names = ' ' * i_as_assignment = 'X' i_as_assignment = ' ' IMPORTING et_text = lt_formula_string CHANGING ct_calkyf_to_show = lt_calkyf_to_show.

/EACC/FOBU_FORMULA_GET_SLIST CALL FUNCTION '/EACC/FOBU_FORMULA_GET_SLIST' EXPORTING i_instance = p_instan i_calkyf = p_calkyf IMPORTING et_symbols_used = lt_symbol.

/EACC/FOBU_FORMULA_ANALYZE CALL FUNCTION '/EACC/FOBU_FORMULA_ANALYZE' EXPORTING i_instance = p_instan it_baskyf_pool = gt_baskyf it_calkyf_pool = gt_calkyf it_calkyf_to_calc = lt_calkyf_to_calc IMPORTING et_calkyf_order = lt_calkyf_order et_baskyf_needed = lt_baskyf_needed.

/EACC/FOBU_FORMULA_ANALYZE CALL FUNCTION '/EACC/FOBU_FORMULA_ANALYZE' EXPORTING i_instance = p_instan it_baskyf_pool = gt_baskyf it_calkyf_pool = gt_calkyf it_calkyf_to_calc = lt_calkyf_to_calc IMPORTING et_calkyf_order = lt_calkyf_order et_baskyf_needed = lt_baskyf_needed.

/EACC/FOBU_FORMULA_EXISTS CALL FUNCTION '/EACC/FOBU_FORMULA_EXISTS' EXPORTING i_instance = p_instan is_calkyf = ls_calkyf IMPORTING e_formula_id = ld_formula_id.

/EACC/FOBU_FORMULA_ANALYZE CALL FUNCTION '/EACC/FOBU_FORMULA_ANALYZE' EXPORTING i_instance = p_instan it_baskyf_pool = gt_baskyf it_calkyf_pool = gt_calkyf it_calkyf_to_calc = lt_calkyf_to_calc IMPORTING et_calkyf_order = lt_calkyf_order et_baskyf_needed = lt_baskyf_needed EXCEPTIONS failed = 1 looping_definitions = 2 symbol_not_in_pool = 3 undefined_symbol = 4 OTHERS = 5.

/EACC/FOBU_FORMULA_CALCULATE CALL FUNCTION '/EACC/FOBU_FORMULA_CALCULATE' EXPORTING i_instance = p_instan it_calkyf_order = lt_calkyf_order it_baskyf_needed = lt_baskyf_needed i_tabname = '/EACC/FOBU_S_TEST' CHANGING xs_line = ls_line EXCEPTIONS failed = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /EACC/FOBU_EDIT or its description.