MP070040 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 MP070040 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!
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = ls_t001p-molga * begda = ls_p0001-begda "MIXN1539313 begda = p0700-begda "MIXN1539313 importing waers = cv_currency exceptions others = 1.
PA03_PCR_READ call function 'PA03_PCR_READ' exporting f_abkrs = ls_p0001-abkrs error_no_accounting = 'X' importing f_twm_date = lv_max_rrdat exceptions abkrs_no_accounting = 1 pcr_does_not_exist = 2 abkrs_does_not_exist = 3 period_does_not_exist = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.