MNP01F20 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 MNP01F20 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: IS-H: FORM Routines Required for IV Service View
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SHOW_SERVICES_INSURERS CALL FUNCTION 'ISH_SHOW_SERVICES_INSURERS' EXPORTING einri = $nlei-einri falnr = $nlei-falnr lnrls = $nlei-lnrls zeitr = $nlei-zeitr read_per_case = on i_nlei = $nlei TABLES irnabi1 = e_rnabi1.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 1 OTHERS = 2.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = $einri i_orgid = l_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = $einri i_orgid = l_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISH_READ_NTPK CALL FUNCTION 'ISH_READ_NTPK' EXPORTING einri = $einri talst = $leist tarif = $haust IMPORTING e_ntpk = i_ntpk EXCEPTIONS not_found = 01.
ISH_GET_AUFDT_ENTDT CALL FUNCTION 'ISH_GET_AUFDT_ENTDT' EXPORTING ss_einri = $einri ss_falnr = $falnr IMPORTING ss_aufdt = s_aufdt ss_aufzt = s_aufzt ss_entdt = s_entdt ss_entzt = s_entzt EXCEPTIONS not_found = 1 no_authority = 2 OTHERS = 3.
ISH_GET_KLASSIFIKATION_FALL CALL FUNCTION 'ISH_GET_KLASSIFIKATION_FALL' EXPORTING ss_aufndt = s_aufdt ss_aufnzt = s_aufzt ss_einri = $einri ss_entldt = s_entdt ss_entlzt = s_entzt ss_falnr = $falnr ss_klfart_intern = '21' ss_klftyp_intern = '02' "Neugeborenes ss_fklbdt = $begdt ss_fklbzt = $begzt ss_fkledt = $enddt ss_fklezt = $endzt TABLES klf_get = irnfkl_s EXCEPTIONS klfart_intern_false = 01 klftyp_intern_false = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNP01F20 - IS-H: FORM Routines Required for IV Service View MNP01F10 - ===> Object NTPZ , generated by program RSSCD0 MNP01F00 - ===> Object NTPZ , generated by program RSSCD0 MNP00TOP - ===> Object NTPZ , generated by program RSSCD0 MNP00F90 - IS-H: REN Routines for Patient Accounting MNP00F10 - ===> Object NTPZ , generated by program RSSCD0