SAP Reports / Programs | Cross-Application Component (CA) Enhancements | Mill Products Industry Solution | Cross-Application Component (CA) Enhancements(IS-MP-CA) SAP IS

/SAPMP/MIG_CHECK SAP ABAP Report - Migration Cable -> DIMP: Status Check







/SAPMP/MIG_CHECK 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 /SAPMP/MIG_CHECK 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

/SAPMP/MIGC - Migration Cable -> DIMP: Status


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 /SAPMP/MIG_CHECK. "Basic submit
SUBMIT /SAPMP/MIG_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/MIG_CHECK 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: P_EXT = Width of List
Selection Text: P_OBJ_FE = Objects -> Front End per Block
Selection Text: P_OB_BAT = Batch
Selection Text: P_OB_BOM = Material BOM
Selection Text: P_OB_MAT = Material Master
Selection Text: P_OB_ROU = Routing
Selection Text: P_OB_VER = Production Version
Selection Text: P_ST_ALL = All
Selection Text: P_ST_CPL = Completed
Selection Text: P_ST_INT = Stopped
Selection Text: S_DATE_F = D Date
Selection Text: S_DISCH = D Distribution Channel
Selection Text: S_LIFVL = D LIFO Valuation Level
Selection Text: S_MAT_N = D Material
Selection Text: S_MAT_O = Material (Source)
Selection Text: S_PLANT = D Plant
Selection Text: S_SAORG = D Sales Organization
Selection Text: S_TIME_T = D Time
Selection Text: S_VALAR = D Valuation Area
Title: Migration Cable -> DIMP: Status Check
Text Symbol: 038 = Display Application Log
Text Symbol: 039 = Refresh Display
Text Symbol: 040 = New Stock
Text Symbol: 041 = Batch Class
Text Symbol: 042 = Select All Header Nodes
Text Symbol: 043 = New Selection
Text Symbol: 044 = More Selected Objects
Text Symbol: 045 = Performance
Text Symbol: 046 = A large amount of data per block will be transferred to the front end. Continue?
Text Symbol: 047 = Object(s) Selected
Text Symbol: 048 = Material/Plant/Production Version
Text Symbol: 049 = Production Versions:
Text Symbol: 050 = BOM Usage
Text Symbol: 051 = Alternative BOM
Text Symbol: 052 = Task List Type, Det. Plng
Text Symbol: 053 = Task List Group, Detailed Plng
Text Symbol: 054 = Grp Cntr, Det. Plng
Text Symbol: 001 = Processing Status





Text Symbol: 002 = Object Selection
Text Symbol: 003 = Selection Restrictions
Text Symbol: 004 = Material Master Selection
Text Symbol: 005 = Output List
Text Symbol: 006 = Data Transfer
Text Symbol: 007 = Start
Text Symbol: 008 = Start Time
Text Symbol: 009 = Finish Time
Text Symbol: 010 = Classification
Text Symbol: 011 = Material UoM
Text Symbol: 012 = Material Variant
Text Symbol: 013 = New Material
Text Symbol: 014 = GR Destination
Text Symbol: 015 = GI Source
Text Symbol: 016 = Old Sales Order
Text Symbol: 017 = Old Item
Text Symbol: 018 = New Sales Order
Text Symbol: 019 = New Item
Text Symbol: 020 = New BOM
Text Symbol: 021 = Old Material
Text Symbol: 022 = Old Usage
Text Symbol: 023 = New Usage
Text Symbol: 024 = New Tsk Lst Grp
Text Symbol: 025 = New Tsk Lst Typ
Text Symbol: 026 = Old Tsk Lst Typ
Text Symbol: 027 = Old Matl/Plnt/Std Length (UoM)/New Matl
Text Symbol: 028 = Old Batch/Old Purch.Order/New Batch
Text Symbol: 029 = Old BOM/Old Alt.BOM/New Alt.BOM
Text Symbol: 030 = Old TskLstGrp/Old GrpCtr/New GrpCtr
Text Symbol: 031 = Material Master
Text Symbol: 032 = Batch Stock
Text Symbol: 033 = Material BOMs
Text Symbol: 034 = Routings
Text Symbol: 035 = Completed
Text Symbol: 036 = Stopped
Text Symbol: 037 = Not Processed


INCLUDES used within this REPORT /SAPMP/MIG_CHECK

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:






MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .



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 /SAPMP/MIG_CHECK or its description.