MP00484RU 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 MP00484RU 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 MP00484RU
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING p_no_retroactivity = 'X'.
RP_RETROACTIVITY_DATE_SET CALL FUNCTION 'RP_RETROACTIVITY_DATE_SET' EXPORTING retro_date_calc = l_rrdat.
RP_UPDATE_P0003 CALL FUNCTION 'RP_UPDATE_P0003' EXPORTING infty = cprel-infty old_i0003 = ls_0003 is_retro_calc = yes is_retro_time = psyst-bdeap is_correction_period = psyst-pskop retro_calc_date = l_rrdat retro_time_date = l_rrdat retro_pkgab_date = l_rrdat IMPORTING new_i0003 = ls_0003 p0003_changed = l_upp_sw.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.