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

MF05LFS0 SAP ABAP INCLUDE - Include for SAPMF05L







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


Text pool values


Title: Include for SAPMF05L


INCLUDES used within this REPORT MF05LFS0

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:

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING defaultoption = '1' diagnosetext1 = text-030 diagnosetext2 = text-031 diagnosetext3 = char50 textline1 = text-033 textline2 = text-034 textline3 = ' ' text_option1 = text-035 text_option2 = text-036 titel = text-037 cancel_display = space "Note 499628 IMPORTING answer = antwort.

SET_TAX_AMOUNT_DK CALL FUNCTION 'SET_TAX_AMOUNT_DK' EXPORTING i_bukrs = bseg-bukrs i_buzei = bseg-buzei i_itxdat = itxdat i_mwskz = bseg-mwskz i_xmwst = bkpf-xmwst.

CHECK_JURISDICTION_ACTIVE CALL FUNCTION 'CHECK_JURISDICTION_ACTIVE' EXPORTING i_bukrs = bkpf-bukrs EXCEPTIONS OTHERS = 4.

SET_TAX_AMOUNT CALL FUNCTION 'SET_TAX_AMOUNT' EXPORTING i_xusvr = bkpf-xusvr i_reset = 'X' TABLES t_taxes = wtxdat.

FI_SUBSTITUTION_ITEM CALL FUNCTION 'FI_SUBSTITUTION_ITEM' EXPORTING i_event = char_2 i_bkpf = bkpf i_bseg = bseg IMPORTING e_bseg = bseg.

FIN_UI_DECO_CUSTOMIZED_MESSAGE CALL FUNCTION 'FIN_UI_DECO_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F5' i_dtype = 'W' i_msgnr = '587'.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_icon_name text = p_text info = p_info * ADD_STDINF = 'X' IMPORTING RESULT = p_field EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

FI_CHECK_EXTENDED_WT CALL FUNCTION 'FI_CHECK_EXTENDED_WT' EXPORTING i_bukrs = rf05l-bukrs EXCEPTIONS component_not_active = 1 not_found = 2 OTHERS = 3.

FI_WT_ARCHIVE_DOCUMENT_GET CALL FUNCTION 'FI_WT_ARCHIVE_DOCUMENT_GET' EXPORTING i_bukrs = rf05l-bukrs i_belnr = rf05l-belnr i_gjahr = rf05l-gjahr TABLES a_with_item = a_with_item EXCEPTIONS not_found = 1 OTHERS = 2.

FI_WT_PUT_X_WITH_ITEM CALL FUNCTION 'FI_WT_PUT_X_WITH_ITEM' TABLES t_with_item = x_with_item.



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