SAP Reports / Programs | Migration | SAP Utilities | Migration(IS-U-TO-MI) SAP IS

REMIG007 SAP ABAP Report - IS-U Migration: Analysis of Migration Statistics







REMIG007 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG007 generates an overview of statistics records for the IS-U migration...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 REMIG007 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

EMIGSTAT - Display Stats Record: IS-U Migration


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 REMIG007. "Basic submit
SUBMIT REMIG007 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG007 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_FILE = D .
Selection Text: P_CLIENT = D .
Selection Text: OBJECT = D .
Selection Text: FIRMA = D .
Selection Text: S_NAME = User Name
Selection Text: S_DATE = Start Date
Selection Text: K_RERUN = Restarts
Selection Text: K_BATCH = Batch runs
Title: IS-U Migration: Analysis of Migration Statistics
Text Symbol: U12 = Background
Text Symbol: U13 = Number with Errors
Text Symbol: U14 = Relative Error
Text Symbol: U15 = Interval Error
Text Symbol: U16 = Client
Text Symbol: U17 = Runtime (hhh:mm:ss)
Text Symbol: U18 = File Name
Text Symbol: U19 = Error Log
Text Symbol: U20 = Job Log
Text Symbol: U21 = Run Category
Text Symbol: U22 = Already migrated
Text Symbol: U23 = Restart
Text Symbol: U24 = Log
Text Symbol: U25 = Throughput rec/h
Text Symbol: U11 = Last Update
Text Symbol: U10 = Start
Text Symbol: U09 = Total Error
Text Symbol: U08 = Imported Data Records
Text Symbol: U07 = Last old key
Text Symbol: U06 = Mig.object
Text Symbol: U05 = Comp.
Text Symbol: U04 = SID
Text Symbol: U03 = Key Time
Text Symbol: U02 = SPDate
Text Symbol: U01 = User Name
Text Symbol: TY7 = Function Module Import
Text Symbol: TY6 = Single job of distrib. imoprt
Text Symbol: TY5 = Master job of distrib. import
Text Symbol: TY4 = Normal import





Text Symbol: U26 = incorrect
Text Symbol: U56 = @F9\QImport fully processed with terminations@
Text Symbol: U55 = @8A@
Text Symbol: U54 = @8D@
Text Symbol: U53 = @3R\QCall Detail Display@
Text Symbol: U52 = @..\Q@
Text Symbol: U51 = @3U\QDistrib. Import Stopped Manually@
Text Symbol: U50 = @03\QImport Canceled in Background@
Text Symbol: U49 = @02\QImport Canceled by Load Report@
Text Symbol: U48 = @01\QImport Fully Processed@
Text Symbol: U47 = @5Y\QImport Started@
Text Symbol: U46 = @4R\QImport Started in Restart@
Text Symbol: U45 = Error
Text Symbol: U44 = Alr.Migr.
Text Symbol: U43 = Proc.
Text Symbol: U42 = Full
Text Symbol: U41 = Detail
Text Symbol: U40 = Status
Text Symbol: U39 = Run Cat
Text Symbol: U38 = Select
Text Symbol: U37 = No
Text Symbol: U36 = Server
Text Symbol: U35 = Total Migrated Errors
Text Symbol: U34 = File Name
Text Symbol: U33 = Single job, distrib. import
Text Symbol: U32 = Master job, distrib. import
Text Symbol: U31 = Function Module
Text Symbol: U30 = *
Text Symbol: U29 = imported
Text Symbol: U28 = total
Text Symbol: E01 = Termin.due to data categ.
Text Symbol: D02 = DIALOG
Text Symbol: D01 = BATCH
Text Symbol: 925 = To
Text Symbol: 924 = St. Time From
Text Symbol: 923 = Only Display ...
Text Symbol: 922 = Display All ....
Text Symbol: 921 = Single jobs, distrib. import
Text Symbol: 920 = Displaying all import runs with status...





Text Symbol: 918 = Stopped Distributed Import
Text Symbol: 917 = Import Started
Text Symbol: 916 = Terminated due to rel. error
Text Symbol: 915 = Terminated due to abs. error
Text Symbol: 914 = Terminated Due to Data Categ.
Text Symbol: 913 = Terminated in the Background
Text Symbol: 912 = Import running
Text Symbol: 911 = Import finished
Text Symbol: 910 = Terminated import runs
Text Symbol: 909 = Imports in batch and dialog
Text Symbol: 908 = Imports with Function Module
Text Symbol: 907 = Import runs in dialog
Text Symbol: 906 = Restarts
Text Symbol: 905 = Import runs in batch
Text Symbol: 904 = Select status of import run
Text Symbol: 903 = Other selections
Text Symbol: 902 = Select environment and import category
Text Symbol: 901 = Select Starting Time
Text Symbol: 900 = Select user and migration object
Text Symbol: 012 = Delete statistics records
Text Symbol: 011 = Do you really want to delete the selected statistics records?
Text Symbol: 010 = Delete migration statistics
Text Symbol: 003 = Reset (&1)
Text Symbol: 002 = Details off
Text Symbol: 001 = Details on
Text Symbol: TY3 = Restart
Text Symbol: TY2 = Background
Text Symbol: TY1 = Dialog
Text Symbol: ST8 = Distributed Import Stopped
Text Symbol: ST7 = Import terminated
Text Symbol: ST6 = Import started
Text Symbol: ST5 = Import running
Text Symbol: ST4 = Import finished
Text Symbol: ST3 = Terminated due to data categ.
Text Symbol: ST2 = Terminated due to rel. error
Text Symbol: ST1 = Terminated due to abs. error
Text Symbol: S02 = %
Text Symbol: S01 = Piece
Text Symbol: Q05 = Call detail display



Text Symbol: Q04 = Collapse details
Text Symbol: Q03 = Expand details
Text Symbol: Q02 = Display job log
Text Symbol: Q01 = Display run log
Text Symbol: L07 = Import Using Function Module
Text Symbol: L06 = Import Started at Restart
Text Symbol: L05 = Distributed Import Stopped Manually
Text Symbol: L04 = Import processed completely
Text Symbol: L03 = Import cancelled in background
Text Symbol: L02 = Import started
Text Symbol: L01 = Import cancelled by load report
Text Symbol: JO9 = Job does not exist (anymore)
Text Symbol: JO8 = Unknown job status
Text Symbol: JO7 = Job activated
Text Symbol: JO6 = Job Ended
Text Symbol: JO5 = Job Canceled
Text Symbol: JO4 = Job Released
Text Symbol: JO3 = Job scheduled
Text Symbol: JO2 = Job ready
Text Symbol: JO1 = Job running


INCLUDES used within this REPORT REMIG007

INCLUDE: LBTCHDEF.


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:

No SAP FUNCTION MODULES are executed within this report code!



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