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

MF05LFO0 SAP ABAP INCLUDE - Include MF05AI00_READ_VERIFDOC







MF05LFO0 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 MF05LFO0 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 MF05LFO0. "Basic submit
SUBMIT MF05LFO0 AND RETURN. "Return to original report after report execution complete
SUBMIT MF05LFO0 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 MF05LFO0

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:

DELETE_SAMPLE_DOCUMENT CALL FUNCTION 'DELETE_SAMPLE_DOCUMENT' IN UPDATE TASK EXPORTING i_bkpf = bkpf.

SHOW_PAID_INVOICES CALL FUNCTION 'SHOW_PAID_INVOICES' EXPORTING bukrs = bkpf-bukrs belnr = bkpf-belnr gjahr = bkpf-gjahr bvorg = bkpf-bvorg.

FI_DOCUMENT_RELATION_BROWSER CALL FUNCTION 'FI_DOCUMENT_RELATION_BROWSER' EXPORTING * I_OBJTYPE = 'BKPF' i_bukrs = bkpf-bukrs i_belnr = bkpf-belnr i_gjahr = bkpf-gjahr.

FI_DOCUMENT_LIST_DISPLAY CALL FUNCTION 'FI_DOCUMENT_LIST_DISPLAY' EXPORTING bukrs = bkpf-bukrs belnr = bkpf-belnr gjahr = bkpf-gjahr aktyp = t020-aktyp * dispv = 'X' " DELETE GW981222 i_nochange = x_nochange "Note 492663 IMPORTING e_chng = char1 EXCEPTIONS display_not_possible = 1 no_authority = 2 OTHERS = 3.

FAGL_ITEM_SHOW_DETAIL CALL FUNCTION 'FAGL_ITEM_SHOW_DETAIL' EXPORTING i_rldnr = header_add-rldnr i_bukrs = blztab-bukrs i_belnr = blztab-belnr i_gjahr = blztab-gjahr i_buzei = blztab-buzei i_docnr = header_add-docnr i_docln = blztab-docln EXCEPTIONS not_found = 1 OTHERS = 2.

FI_DOCUMENT_LIST_DISPLAY CALL FUNCTION 'FI_DOCUMENT_LIST_DISPLAY' EXPORTING bukrs = bkpf-bukrs belnr = bkpf-belnr gjahr = bkpf-gjahr aktyp = t020-aktyp * dispv = 'X' " DELETE GW981222 i_nochange = x_nochange "Note 492663 xprnt = 'X' IMPORTING e_chng = char1 EXCEPTIONS display_not_possible = 1 no_authority = 2 OTHERS = 3.

FI_DOCUMENT_CROSS_COMP_DISPLAY CALL FUNCTION 'FI_DOCUMENT_CROSS_COMP_DISPLAY' EXPORTING bvorg = rf05l-bvorg aktyp = g_aktyp xprnt = 'X' EXCEPTIONS display_not_possible = 1 OTHERS = 2.

FI_DOCUMENT_CROSS_COMP_DISPLAY CALL FUNCTION 'FI_DOCUMENT_CROSS_COMP_DISPLAY' EXPORTING bvorg = rf05l-bvorg aktyp = g_aktyp EXCEPTIONS display_not_possible = 1 OTHERS = 2.

BREAKDOWN_SHOW_DOCUMENT CALL FUNCTION 'BREAKDOWN_SHOW_DOCUMENT' EXPORTING i_bukrs = bkpf-bukrs i_belnr = bkpf-belnr i_gjahr = bkpf-gjahr i_waenr = status-waehr.

GET_CHECK_INFORMATION CALL FUNCTION 'GET_CHECK_INFORMATION' EXPORTING i_augbl = bkpf-belnr i_augdt = bkpf-budat i_belnr = bkpf-belnr i_bukrs = bkpf-bukrs i_bvorg = bkpf-bvorg i_gjahr = bkpf-gjahr EXCEPTIONS not_found = 04.

GET_CHECK_INFORMATION CALL FUNCTION 'GET_CHECK_INFORMATION' EXPORTING i_augbl = *bseg-augbl i_augdt = *bseg-augdt i_belnr = bkpf-belnr i_bukrs = bkpf-bukrs i_bvorg = bkpf-bvorg i_gjahr = bkpf-gjahr EXCEPTIONS not_found = 04.

ENTER_TAXES CALL FUNCTION 'ENTER_TAXES' EXPORTING i_bkpf = bkpf i_title = rtax1-title i_xdisp = char1 i_aktyp = t020-aktyp i_xfwbt = flag1 IMPORTING e_itxdat = itxdat e_xmwst = bkpf-xmwst e_xstvr = tax-xstvr e_xusvr = bkpf-xusvr e_vatdate = bkpf-vatdate "N1023317 TABLES t_bseg = wbseg EXCEPTIONS user_exit = 01.

VALUATION_CALL_FROM_FB03 CALL FUNCTION 'VALUATION_CALL_FROM_FB03' EXPORTING i_bseg = bseg.

FI_DOCUMENT_RELATION_BROWSER CALL FUNCTION 'FI_DOCUMENT_RELATION_BROWSER' EXPORTING * I_OBJTYPE = 'BKPF' i_bukrs = bkpf-bukrs i_belnr = bkpf-belnr i_gjahr = bkpf-gjahr.

SHOW_PAID_INVOICES CALL FUNCTION 'SHOW_PAID_INVOICES' EXPORTING bukrs = bkpf-bukrs belnr = bkpf-belnr gjahr = bkpf-gjahr bvorg = bkpf-bvorg.

FI_SHOW_INVOICE_REFERENCES CALL FUNCTION 'FI_SHOW_INVOICE_REFERENCES' EXPORTING i_bukrs = bseg-bukrs i_belnr = bseg-belnr i_gjahr = bseg-gjahr i_buzei = bseg-buzei i_aktyp = t020-aktyp.

FI_TEXTS_DOC_ITEM_ARCHIVE CALL FUNCTION 'FI_TEXTS_DOC_ITEM_ARCHIVE' " Note 429834 EXPORTING i_archivekey = taccdn-archiv_key i_offset = taccdn-offst i_doc_item = bseg-buzei EXCEPTIONS OTHERS = 2.

FI_TEXTS_DOC_ITEM CALL FUNCTION 'FI_TEXTS_DOC_ITEM' "Note1287983 EXPORTING "Note1287983 i_action_type = char_a "Note1287983 i_ccode = bseg-bukrs "Note1287983 i_fiscal_year = bseg-gjahr "Note1287983 i_docno = bseg-belnr "Note1287983 i_doc_item = bseg-buzei "Note1287983 EXCEPTIONS "Note1287983 OTHERS = 2. "Note1287983

FI_TEXTS_DOC_ITEM





CALL FUNCTION 'FI_TEXTS_DOC_ITEM' EXPORTING * i_action_type = t020-aktyp "note 0660437 i_action_type = aktyp "note 0660437 i_ccode = bukrs_txt * i_fiscal_year = bseg-gjahr i_docno = bseg-belnr i_doc_item = bseg-buzei CHANGING ie_txkey = bsez-txkey.

OPEN_FI_PERFORM_00001120_E CALL FUNCTION 'OPEN_FI_PERFORM_00001120_E' "DMC EXPORTING "DMC i_bukrs = bseg-bukrs "DMC i_belnr = bseg-belnr "DMC i_gjahr = bseg-gjahr "DMC i_buzei = bseg-buzei "DMC i_aktyp = t020-aktyp "DMC i_selection = ftextstab "DMC i_bseg = bseg "ERP05 i_bkpf = bkpf "ERP05 IMPORTING "DMC e_xchng = l_xchng. "DMC

OPEN_FI_PERFORM_00001120_E CALL FUNCTION 'OPEN_FI_PERFORM_00001120_E' "DMC EXPORTING "DMC i_bukrs = bseg-bukrs "DMC i_belnr = bseg-belnr "DMC i_gjahr = bseg-gjahr "DMC i_buzei = bseg-buzei "DMC i_aktyp = t020-aktyp "DMC i_display_all = l_xdisp_all "DMC i_bseg = bseg "ERP05 i_bkpf = bkpf "ERP05 IMPORTING "DMC e_xchng = l_xchng. "DMC

OPEN_FI_PERFORM_00001120_E CALL FUNCTION 'OPEN_FI_PERFORM_00001120_E' "DMC EXPORTING "DMC i_bukrs = bseg-bukrs "DMC i_belnr = bseg-belnr "DMC i_gjahr = bseg-gjahr "DMC i_buzei = bseg-buzei "DMC i_aktyp = t020-aktyp "DMC i_selection = ftextstab "DMC i_bseg = bseg "ERP05 i_bkpf = bkpf "ERP05 IMPORTING "DMC e_xchng = l_xchng. "DMC

VALUATION_FLAT_RATE_EDIT CALL FUNCTION 'VALUATION_FLAT_RATE_EDIT' EXPORTING i_bukrs = bseg-bukrs i_belnr = bseg-belnr i_gjahr = bseg-gjahr i_buzei = bseg-buzei i_aktyp = t020-aktyp.

GET_CHECK_INFORMATION CALL FUNCTION 'GET_CHECK_INFORMATION' EXPORTING i_augbl = bseg-augbl i_augdt = bseg-augdt i_belnr = bkpf-belnr i_bukrs = bkpf-bukrs i_bvorg = bkpf-bvorg i_gjahr = bkpf-gjahr i_shkzg = bseg-shkzg i_xzahl = bseg-xzahl i_koart = bseg-koart "Note1290939 EXCEPTIONS not_found = 04.

OPEN_FI_PERFORM_00001420_P CALL FUNCTION 'OPEN_FI_PERFORM_00001420_P' EXPORTING i_bkpf = bkpf i_bseg = bseg i_aktyp = t020-aktyp TABLES t_noinput = noinputtab t_invisible = invisibletab EXCEPTIONS nothing_active = 4 OTHERS = 8.

OPEN_FI_PERFORM_00001013_E CALL FUNCTION 'OPEN_FI_PERFORM_00001013_E' EXPORTING i_intca = t005-intca i_dynnr = lv_sydynnr i_progn = 'SAPMF05L' i_bseg = bseg i_bkpf = bkpf IMPORTING e_displ = xdispl.

FI_TEXTS_DOC_ITEM_REFRESH CALL FUNCTION 'FI_TEXTS_DOC_ITEM_REFRESH'. "Note1480733

COBL_FCODE_SET CALL FUNCTION 'COBL_FCODE_SET' EXPORTING fcode = fcode EXCEPTIONS fcode_not_supported = 1 OTHERS = 2.

AMDS_MULTIPLE_DOCUMENTS_SHOW CALL FUNCTION 'AMDS_MULTIPLE_DOCUMENTS_SHOW' EXPORTING iv_ldgrp = bkpf-ldgrp it_faa_document = lt_faa_document.

FAA_RWIN_AMDOCS_GET_FOR_FIDOC CALL FUNCTION 'FAA_RWIN_AMDOCS_GET_FOR_FIDOC' EXPORTING i_awtyp = bkpf-awtyp i_awref = bkpf-awkey+00(10) i_aworg = bkpf-awkey+10(10) i_awsys = bkpf-awsys CHANGING ct_faa_document = ct_faa_document.



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