MNAF1I40 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 MNAF1I40 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.
Title: ?...
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_IT_DRG_PROTOCOL_SET CALL FUNCTION 'ISH_IT_DRG_PROTOCOL_SET'.
ISH_REFRESH_SERVICES_INSURERS CALL FUNCTION 'ISH_REFRESH_SERVICES_INSURERS'.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
ISH_REFRESH_SERVICES_INSURERS CALL FUNCTION 'ISH_REFRESH_SERVICES_INSURERS'.
ISH_NV2000_CALL call function 'ISH_NV2000_CALL' exporting i_einri = nfal-einri i_patnr = npat-patnr i_falnr = nfal-falnr * I_LFDNR = 0 I_FCODE = 'NA30' "Message 1296520/2004 * I_VCODE = 'UPD' * I_FALAR_INSERT = '1' * I_ENQUEUE_PATNR = 'X' * I_ENQUEUE_FALNR = 'X' * I_ENQUEUE_PAPID = 'X' i_skip_entry = 'X' i_skip_caselist = ' ' "Note 786837 ON->OFF * I_WPLACEID = 'SAP_DEF' * I_POP_WPLACEID = ' ' * IS_PROPOSAL = i_tcode_old = 'NP38' * IMPORTING * E_OKCODE = * E_PATNR = * E_FALNR = * E_LFDNR = exceptions no_authority = 1 enqueue_missing = 2 admission_not_saved = 3 others = 4.
STATUS_BUFFER_REFRESH CALL FUNCTION 'STATUS_BUFFER_REFRESH'.
ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = nfal-einri ss_falnr = nfal-falnr ss_read_db = 'X' IMPORTING ss_nfal = nfal EXCEPTIONS not_found = 1 not_found_archived = 2 no_authority = 3 others = 4.
ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = nfal-einri ss_falnr = nfal-falnr ss_read_db = 'X' IMPORTING ss_nfal = nfal EXCEPTIONS not_found = 1 not_found_archived = 2 no_authority = 3 others = 4.
ISH_FORM_PROTOCOL_LIST CALL FUNCTION 'ISH_FORM_PROTOCOL_LIST' EXPORTING einri = nfal-einri patnr = nfal-patnr falnr = nfal-falnr.
ISH_AT_EDI_KOM CALL FUNCTION 'ISH_AT_EDI_KOM' EXPORTING i_einri = nfal-einri i_falnr = nfal-falnr i_ediproc = 'EDLEI' it_vbrk = lt_vbrk EXCEPTIONS CASE_NOT_FOUND = 1 OTHERS = 2.
ISH_WP_ENJADM_PCMRL_GET CALL FUNCTION 'ISH_WP_ENJADM_PCMRL_GET' EXPORTING i_wplacetype = g_wplacetype i_wplaceid = g_variant IMPORTING E_CAS_OR_MOVRL = l_casmovrl e_movrl = l_movrl.
ISH_NV2000_CALL CALL FUNCTION 'ISH_NV2000_CALL' EXPORTING i_einri = nfal-einri i_patnr = npat-patnr i_falnr = nfal-falnr I_LFDNR = l_lfb I_FCODE = gc_fcode_dtm_na30nv2000 I_VCODE = update I_FALAR_INSERT = space i_skip_entry = on i_skip_caselist = l_skip_caselist I_WPLACEID = g_variant i_tcode_old = space is_proposal = ls_proposal EXCEPTIONS no_authority = 1 enqueue_missing = 0 admission_not_saved = 0 OTHERS = 0.
ISH_COUNTRY_VERSION_GET call function 'ISH_COUNTRY_VERSION_GET' importing ss_cvers = cvers.
ISH_FI_PERIOD_PRECHECK CALL FUNCTION 'ISH_FI_PERIOD_PRECHECK' EXPORTING i_date = rnab0-abdat i_einri = rnexl-einri i_mess_show = on i_msgno = '170' i_msgid = 'N8' i_msgty = 'W' IMPORTING e_period_closed = period_closed e_msgty = mtyp EXCEPTIONS error_period = 1 no_configuration_found = 2 others = 3.
ISH_FI_PERIOD_PRECHECK CALL FUNCTION 'ISH_FI_PERIOD_PRECHECK' EXPORTING i_date = rnab0-datzw i_einri = rnexl-einri i_mess_show = on i_msgno = '170' i_msgid = 'N8' i_msgty = 'W' IMPORTING e_period_closed = period_closed e_msgty = mtyp EXCEPTIONS error_period = 1 no_configuration_found = 2 others = 3.
ISH_FI_PERIOD_PRECHECK CALL FUNCTION 'ISH_FI_PERIOD_PRECHECK' EXPORTING i_date = rnab0-stdat i_einri = rnexl-einri i_mess_show = on i_msgno = '171' i_msgid = 'N8' i_msgty = 'W' IMPORTING e_period_closed = period_closed e_msgty = mtyp EXCEPTIONS error_period = 1 no_configuration_found = 2 others = 3.
ISH_FI_PERIOD_PRECHECK CALL FUNCTION 'ISH_FI_PERIOD_PRECHECK' EXPORTING i_date = s_inv_tab-fkdat i_customer = s_inv_tab-kunrg i_einri = rnexl-einri i_mess_show = on i_msgno = '171' i_msgid = 'N8' i_msgty = 'W' IMPORTING e_period_closed = period_closed EXCEPTIONS error_period = 1 no_configuration_found = 2 others = 3.
CALL FUNCTION 'ISH_DATA_GET_SERVICES_600' IMPORTING ss_lnrls = akt_lnrls.
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 MNAF1I40 or its description.