DPR_REPLICATE_RATES_TO_R3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to transfer the cost and revenue rates you entered to the accounting system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DPR_REPLICATE_RATES_TO_R3 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
DPR_FIN_GECCO_RATES - Replicate Cost/Revenue Rates
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.
Selection Text: GP_DEST = D .
Selection Text: GP_TEST = Test Run
Selection Text: GT_OBJID = D .
Selection Text: GT_RATE = D .
Title: Replicate Cost/Revenue Rates
Text Symbol: 001 = Selections
Text Symbol: 002 = Processing Options
Text Symbol: 003 = Test Run
Text Symbol: 004 = Replication Destination
Text Symbol: 005 = Status
Text Symbol: 006 = Processing Mode:
Text Symbol: 007 = Maximum Message:
Text Symbol: 008 = Update Run
Text Symbol: 009 = Termination Message
Text Symbol: 010 = Error Message
Text Symbol: 011 = Warning Message
Text Symbol: 012 = Information Message
Text Symbol: 013 = No Message
INCLUDE _REPLICATE_RATES_TO_R3_DISPF01.
INCLUDE _REPLICATE_RATES_TO_R3_DISPF02.
INCLUDE _REPLICATE_RATES_TO_R3_FILLF01.
INCLUDE _REPLICATE_RATES_TO_R3_FILLF02.
INCLUDE _REPLICATE_RATES_TO_R3_FILLF03.
INCLUDE _REPLICATE_RATES_TO_R3_TOP_F01.
INCLUDE _REPLICATE_RATES_TO_R3_USERF01.
INCLUDE _REPLICATE_RATES_TO_R3_PF_SF01.
No SAP DATABASE tables are accessed within this REPORT code!
DPR_REPLICATE_RATES call function 'DPR_REPLICATE_RATES' destination gp_dest exporting id_test = gp_test tables * annotation: we have to process the same range of objects in * R/3 as in the CPR system; otherwise the deletion of a rate would * never be replicated it_selopt_rate = gt_rate "#EC ENHOK it_selopt_objid = gt_objid "#EC ENHOK it_dpr_rates_cpr = gt_dpr_rates "#EC ENHOK it_dpr_rates_t_cpr = gt_dpr_rates_t "#EC ENHOK it_dpr_rates_map_cpr = gt_dpr_rates_map "#EC ENHOK et_dpr_rates_ins = gt_dpr_rates_ins "#EC ENHOK et_dpr_rates_t_ins = gt_dpr_rates_t_ins "#EC ENHOK et_dpr_rates_calc_ins = gt_dpr_rates_map_ins "#EC ENHOK et_dpr_rates_del = gt_dpr_rates_del "#EC ENHOK et_dpr_rates_t_del = gt_dpr_rates_t_del "#EC ENHOK et_dpr_rates_calc_del = gt_dpr_rates_map_del "#EC ENHOK et_dpr_rates_upd = gt_dpr_rates_upd "#EC ENHOK et_dpr_rates_t_upd = gt_dpr_rates_t_upd "#EC ENHOK et_dpr_rates_calc_upd = gt_dpr_rates_map_upd "#EC ENHOK et_dpr_rates_nch = gt_dpr_rates_nch "#EC ENHOK et_dpr_rates_t_nch = gt_dpr_rates_t_nch "#EC ENHOK et_dpr_rates_calc_nch = gt_dpr_rates_map_nch "#EC ENHOK et_messages = gt_messages "#EC ENHOK exceptions communication_failure = 1 message gd_msg_text system_failure = 2 message gd_msg_text.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DPR_REPLICATE_RATES_TO_R3 - Replicate Cost/Revenue Rates DPR_REPLICATE_RATES_TO_R3 - Replicate Cost/Revenue Rates DPR_REPLACE_USER_BP - Replace User/Resource DPR_REPLACE_USER_BP - Replace User/Resource DPR_RECONCILE_AUTH_4_SNAPSHOTS - Program DPR_RECONCILE_AUTH_4_SNAPSHOTS DPR_RECONCILE_AUTH_4_SNAPSHOTS - Program DPR_RECONCILE_AUTH_4_SNAPSHOTS