SAP Reports / Programs

REMIG005_NEW SAP ABAP Report - Migration: Display Files of Non-SAP System







REMIG005_NEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG005 is used for internal processes in the IS-U Migration Workbench...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 REMIG005_NEW 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 REMIG005_NEW. "Basic submit
SUBMIT REMIG005_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG005_NEW 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: FILE = File Name
Selection Text: FILEPATH = Directory path
Selection Text: FIRMA = Company
Selection Text: OBJECT = Migration Object
Selection Text: QCP = Srce cde page
Selection Text: ROWS = Number of data records
Selection Text: R_CHANGE = Change
Selection Text: R_CREATE = Create
Selection Text: R_SHOW = Display
Selection Text: K_CHECK = D .
Selection Text: K_REPEAT = D .
Selection Text: K_TEST = D .
Selection Text: N_DIALOG = D .
Selection Text: P_EVENT = D .
Selection Text: P_STAT = D .
Selection Text: U_ONLINE = D .
Title: Migration: Display Files of Non-SAP System
Text Symbol: T04 = Upload Migration File
Text Symbol: T03 = Save Migration File
Text Symbol: T02 = Long text
Text Symbol: T01 = Parameters for data import
Text Symbol: L02 = Message Text
Text Symbol: 001 = Data rec being deleted
Text Symbol: 002 = Delete data record from import file
Text Symbol: 003 = Code page does not exist
Text Symbol: 004 = RLgh
Text Symbol: 005 = OldKey
Text Symbol: 006 = DCat.
Text Symbol: 007 = Data rec cont.
Text Symbol: 008 = Comp.:
Text Symbol: 009 = Name:
Text Symbol: 010 = MgObj.:
Text Symbol: 011 = Data rec.
Text Symbol: 012 = Migration Object
Text Symbol: 013 = Substructure deleted
Text Symbol: 014 = DataType
Text Symbol: 015 = Legacy System Key
Text Symbol: 016 = Substructure





Text Symbol: F01 = Insert substructure
Text Symbol: F02 = Insert data record
Text Symbol: F03 = Insert substructure
Text Symbol: F04 = Insert data record
Text Symbol: IO1 = & data records have already been imported
Text Symbol: L01 = Cat.


INCLUDES used within this REPORT REMIG005_NEW

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:

ISU_M_AUTHORITY_CHECK CALL FUNCTION 'ISU_M_AUTHORITY_CHECK' EXPORTING x_act = temauthor-emgact x_grp = 'FIL' x_frm = firma IMPORTING y_subrc = rc EXCEPTIONS OTHERS = 1.

ISU_M_UNICODE_CHECK CALL FUNCTION 'ISU_M_UNICODE_CHECK' EXPORTING x_codepage = qcp IMPORTING y_is_uc_system = knz_unicode.

ISU_M_FILE_CHANGE CALL FUNCTION 'ISU_M_FILE_CHANGE' EXPORTING x_firma = firma x_object = object x_oldkey = iimp-oldkey x_ddtyp = iimp-dttyp x_maintain = knz_maintain CHANGING xy_data = EXCEPTIONS no_change = 1 OTHERS = 2.

ISU_M_FILE_CHANGE CALL FUNCTION 'ISU_M_FILE_CHANGE' EXPORTING x_firma = firma x_object = object x_oldkey = iimp-oldkey x_ddtyp = iimp-dttyp x_maintain = ' ' CHANGING xy_data = EXCEPTIONS no_change = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-001 textline2 = h_oldkey titel = text-002 IMPORTING answer = antwort EXCEPTIONS OTHERS = 1.

ISU_M_FILE_CHANGE CALL FUNCTION 'ISU_M_FILE_CHANGE' EXPORTING x_firma = firma x_object = object x_oldkey = iimp-oldkey x_ddtyp = new_dttyp x_maintain = '2' CHANGING xy_data = EXCEPTIONS no_change = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Teilstruktur wird gelöscht:'(013) textline2 = msgtext titel = 'Von sequ. File löschen'(002)

ISU_M_KSV_DISPLAY_OBJECT CALL FUNCTION 'ISU_M_KSV_DISPLAY_OBJECT' EXPORTING x_firma = temob-firma x_object = temob-object x_oldkey = h_oldkey.

ISU_M_DATA_DOWNLOAD * CALL FUNCTION 'ISU_M_DATA_DOWNLOAD' * EXPORTING * x_firma = firma * x_object = object * x_filename = space * x_filetype = 'DAT' * x_knz_soon = knz_soon * TABLES * x_data = iimp * EXCEPTIONS * OTHERS = 1.

ISU_M_DATA_UPLOAD * CALL FUNCTION 'ISU_M_DATA_UPLOAD' * EXPORTING * x_firma = firma * x_object = object * x_filename = space * x_filetype = 'ASC' * TABLES * x_data = simp * EXCEPTIONS * OTHERS = 1.



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