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
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.
Title: Include for SAPMF05L
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.