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