SAP Reports / Programs

REMIG_CHECK_OBJECT SAP ABAP Report - Check Company/Migration Object for Customizing Consistency







REMIG_CHECK_OBJECT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Checking companies and migration objects for inconsistencies in Customizing This report is called to check the consistency of IS-U migration Customizing...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_CHECK_OBJECT into the relevant SAP transactions such as SE38 or SE80


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_CHECK_OBJECT. "Basic submit
SUBMIT REMIG_CHECK_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_CHECK_OBJECT 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: OBJ = D Migration Object
Selection Text: CMP = D Company
Title: Check Company/Migration Object for Customizing Consistency
Text Symbol: M01 = Check company &1; migration object &2
Text Symbol: 029 = @0A@Return field for migration object not availabl
Text Symbol: 028 = @0A@Return structure for migration object not available
Text Symbol: 027 = @0A@Auto structure type for MO not available
Text Symbol: 026 = Customizing inconsistent
Text Symbol: 025 = @09@Subprogram BREAL is active in report
Text Symbol: 024 = @09@ Field name found in DDIC (compare with DDIC)
Text Symbol: 023 = @09@ Field name not found in DDIC
Text Symbol: 022 = @0A@Field name not in DDIC but GI = X
Text Symbol: 021 = @09@No reference to table TEMDB
Text Symbol: 020 = @09@Multiple use of maximum input structure
Text Symbol: 019 = @0A@Multiple use of maximum input structure
Text Symbol: 018 = @09@No fixed value entered
Text Symbol: 017 = @09@No top object entered
Text Symbol: 016 = Diagnosis
Text Symbol: 015 = Processing type
Text Symbol: 014 = Field Name
Text Symbol: 013 = Structure
Text Symbol: 012 = Mig.object
Text Symbol: 011 = Comp.
Text Symbol: 010 = Customizing is consistent
Text Symbol: 009 = @0A@Top object does not exist in company
Text Symbol: 008 = @09@No conversion object entered
Text Symbol: 007 = @0A@No top object entered
Text Symbol: 006 = @0A@No fixed value entered
Text Symbol: 005 = @0A@Fixed value does not exist
Text Symbol: 004 = @0A@No conversion object entered
Text Symbol: 003 = @09@Generation indicator not set but processing type specified
Text Symbol: 002 = @09@Conversion key does not exist
Text Symbol: 001 = @0A@Conversion key does not exist


INCLUDES used within this REPORT REMIG_CHECK_OBJECT

No INCLUDES are used within this REPORT code!


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 = 0 text = lv_progress_str exceptions others = 0.



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_CHECK_OBJECT or its description.