SAP Reports / Programs | Financial Accounting(FI) SAP FI

MF05BFO0 SAP ABAP INCLUDE - Test whether "Foreign plants" active







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


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 MF05BFO0. "Basic submit
SUBMIT MF05BFO0 AND RETURN. "Return to original report after report execution complete
SUBMIT MF05BFO0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MF05BFO0

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:

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.



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 MF05BFO0 or its description.