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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * percentage = 0 text = lv_progress_str exceptions others = 0.
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_CHECK_OBJECT - Check Company/Migration Object for Customizing Consistency REMIG_CHECK_OBJECT - Check Company/Migration Object for Customizing Consistency REMIG_APPLICATION_LOG_TOP - REMIGAPPLICATIONLOGTOP REMIG_APPLICATION_LOG - Evaluate Application Log REMIG_APPLICATION_LOG - Evaluate Application Log REMIG_ANALYSE_FILE_F01 - Include REMIG_ANALYSE_FILE_F01