SAP Reports / Programs | Portfolio and Project Management | Project Management | cProjects Accounting Integration(PPM-PRO-EXT-FIN) SAP PPM

DPR_REPLICATE_RATES_TO_R3 SAP ABAP Report - Replicate Cost/Revenue Rates







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DPR_FIN_GECCO_RATES - Replicate Cost/Revenue Rates


ABAP code to call this SAP report using the submit statement

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.






SUBMIT DPR_REPLICATE_RATES_TO_R3. "Basic submit
SUBMIT DPR_REPLICATE_RATES_TO_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT DPR_REPLICATE_RATES_TO_R3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT DPR_REPLICATE_RATES_TO_R3

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.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DPR_REPLICATE_RATES_TO_R3 or its description.