REMIG_COMPARE_OBJECTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Call the comparison function for migration objects with the selection of objects to compare...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 REMIG_COMPARE_OBJECTS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMIGCOM - Compare with migration Customizing
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: PCOMPLEX = Compare complex selection
Selection Text: PMASSORG = Compare with original object
Selection Text: PMASSREM = Compare with remote system
Selection Text: PSINGLE = Compare a migration object
Selection Text: P_CMP = D Comparison company
Selection Text: P_CMP1 = D Comparison company
Selection Text: P_DEST = D RFC destination
Selection Text: P_OBJ = D Comparison Object
Selection Text: P_OBJ1 = D Comparison Object
Title: Compare Migration Objects
Text Symbol: D04 = RFC Destination not Found
Text Symbol: D03 = Comparison Object not Found
Text Symbol: D02 = Cannot Find Migration Object
Text Symbol: D01 = Incorrect Entry
Text Symbol: 030 = No Selections Made
Text Symbol: 025 = Local
Text Symbol: 023 = with Remote System
Text Symbol: 022 = with Original Object
Text Symbol: 020 = Comparison
Text Symbol: 013 = Field
Text Symbol: 002 = Select comparison type
Text Symbol: 005 = Single comparison run
Text Symbol: 006 = Mass comparison run
Text Symbol: 007 = Compare a single migration object
Text Symbol: 008 = Compare with original objects
Text Symbol: 009 = Compare with migration objects in remote system
Text Symbol: 010 = Compare with complex selection
Text Symbol: 011 = Comparison Company
Text Symbol: 012 = Comparison Object
Text Symbol: D05 = Error in RFC Call
Text Symbol: D06 = Call Was Canceled
Text Symbol: D07 = Object does not have an original object
Text Symbol: DOT = Other Error
Text Symbol: H01 = TotalCost
Text Symbol: H02 = Object
Text Symbol: H03 = Comparison Type
Text Symbol: H04 = Comparison Obj.
Text Symbol: H05 = RFC Destination
INCLUDE REMIGCON.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = &1 text = gv_prog_ind_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.
REMIG_COMPARE_OBJECTS - Compare Migration Objects REMIG_COMPARE_OBJECTS - Compare Migration Objects REMIG_CHECK_OBJECT_O01 - REMIGCHECKOBJECTO01 REMIG_CHECK_OBJECT_I01 - REMIGCHECKOBJECTI01 REMIG_CHECK_OBJECT - Check Company/Migration Object for Customizing Consistency REMIG_CHECK_OBJECT - Check Company/Migration Object for Customizing Consistency