MNP47F00 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 MNP47F00 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: Include MNP47F00
INCLUDE MNDATA_FCODE_DTM.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SET_NEXT_SCREEN call function 'ISH_SET_NEXT_SCREEN' exporting act_tcode = act_tcode einri = rnpa1-einri fcode = $fcode leave_tcode = $leave_tcode screen_called = $screen_called importing next_dynnr = next_dynnr.
ISH_CASE_SCREEN call function 'ISH_CASE_SCREEN' exporting ss_ok_code = ok-code ss_tcode = tcode ss_vcode_nfal = vcode ss_falliste = falliste ss_enqueue_npat = off ss_enqueue_nfal = on.
ISH_CASE_SCREEN call function 'ISH_CASE_SCREEN' exporting ss_ok_code = ok-code ss_list_ok_code = list_okcode ss_tcode = tcode ss_vcode_nfal = vcode importing ss_einri = rnpa1-einri ss_falnr = nfal-falnr ss_fziff = nfal-fziff ss_list_okcode = list_okcode ss_lfdnr = lfdnr_nbew ss_okcode = ok-code ss_patnr = npat-patnr ss_pziff = npat-pziff ss_vcode_new = vcode_new ss_leave_screen = leave_screen.
ISH_NV2000_CHECK_ACTIVE call function 'ISH_NV2000_CHECK_ACTIVE' exceptions not_active = 1 others = 2.
ISH_PROC_ACTIVE_NV2000 call function 'ISH_PROC_ACTIVE_NV2000' exceptions not_active = 1 others = 1.
ISH_NV2000_CALL call function 'ISH_NV2000_CALL' exporting i_einri = l_einri i_patnr = l_patnr i_falnr = l_falnr i_lfdnr = l_lfdnr i_fcode = l_fcode i_vcode = l_vcode * i_patrl = * i_falar_insert = l_falar i_skip_entry = l_sfs i_skip_caselist = l_nol i_wplaceid = l_wplaceid is_proposal = ls_proposal * i_tcode_old = sy-tcode importing e_okcode = l_okcode e_patnr = l_patnr e_falnr = l_falnr exceptions no_authority = 1 enqueue_missing = 1 admission_not_saved = 0 error = 1 others = 1.
ISH_TEST_DIGIT_GET_FOR_MESSAGE call function 'ISH_TEST_DIGIT_GET_FOR_MESSAGE' exporting ss_einri = l_einri ss_number = l_patnr ss_which = 'P' importing ss_pziff = l_pziff.
ISH_TEST_DIGIT_GET_FOR_MESSAGE call function 'ISH_TEST_DIGIT_GET_FOR_MESSAGE' exporting ss_einri = l_einri ss_number = l_falnr ss_which = 'F' importing ss_pziff = l_fziff.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.