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

MNB20N1F SAP ABAP INCLUDE - R/3MED: Function Include for Administrative Data







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


Text pool values


Title: R/3MED: Function Include for Administrative Data


INCLUDES used within this REPORT MNB20N1F

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_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING ss_repid = repid ss_dynnr = sy-dynnr ss_cursor = space ss_line = 2.

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_orgid = l_orgid i_instn = tn01-einri i_add_cond_ou = ls_addcond i_read_db = on 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_orgid = l_orgid i_add_cond_ou = ls_addcond i_read_db = on IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_to = entry_to loops = lines_per_page ok_code = save_ok_code entry_act = head_line last_page_full = off overlapping = off IMPORTING entry_new = head_line.

ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING ss_repid = repid ss_dynnr = sy-dynnr ss_cursor = space ss_line = zeile.

R3MED_UPDATE_N1ABLH CALL FUNCTION 'R3MED_UPDATE_N1ABLH' * IN UPDATE TASK EXPORTING tcode = sy-tcode vcode = mode nn1ablh = n1ablh on1ablh = *n1ablh.

ISHMED_SAVE_NORG_MEDICAL CALL FUNCTION 'ISHMED_SAVE_NORG_MEDICAL' EXCEPTIONS OTHERS = 1.

ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING ss_repid = repid ss_dynnr = sy-dynnr ss_cursor = 'N1ABLH-N1UEBOR'.

ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING ss_repid = repid ss_dynnr = sy-dynnr ss_cursor = 'RNT70-N1LSTTYP'.

ISHMED_READ_TN10A CALL FUNCTION 'ISHMED_READ_TN10A' EXPORTING einri = einri orgty = orgty IMPORTING e_tn10a = $tn10a EXCEPTIONS not_found = 01.

ISHMED_READ_TN1LST CALL FUNCTION 'ISHMED_READ_TN1LST' EXPORTING einri = einri n1lsttyp = n1lsttyp IMPORTING e_tn1lst = $tn1lst EXCEPTIONS not_found = 01.

ISHMED_READ_TN1LSTT CALL FUNCTION 'ISHMED_READ_TN1LSTT' EXPORTING einri = einri n1lsttyp = n1lsttyp IMPORTING e_tn1lstt = $tn1lstt EXCEPTIONS not_found = 01.



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