SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Basic Functions(FI-GL-GL) SAP FI

MF05LFA0 SAP ABAP INCLUDE - FIS: Data collection G/L accounts information system >>> SAP-EIS







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

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_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-001 textline1 = text-002 textline2 = text-003 defaultoption = char_j IMPORTING answer = char(1).

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-023 textline2 = text-024 titel = text-022 IMPORTING answer = char(1) EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-027 textline2 = text-028 titel = text-026 IMPORTING answer = char(1) EXCEPTIONS OTHERS = 1.

FI_CLEARED_ACCOUNTS_READ CALL FUNCTION 'FI_CLEARED_ACCOUNTS_READ' EXPORTING i_bukrs = rf05l-bukrs i_belnr = rf05l-belnr i_gjahr = rf05l-gjahr i_display = 'X'.

FI_CLEARED_ACCOUNTS_READ CALL FUNCTION 'FI_CLEARED_ACCOUNTS_READ' EXPORTING i_bukrs = beltabd-bukrs i_belnr = beltabd-belnr i_gjahr = beltabd-gjahr i_cross_company = 'X' i_display = 'X'.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = header_add-rldnr i_orgunit = bkpf-bukrs IMPORTING organizational_info = ld_organizational_info.

FI_EMU_GET_OLD_CURRENCY CALL FUNCTION 'FI_EMU_GET_OLD_CURRENCY' EXPORTING i_bukrs = bkpf-bukrs IMPORTING e_hwaer = t001-waers EXCEPTIONS companycode_not_found = 1 system_error = 2 OTHERS = 3.

CHECK_PLANTS_ABROAD_ACTIVE CALL FUNCTION 'CHECK_PLANTS_ABROAD_ACTIVE' EXPORTING i_bukrs = bkpf-bukrs IMPORTING e_fi_isactive = aktiv.

FI_COUNTRY_DATA * call function 'FI_COUNTRY_DATA' exporting i_land1 = bset-lstml * importing e_t005 = t005.

FI_EMU_GET_OLD_CURRENCY CALL FUNCTION 'FI_EMU_GET_OLD_CURRENCY' EXPORTING i_bukrs = bkpf-bukrs IMPORTING e_hwaer = t001-waers EXCEPTIONS companycode_not_found = 1 system_error = 2 OTHERS = 3.

FI_COUNTRY_DATA CALL FUNCTION 'FI_COUNTRY_DATA' EXPORTING i_land1 = bset-lstml IMPORTING e_t005 = t005.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = s_tab-tcode EXCEPTIONS ok = 0 OTHERS = 4.

FAGL_AUTHORITY_SEGMENT CALL FUNCTION 'FAGL_AUTHORITY_SEGMENT' EXPORTING i_segment = i_segment i_actvt = ber-act EXCEPTIONS no_authority_segment = 1.

FAGL_AUTHORITY_SEGMENT CALL FUNCTION 'FAGL_AUTHORITY_SEGMENT' EXPORTING i_segment = i_segment i_actvt = '03' EXCEPTIONS no_authority_segment = 1.

FAGL_CHECK_PRCTR_AUTH_ACTIVE CALL FUNCTION 'FAGL_CHECK_PRCTR_AUTH_ACTIVE' EXPORTING i_kokrs = i_kokrs IMPORTING e_active = ld_active.

K_PCA_RESP_AUTHORITY_CHECK CALL FUNCTION 'K_PCA_RESP_AUTHORITY_CHECK' EXPORTING i_kokrs = i_kokrs i_prctr = i_prctr i_kstar = i_hkont i_vorgn = 'REPP' "reporting i_actvt = '28' "display line items i_no_dialog_message = 'X' EXCEPTIONS no_authority = 1 data_missing = 2 OTHERS = 3.

CO_SF_AFVG_CHECK_WITH_KEY CALL FUNCTION 'CO_SF_AFVG_CHECK_WITH_KEY' EXPORTING aplzl = bseg-aplzl aufpl = bseg-aufpl IMPORTING vornr = rf05l-vornr_auf EXCEPTIONS not_exist = 4.



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