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

MNPB1F90 SAP ABAP INCLUDE - IS-H: Top







MNPB1F90 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 MNPB1F90 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 MNPB1F90. "Basic submit
SUBMIT MNPB1F90 AND RETURN. "Return to original report after report execution complete
SUBMIT MNPB1F90 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MNPB1F90

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_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.

ISH_OM_ORG_HRCHY_LEVEL_DOWN CALL FUNCTION 'ISH_OM_ORG_HRCHY_LEVEL_DOWN' EXPORTING I_UPPER_ORGID = ueborg i_enddt = rnpb1-seldt IMPORTING ET_TN10H = lt_tn10h EXCEPTIONS NOTHING_FOUND = 1 NOT_VALID = 2 INTERNAL_ERROR = 3 OTHERS = 4 .

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0.

ISH_OM_INTERDEP_GET CALL FUNCTION 'ISH_OM_INTERDEP_GET' EXPORTING I_BEGDT = $selde I_ENDDT = $seldb I_READ_DB = on "note 1624065 IMPORTING ET_TN10I = itn10i[] EXCEPTIONS NOTHING_FOUND = 0 NOT_VALID = 0 INTERNAL_ERROR = 0 OTHERS = 0 .

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_FAC_DATA_GET CALL FUNCTION 'ISH_OM_FAC_DATA_GET' EXPORTING I_BAUID = tn11a_bauid I_BEGDT = rnpb1-seldt I_ENDDT = rnpb1-seldt IMPORTING ET_TN11A = lt_tn11a EXCEPTIONS NOTHING_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3 .

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0 OTHERS = 0.

ISH_OM_PLAN_DATA_GET CALL FUNCTION 'ISH_OM_PLAN_DATA_GET' EXPORTING "I_BAUID = $rtab_bauid-low IT_BAUID = lt_bauid I_BEGDT = $selde I_ENDDT = $seldb IMPORTING ET_TN11P = lt_TN11P EXCEPTIONS NOTHING_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0 .

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' IMPORTING e_status = l_status EXCEPTIONS not_active = 0 OTHERS = 0.

ISH_OM_FAC_DATA_GET CALL FUNCTION 'ISH_OM_FAC_DATA_GET' EXPORTING IT_BAUID = lt_bauid I_BEGDT = $selde I_ENDDT = $seldb IMPORTING ET_TN11A = itn11a[] EXCEPTIONS NOTHING_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0.

ISH_KLTYP_KLART_PRIVATPAT CALL FUNCTION 'ISH_KLTYP_KLART_PRIVATPAT' IMPORTING e_klftyp = klftyp_behdl_klasse TABLES rtab_klftyp = rtab_klftyp_privpat rtab_klfart = rtab_klfart_privpat EXCEPTIONS OTHERS = 1.



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