SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

MNB30F20 SAP ABAP INCLUDE - ===> Object NORG , generated by program RSSCD0







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

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:

ENQUEUE_ENNBAU CALL FUNCTION 'ENQUEUE_ENNBAU' EXPORTING bauid = bauid _scope = 3 EXCEPTIONS foreign_lock = 4 system_failure = 12.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey EXCEPTIONS foreign_lock = 4 system_failure = 12.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = enqtable_id varkey = enqkey EXCEPTIONS foreign_lock = 4 system_failure = 12.

DEQUEUE_ENNBAU CALL FUNCTION 'DEQUEUE_ENNBAU' EXPORTING bauid = nbau-bauid.

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_BU_GET CALL FUNCTION 'ISH_OM_BU_GET' EXPORTING i_bauid = nbau_bauid i_read_db = on 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' EXCEPTIONS not_active = 1.

ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_orgid = l_orgid i_read_db = on IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

ISH_ADDRESS_READ CALL FUNCTION 'ISH_ADDRESS_READ' "note 1144215 EXPORTING SS_ADRNR = INBAU-ADRNR SS_ADROB = INBAU-ADROB EXCEPTIONS OTHERS = 1.

ISH_ADDRESS_SAVE CALL FUNCTION 'ISH_ADDRESS_SAVE' EXPORTING ss_adrnr = inbau-adrnr ss_adrob = inbau-adrob ss_tcode = tcode IMPORTING ss_adrnr_new = inbau-adrnr ss_adrob_new = inbau-adrob EXCEPTIONS OTHERS = 0.

ISH_SAP_OM_CHECK_ACTIVE * CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' * IMPORTING * e_status = lv_status * EXCEPTIONS * not_active = 0.

ISH_OM_ADR_GET * CALL FUNCTION 'ISH_OM_ADR_GET' * EXPORTING * I_BAUID = inbau-bauid * IMPORTING * ET_NADR = lt_t_nadr * EXCEPTIONS * OTHERS = 1 * .

ISH_ADDRESS_READ CALL FUNCTION 'ISH_ADDRESS_READ' EXPORTING ss_adrnr = inbau-adrnr ss_adrob = inbau-adrob IMPORTING ss_nadr = nadr EXCEPTIONS OTHERS = 1.

ISH_ADDRESS_SAVE CALL FUNCTION 'ISH_ADDRESS_SAVE' EXPORTING ss_adrnr = nbau-adrnr ss_adrob = nbau-adrob ss_tcode = tcode IMPORTING ss_adrnr_new = nbau-adrnr ss_adrob_new = nbau-adrob EXCEPTIONS OTHERS = 0.

ISH_ADDRESS_READ CALL FUNCTION 'ISH_ADDRESS_READ' EXPORTING ss_adrnr = nbau-adrnr ss_adrob = nbau-adrob IMPORTING ss_nadr = nadr EXCEPTIONS OTHERS = 1.

ISH_VERBUCHER_NBAU CALL FUNCTION 'ISH_VERBUCHER_NBAU' IN UPDATE TASK EXPORTING tcode = tcode upd_icdtxt = upd_icdtxt_nbau upd_nbau = 'U' upd_tn11h = upd_tn11h upd_tn11o = upd_tn11o up_date = sy-datum up_time = sy-uzeit TABLES icdtxt = icdtxt_nbau xnbau = vb_nbau xtn11h = vb_tn11h xtn11o = vb_tn11o ynbau = vb_*nbau ytn11h = vb_*tn11h ytn11o = vb_*tn11o.



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