SFBE_EXAMPLE8 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 SFBE_EXAMPLE8 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: EVAL = Calculate Formula
Selection Text: MAINT = Create/Edit Formula
Title: Ex.Prog. FoBuEv: Calculating with curr.amounts, quantities, prices
Text Symbol: 001 = Example formula is not yet created
Text Symbol: 002 = Result:
Text Symbol: 003 = Cannot be displayed
Text Symbol: 004 = Price
Text Symbol: 006 = Amount 1
Text Symbol: 007 = Amount 2
Text Symbol: 008 = Set 1
Text Symbol: 009 = Set 2
Text Symbol: 010 = Values
Text Symbol: 011 = Applicat.Functions
Text Symbol: 020 = Error During Formula Evaluation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FOBU_DIALOG_START CALL FUNCTION 'FOBU_DIALOG_START' EXPORTING i_formula = l_formula IMPORTING e_exitcode = l_okcode.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SFBE_EXAMPLE8 - Ex.Prog. FoBuEv: Calculating with curr.amounts, quantities, prices SFBE_EXAMPLE8 - Ex.Prog. FoBuEv: Calculating with curr.amounts, quantities, prices SFBE_EXAMPLE7 - Example Program FoBuEv: Call in Subscreen SFBE_EXAMPLE7 - Example Program FoBuEv: Call in Subscreen SFBE_EXAMPLE6 - Example of Prog. FoBuEv:with Own Pushbuttons and IF Function SFBE_EXAMPLE6 - Example of Prog. FoBuEv:with Own Pushbuttons and IF Function