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
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 = 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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MNB30F00 - ===> Object NORG , generated by program RSSCD0 MNB23_ORGUNIT_F4I01 - Include MNB23_ORGUNIT_F4I01 MNB20TOP - ===> Object NORG , generated by program RSSCD0 MNB20OCH - IS-H CH: Include for PBO - Country Version Switzerland MNB20O20 - ===> Object NORG , generated by program RSSCD0 MNB20O10 - ===> Object NORG , generated by program RSSCD0