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

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







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

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 = inbau-adrnr ss_adrob = inbau-adrob IMPORTING ss_upd_nadr = upd_nadr EXCEPTIONS OTHERS = 0.

ISH_ADDRESS_CHECK_CHANGES CALL FUNCTION 'ISH_ADDRESS_CHECK_CHANGES' EXPORTING ss_adrnr = nbau-adrnr ss_adrob = nbau-adrob IMPORTING ss_upd_nadr = upd_nadr EXCEPTIONS OTHERS = 0.

ISH_SET_NEXT_SCREEN CALL FUNCTION 'ISH_SET_NEXT_SCREEN' EXPORTING act_tcode = $tcode leave_tcode = $tcode fcode = $fcode screen_called = $screen_called save_to_menu = $save_to_menu IMPORTING next_dynnr = next_dynnr.

ISH_CHECK_NUMBER_RANGE CALL FUNCTION 'ISH_CHECK_NUMBER_RANGE' EXPORTING modus = modus_normal number = number object = h_object subobject = h_subobj 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_nbau i_nr_range_nr = nr_range_nr IMPORTING e_number = bauid.

NUMBER_GET_NEXT * CALL FUNCTION 'NUMBER_GET_NEXT' * EXPORTING * nr_range_nr = nr_range_nr * object = object_nbau * toyear = toyear_0000 * IMPORTING * number = bauid * 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' " note 01378205 EXPORTING " note 01378205 dynnr = dynnr " note 01378205 einri = '*' " note 01378205 pname = repid " note 01378205 vcode = vcode " note 01378205 set_cursor = on. " note 01378205

ISH_MODIFY_SCREEN CALL FUNCTION 'ISH_MODIFY_SCREEN' EXPORTING dynnr = dynnr einri = '*' pname = repid vcode = vcode set_cursor = on CHANGING tc_control = tc_inbau.



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