SAP Reports / Programs | Patient Accounting | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Accounting(IS-H-PA) SAP IS

MNP01F20 SAP ABAP INCLUDE - IS-H: FORM Routines Required for IV Service View







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MNP01F20. "Basic submit
SUBMIT MNP01F20 AND RETURN. "Return to original report after report execution complete
SUBMIT MNP01F20 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IS-H: FORM Routines Required for IV Service View


INCLUDES used within this REPORT MNP01F20

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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 MNP01F20 or its description.