MF05BFO0 is a standard ABAP INCLUDE 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 MF05BFO0 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING bukrs = *bseg-bukrs IMPORTING kokrs = ld_kokrs EXCEPTIONS assignment_not_allowed = 1 insufficient_input = 2 no_kokrs_assigned = 3 no_kokrs_for_bukrs = 4 no_kokrs_for_bu_gb = 5 wrong_kokrs_for_bukrs = 6 wrong_kokrs_for_bu_gb = 7 OTHERS = 8.
OPEN_FI_PERFORM_00000950_E CALL FUNCTION 'OPEN_FI_PERFORM_00000950_E' EXPORTING is_bkpf = *bkpf is_bseg = *bseg is_rf05a = rf05a TABLES t_bkpf = xbkpf EXCEPTIONS auth_failed = 1 OTHERS = 2.
FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = *bseg-bukrs EXCEPTIONS OTHERS = 1.
FI_WT_CHECK_ITEM_ACTIVATION CALL FUNCTION 'FI_WT_CHECK_ITEM_ACTIVATION' EXPORTING i_bukrs = *bseg-bukrs i_gjahr = *bseg-gjahr i_belnr = *bseg-belnr i_buzei = *bseg-buzei i_date = bkpf-budat i_koart = *bseg-koart i_lifnr = *bseg-lifnr i_kunnr = *bseg-kunnr i_rebzt = *bseg-rebzt i_zumsk = *bseg-zumsk i_umsks = *bseg-umsks EXCEPTIONS activation_impossible = 1 OTHERS = 2.
APAR_EBPP_TYPE_PAYMENT_METHOD CALL FUNCTION 'APAR_EBPP_TYPE_PAYMENT_METHOD' "#EC * EXPORTING i_zlsch = *bseg-zlsch i_bukrs = *bseg-bukrs IMPORTING e_type = l_ebpp_pay_type.
FMPP_CHECK_CLEARING CALL FUNCTION 'FMPP_CHECK_CLEARING' EXPORTING i_bseg = *bseg i_xfmpp = RF05A-xfmpp IMPORTING e_rc = o01-rc.
CONVERSION_EXIT_KONPR_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_KONPR_OUTPUT' EXPORTING input = selxx IMPORTING output = selxx EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.