MNAF1O40 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 MNAF1O40 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!
ISH_NBIL_TI_CASE_CHECK call function 'ISH_NBIL_TI_CASE_CHECK' exporting i_einri = nfal-einri i_falnr = nfal-falnr importing e_nbil_ti_active = g_nbil_ti_active.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = cvers exceptions others = 4.
ISH_FUNCTION_ACTIVE_CHECK call function 'ISH_FUNCTION_ACTIVE_CHECK' exporting function = func exceptions not_active = 1.
ISH_FUNCTION_ACTIVE_CHECK call function 'ISH_FUNCTION_ACTIVE_CHECK' exporting function = func exceptions not_active = 1.
ISH_FUNCTION_ACTIVE_CHECK call function 'ISH_FUNCTION_ACTIVE_CHECK' exporting function = func exceptions not_active = 1.
ISH_FUNCTION_ACTIVE_CHECK call function 'ISH_FUNCTION_ACTIVE_CHECK' exporting function = func exceptions not_active = 1.
ISH_FUNCTION_ACTIVE_CHECK call function 'ISH_FUNCTION_ACTIVE_CHECK' exporting function = func exceptions not_active = 1.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' "ISH-CN importing ss_cvers = l_cvers exceptions others = 4.
ISH_GET_CASE_HEADER_EXT call function 'ISH_GET_CASE_HEADER_EXT' importing ss_extension = ctrl_ext.
ISH_FILL_CASE_HEADER call function 'ISH_FILL_CASE_HEADER' exporting ss_einri = rnpa1-einri ss_nfal = nfal ss_npat = npat ss_lfdnr = rnaf0-besnr ss_style = 'HTML_DOCK' ss_extccc = ccc_case_head tables ss_nbewtab = nbewtab.
ISH_GET_CASE_HEADER_EXT call function 'ISH_GET_CASE_HEADER_EXT' importing ss_extension = ctrl_ext.
ISH_FILL_CASE_HEADER call function 'ISH_FILL_CASE_HEADER' exporting ss_einri = rnpa1-einri ss_nfal = nfal ss_npat = npat ss_style = 'HTML_DOCK' ss_extccc = ccc_case_head tables ss_nbewtab = nbewtab.
ISH_PUBLISH_CASE * CALL FUNCTION 'ISH_PUBLISH_CASE' * EXPORTING * objkey = l_objkey * EXCEPTIONS * publish_error = 1 * OTHERS = 2.
/ISHFR/ISH_GET_NBEW_STATE call function '/ISHFR/ISH_GET_NBEW_STATE' exporting i_einri = nbewtab-einri i_orgfa = nbewtab-orgfa importing e_ehpad = l_ehpad e_ssr = l_ssr. "ISHFR-365
ISH_MTPP_CHECK_ACTIVE call function 'ISH_MTPP_CHECK_ACTIVE' exporting i_einri = rnexl-einri importing e_tpp_active = g_tpp_active exceptions not_active = 1 others = 2.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.
MESSAGES_GIVE call function 'MESSAGES_GIVE' tables t_mesg = mesg_tab.
ISH_ERRORLOG_DISPLAY call function 'ISH_ERRORLOG_DISPLAY' exporting parent_container = errlog_container callback_program = act_report log_title = log_title refresh_only = refresh_log alv_handle_in = errlog_handle importing alv_handle_out = errlog_handle tables err_tab = log_tab exceptions object_creation_error = 1 others = 2.
call function 'MESSAGES_INITIALIZE'.
ISH_PUBLISH_CASE call function 'ISH_PUBLISH_CASE' exporting objkey = l_objkey exceptions publish_error = 1 others = 2.
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 MNAF1O40 or its description.