MNPASF10 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 MNPASF10 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_SHOW_INSURANCE_POLICIES call function 'ISH_SHOW_INSURANCE_POLICIES' exporting vv_einri = $einri vv_falnr = $falnr vv_patnr = $patnr vv_vcode = vers_vcode * VV_KOSTR = ' ' vv_single = off * VV_FALL = ' ' * VV_VV = 'VVF' vv_no_dialog = on vv_check_auth = off tables vv_nvvp = temp_nvvp vv_nvvf = temp_nvvf exceptions * no_authority = 1 * not_found = 2 others = 3.
ISH_CHECK_EXTRA_PAYMENT call function 'ISH_CHECK_EXTRA_PAYMENT' exporting buchungskreis = $bukrs debitor = sz_tab-szdeb einrichtung = nvvf-einri fallnummer = nvvf-falnr kostentraeger = nvvf-kostr messages_show = ' ' i_patnr = $patnr tables * ZANF = $BSID zuzahlungen = $rnzuz1 exceptions * SR 11.03.1998 in Abstimmung mit RB, CM, SF bei sy-subrc = 01 ein
ENQUEUE_ENVVH call function 'ENQUEUE_ENVVH' exporting patnr = $patnr _scope = 3 exceptions foreign_lock = 4 others = 12.
ISH_INSURANCE_POLICIES * call function 'ISH_INSURANCE_POLICIES' * exporting * vv_einri = $einri * vv_falnr = $falnr * vv_patnr = $patnr * vv_repid = repid * vv_tcode = $tcode * vv_called = on * vv_vcode = vers_vcode * vv_vcode_nfal = update * vv_no_dialog = off * importing * vv_lgtxt_upd_nvvf_kztxt = text_mod * vv_lgtxt_upd_nvvp_kztxt = text_mod * vv_ok_code = $fcode * vv_upd_invvh = vers_mod * exceptions ** no_authority = 1 ** not_found = 2 ** enqueued = 3 * others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.