MNPR4O01 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 MNPR4O01 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_SHOW_OPEN_ITEMS call function 'ISH_SHOW_OPEN_ITEMS' exporting einrichtung = '0001' mit_shbv = 'X' patient = '0000008470' parent = container_object exceptions communication_error = 01 no_debitor_found = 02 no_open_items_found = 03 no_permission = 04. "EhP5Pseudo
ISH_DISPLAY_HIERARCHY call function 'ISH_DISPLAY_HIERARCHY' exporting parent_container = container_invoice top_description = top_struct lev1_description = lev1_struct lev2_description = lev2_struct callback_program = report importing top_tree = top_tree "object handle for top tree level1_grid = level1_grid "object handle for level1 grid level2_grid = level2_grid "object handle for level2 grid tables top_tab = tree_tab lev1_tab = inv_tab lev2_tab = pos_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.