MNB20F00 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 MNB20F00 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_ADDRESS_CHECK_CHANGES CALL FUNCTION 'ISH_ADDRESS_CHECK_CHANGES' EXPORTING ss_adrnr = nadr-adrnr ss_adrob = nadr-adrob IMPORTING ss_upd_nadr = upd_nadr EXCEPTIONS OTHERS = 1.
ISHMED_GET_NORG_MEDICAL CALL FUNCTION 'ISHMED_GET_NORG_MEDICAL' IMPORTING e_norg = a_norg e_data_changed = a_flag EXCEPTIONS OTHERS = 1.
ISH_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING act_tcode = tcode leave_tcode = tcode einri = einri fcode = fcode goto_dynnr = goto_dynnr screen_called = screen_called IMPORTING next_dynnr = next_dynnr.
ISH_CHECK_NUMBER_RANGE CALL FUNCTION 'ISH_CHECK_NUMBER_RANGE' EXPORTING einri = einri modus = modus_normal number = number object = h_object subobject = subobject IMPORTING nr_range_nr = numkr nr_range_type = numkz EXCEPTIONS interval_not_found = 1 no_alpha = 2 no_external = 3 no_internal = 4 number_range_not_extern = 5 number_range_not_intern = 6 range_error_alpha = 7 range_error_extern = 8.
ISH_NUMBER_GET_NEXT CALL FUNCTION 'ISH_NUMBER_GET_NEXT' EXPORTING i_object = object_orgid i_nr_range_nr = nr_range_nr IMPORTING e_number = norg-orgid.
NUMBER_GET_NEXT * call function 'NUMBER_GET_NEXT' * exporting * nr_range_nr = nr_range_nr * object = object_orgid * subobject = subobject * quantity = quantity_in * toyear = toyear_0000 * importing * number = norg-orgid * quantity = quantity * returncode = rc * exceptions * interval_not_found = 1 * number_range_not_intern = 2 * object_not_found = 3.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING dynnr = dynnr einri = norg-einri pname = repid vcode = vcode set_cursor = on.
ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = lvers EXCEPTIONS OTHERS = 1.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = orgid IMPORTING norg_e = $norg EXCEPTIONS missing_orgid = 01.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = *rnb10-uebor IMPORTING norg_e = $norg EXCEPTIONS missing_orgid = 01.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING orgid = *rnb10-uebor IMPORTING norg_e = $norg EXCEPTIONS missing_orgid = 01.
ISH_REC_INFO CALL FUNCTION 'ISH_REC_INFO' EXPORTING i_institution = norg-einri i_start_x = 21 i_start_y = start_y TABLES t_rec_info = rec_info EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.