MPU19I01 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 MPU19I01 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.
Title: Include MPU19I01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONTROL_DISPATCH CALL FUNCTION 'CONTROL_DISPATCH' EXPORTING FCODE = OK_CODE EXCEPTIONS CB_NOT_FOUND = 1 OTHERS = 2.
CONTROL_DISPATCH CALL FUNCTION 'CONTROL_DISPATCH' "nt.431311
CONTROL_DESTROY CALL FUNCTION 'CONTROL_DESTROY' " destroy control "nt.431311
CONTROL_FLUSH CALL FUNCTION 'CONTROL_FLUSH' "nt.431311
F4_DATE CALL FUNCTION 'F4_DATE' EXPORTING date_for_first_month = sy-datum IMPORTING select_date = fdate EXCEPTIONS calendar_buffer_not_loadable = 1 date_after_range = 2 date_before_range = 3 date_invalid = 4 factory_calendar_not_found = 5 holiday_calendar_not_found = 6 parameter_conflict = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.