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
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.
INCLUDE RNPPENDL_REPLACE1_N_VBEWFALF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNPB1F20 - IS-H: Aufbau eines Sortierstrings beim Anlegen einer Krankenakte MNPB1F10 - IS-H: General Internal Forms MNPB1F01 - Include MNPB1F01 MNPB1F00 - IS-H: Aufbau eines Sortierstrings beim Anlegen einer Krankenakte MNPB1000 - IS-H: Aufbau eines Sortierstrings beim Anlegen einer Krankenakte MNPASTOP - IS-H: Billing FORM Routines Data Declaration