MNB20F10 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 MNB20F10 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_INFORMATION_WITH_PFKEY CALL FUNCTION 'ISH_INFORMATION_WITH_PFKEY' EXPORTING SS_ARBGB = ARBGB SS_EXT_PRG = REPID SS_MSGNR = MSGNR IMPORTING SS_OKCODE = OKCODE EXCEPTIONS MESSAGE_NOT_FOUND = 01.
ISH_FIND_EXCL_SCREENS CALL FUNCTION 'ISH_FIND_EXCL_SCREENS' EXPORTING ACT_TCODE = TCODE EINRI = NORG-EINRI EXTP_NAM = REPID ALL_SCREENS = ALL_SCREENS TABLES EXCL_SCREENS = EXCL_SCREENS.
ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING SS_REPID = REPID SS_DYNNR = SY-DYNNR SS_CURSOR = 'NORG-PSTLZ'.
ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING SS_REPID = REPID SS_DYNNR = SY-DYNNR SS_CURSOR = 'NORG-ORT'.
ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING SS_REPID = REPID SS_DYNNR = SY-DYNNR SS_CURSOR = 'NORG-LAND'.
ISH_SET_CURSOR CALL FUNCTION 'ISH_SET_CURSOR' EXPORTING SS_REPID = REPID SS_DYNNR = SY-DYNNR SS_CURSOR = 'NORG-STRAS'.
ISH_READ_NORG CALL FUNCTION 'ISH_READ_NORG' EXPORTING ORGID = ORGID IMPORTING NORG_E = $NORG EXCEPTIONS MISSING_ORGID = 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.