SAP Reports / Programs

REMIG_COMPARE_OBJECTS SAP ABAP Report - Compare Migration Objects







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


Transaction Code(s):

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

EMIGCOM - Compare with migration Customizing


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 REMIG_COMPARE_OBJECTS. "Basic submit
SUBMIT REMIG_COMPARE_OBJECTS AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_COMPARE_OBJECTS 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: 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





Text Symbol: H06 = Comp.


INCLUDES used within this REPORT REMIG_COMPARE_OBJECTS

INCLUDE REMIGCON.


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:

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = &1 text = gv_prog_ind_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 REMIG_COMPARE_OBJECTS or its description.