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
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.
Title: R/3MED: Function Include for Administrative Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNB20N1F - R/3MED: Function Include for Administrative Data MNB20ICH - IS-H CH: Include for PAI - Country Version Switzerland MNB20I21 - ===> Object NORG , generated by program RSSCD0 MNB20I20 - ===> Object NORG , generated by program RSSCD0 MNB20I10 - ===> Object NORG , generated by program RSSCD0 MNB20I00 - ===> Object NORG , generated by program RSSCD0