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

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







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


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

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_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.



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