DPR_FIN_GECCO_R3_REPLICATION is a standard Executable ABAP Report 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 DPR_FIN_GECCO_R3_REPLICATION 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_R3_REP - Replication of Accounting Charact.
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: P_DELETE = Delete Legacy Data in Trgt Sys
Selection Text: P_PROCAU = Reason for Project
Selection Text: P_PROTYP = Project Type
Selection Text: P_RFCDST = D RFC Destination
Title: Replicate Accounting-Relevant Characteristics
Text Symbol: 000 = Replication Target System
Text Symbol: 001 = Objects to Be Replicated
Text Symbol: 003 = Replication Failed
Text Symbol: 004 = Replication Successfully Completed
Text Symbol: 005 = Project Type:
Text Symbol: 006 = Project Reason:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IAOM_REPLICATE_DATA CALL FUNCTION 'IAOM_REPLICATE_DATA' DESTINATION p_rfcdst EXPORTING i_rollname = 'DPR_TV_PRO_TYPE_CO' i_delete_old_data = p_delete TABLES it_attr_data = gt_data EXCEPTIONS dtel_does_not_exist = 1 dtel_no_entity_table = 2 replication_failed = 3 internal_error = 4 communication_failure = 5 MESSAGE gv_message_text system_failure = 6 MESSAGE gv_message_text OTHERS = 7.
IAOM_REPLICATE_DATA CALL FUNCTION 'IAOM_REPLICATE_DATA' DESTINATION p_rfcdst EXPORTING i_rollname = 'DPR_TV_CAUSE_CO' i_delete_old_data = p_delete TABLES it_attr_data = gt_data EXCEPTIONS dtel_does_not_exist = 1 dtel_no_entity_table = 2 replication_failed = 3 internal_error = 4 communication_failure = 5 OTHERS = 6.
RPY_MESSAGE_COMPOSE CALL FUNCTION 'RPY_MESSAGE_COMPOSE' EXPORTING language = sy-langu message_id = sy-msgid message_number = sy-msgno message_var1 = sy-msgv1 message_var2 = sy-msgv1 message_var3 = sy-msgv1 message_var4 = sy-msgv1 IMPORTING message_text = lv_msgtxt EXCEPTIONS message_not_found = 1 OTHERS = 2.
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_FIN_GECCO_R3_REPLICATION - Replicate Accounting-Relevant Characteristics DPR_FIN_GECCO_R3_REPLICATION - Replicate Accounting-Relevant Characteristics DPR_FIN_GECCO_R3_CUSTOMIZING - Make Settings for Accounting Integration in ERP System DPR_FIN_GECCO_R3_CUSTOMIZING - Make Settings for Accounting Integration in ERP System DPR_FIN_GECCO_CUST - Make Project-Type-Specific Settings for Accounting Integration DPR_FIN_GECCO_CUST - Make Project-Type-Specific Settings for Accounting Integration