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

MF05AFEENJ SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ASSOCIATED_COMP_INPUT CALL FUNCTION 'ASSOCIATED_COMP_INPUT' EXPORTING multiple_companies = t003-xgsub.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = type cl = cl number = number par1 = par1 par2 = par2 par3 = par3 par4 = par4 IMPORTING bapireturn = return.

BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_info-type cl = error_info-id number = error_info-number par1 = error_info-message_v1 par2 = error_info-message_v2 par3 = error_info-message_v3 par4 = error_info-message_v4 IMPORTING bapireturn = _bapiret1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_structure_name = 'ACERRLOG' i_save = 'X' i_screen_start_column = 10 i_screen_start_line = 10 i_screen_end_column = 90 i_screen_end_line = 20 TABLES t_outtab = error_info EXCEPTIONS OTHERS = 4.

FI_SET_BUDAT_FOR_PERIOD_CHECK CALL FUNCTION 'FI_SET_BUDAT_FOR_PERIOD_CHECK' "Note1564287 EXPORTING "Note1564287 IV_BUDAT = bkpf-budat. "Note1564287

FIN_FSSC_APPL_SRC_SAPMF05A * CALL FUNCTION 'FIN_FSSC_APPL_SRC_SAPMF05A'.

FIN_FSSC_SR_UI_SAPMF05A_LAUNCH * CALL FUNCTION 'FIN_FSSC_SR_UI_SAPMF05A_LAUNCH' * EXPORTING * iv_tcode = t020-tcode * it_bkpf = lt_bkpf * it_bseg = lt_bseg.



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