SAP Reports / Programs

REMIG_ANALYSE_FILE SAP ABAP Report - Migration File Analysis







REMIG_ANALYSE_FILE 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 REMIG_ANALYSE_FILE 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_ANALYSE_FILE. "Basic submit
SUBMIT REMIG_ANALYSE_FILE AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_ANALYSE_FILE 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_CONV = Check Conversion Values
Selection Text: P_COUNT = Count all Data Types
Selection Text: P_DEBUG = D Indicators
Selection Text: P_FILE = D Migration File Name
Selection Text: P_KSM = Checking KSM of Old Keys
Selection Text: P_NOPRNT = No Printout
Selection Text: P_PATH = D Migration Path
Selection Text: P_POLDKY = Printout of Read OLDKEYs
Selection Text: P_PRDEZ = Normal Display
Selection Text: P_PRDHX = Normal/Hexadecimal
Selection Text: P_PRHEX = Hexadecimal
Selection Text: P_PRICNT = Max. Number of Print Records
Selection Text: P_PRINT = Printout of Data
Selection Text: P_QCP = D Legacy system character set
Selection Text: P_REQU = Check Required Entry Field
Selection Text: P_TOPKSM = Check Top Object
Title: Migration File Analysis
Text Symbol: T06 = Print View
Text Symbol: T05 = Checking Data Records
Text Symbol: T04 = Print Out of Data Records
Text Symbol: T03 = General Settings
Text Symbol: T02 = Control Data
Text Symbol: T01 = File Specifications
Text Symbol: 072 = Higher-Level Object not Found (Field/Value)
Text Symbol: 071 = Error in Structure/Old System Key
Text Symbol: 070 = Error While Accessing Conversion Table
Text Symbol: 062 = No Authorization
Text Symbol: 061 = No changes can be made due to blocking status
Text Symbol: 060 = Error during Authorization Check
Text Symbol: 001 = Start Parameters
Text Symbol: 002 = File Name
Text Symbol: 003 = System
Text Symbol: 004 = Client
Text Symbol: 005 = Character Set
Text Symbol: 010 = Start the analysis
Text Symbol: 011 = Finish the analysis
Text Symbol: 020 = File not found or cannot be opened
Text Symbol: 021 = Could not read file header





Text Symbol: 022 = Reason: EOF reached
Text Symbol: 023 = Reason: length specification not permissible
Text Symbol: 024 = Reason: first not &INFO but
Text Symbol: 025 = Reason: general system error
Text Symbol: 030 = Information from filed header
Text Symbol: 031 = Migration company
Text Symbol: 032 = Migration Object
Text Symbol: 033 = User
Text Symbol: 034 = Date
Text Symbol: 035 = Time
Text Symbol: 040 = Total Number of Data Objects
Text Symbol: 041 = Data Type
Text Symbol: 042 = Number
Text Symbol: 045 = Length specification not permissible, LENNR=
Text Symbol: 046 = Data Record
Text Symbol: 047 = Old System Key
Text Symbol: 048 = Maximum print number reached
Text Symbol: 055 = Error While Accessing Migration Object
Text Symbol: 056 = Error While Accessing File


INCLUDES used within this REPORT REMIG_ANALYSE_FILE

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:

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