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

MNPB1F20 SAP ABAP INCLUDE - IS-H: Aufbau eines Sortierstrings beim Anlegen einer Krankenakte







MNPB1F20 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 MNPB1F20 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 MNPB1F20. "Basic submit
SUBMIT MNPB1F20 AND RETURN. "Return to original report after report execution complete
SUBMIT MNPB1F20 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 MNPB1F20

INCLUDE RNPPENDL_REPLACE1_N_VBEWFALF01.


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_BU_ASSIGNED_TO_OU_GET CALL FUNCTION 'ISH_OM_BU_ASSIGNED_TO_OU_GET' EXPORTING itr_orgid = ltr_orgid i_enddt = rnpb1-seldt i_begdt = rnpb1-seldt IMPORTING et_tn11o = lt_tn11o EXCEPTIONS nothing_found = 0 not_valid = 0 internal_error = 0 OTHERS = 0.

ISH_OM_BU_GET CALL FUNCTION 'ISH_OM_BU_GET' EXPORTING itr_bauid = ltr_bauid i_add_cond_bu = l_addcond_bu I_READ_DB_NO_BUFFER = on "note 1624065 IMPORTING et_nbau = lt_nbau 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.

ISH_OM_BLD_HRCHY_LEVEL_DOWN CALL FUNCTION 'ISH_OM_BLD_HRCHY_LEVEL_DOWN' EXPORTING itr_upper_bauid = ltr_bauid i_read_db = on "note 1624065 IMPORTING et_tn11h = itn11h[] 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 OTHERS = 0.

ISH_OM_BU_GET CALL FUNCTION 'ISH_OM_BU_GET' EXPORTING it_bauid = lt_bauid i_add_cond_bu = l_add_cond_bu i_read_db_no_buffer = on "note 1624065 IMPORTING et_nbau = inbau_bett[] EXCEPTIONS nothing_found = 0 internal_error = 0 OTHERS = 0.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = rnpb1-einri it_orgid = lt_orgid i_add_cond_ou = ls_addcond IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = rnpb1-einri i_orgid = l_orgid i_add_cond_ou = ls_addcond i_read_db_no_buffer = on "note 1624065 IMPORTING et_norg = lt_norg 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.

ISH_OM_ORG_HRCHY_LEVEL_UP CALL FUNCTION 'ISH_OM_ORG_HRCHY_LEVEL_UP' EXPORTING i_lower_orgid = rnpb1-orgid i_begdt = rnpb1-seldt i_enddt = rnpb1-seldt IMPORTING et_tn10h = lt_tn10h EXCEPTIONS nothing_found = 0 not_valid = 0 internal_error = 0 OTHERS = 0.



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