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

REMIG003 SAP ABAP Report - Migration: Include Generation







REMIG003 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report REMIG003 is used to generate individual ABAP source coding for the load reports of 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 REMIG003 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 REMIG003. "Basic submit
SUBMIT REMIG003 AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG003 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Migration: Include Generation
Text Symbol: T01 = Service FM generated for migration object
Text Symbol: S07 = Continue
Text Symbol: S06 = Service FM
Text Symbol: S05 = the field assignments if necessary.
Text Symbol: S04 = Please check the syntax errors that occurred and correct
Text Symbol: S03 = @1C@ Do you want to display the incorrect function modules?
Text Symbol: S02 = @1D@ The following syntax error occurred:
Text Symbol: S01 = Syntax error in generation of service function module
Text Symbol: 018 = * * Check Content of Mandatory Fields
Text Symbol: 017 = * * Structure Postprocessing
Text Symbol: 016 = * * Structure Preprocessing
Text Symbol: 015 = * * Call conversion exit
Text Symbol: 012 = * * Initializing transfer structure
Text Symbol: 011 = * * Filling cust. structure
Text Symbol: 010 = * * Noting multiple old keys
Text Symbol: 008 = Gernerated include for migration object
Text Symbol: 007 = * * Filling field
Text Symbol: 006 = Date :
Text Symbol: 005 = *& Time:
Text Symbol: 004 = *& Name:
Text Symbol: 003 = *& Generation data:
Text Symbol: 002 = *& ==> Manual changes not permissible!
Text Symbol: 001 = *& This include was created automatically!


INCLUDES used within this REPORT REMIG003

INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.
INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.

INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.



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 = '5' x_grp = 'GEN' x_frm = firma importing y_subrc = rc exceptions others = 1.

ISU_M_UNICODE_CHECK CALL FUNCTION 'ISU_M_UNICODE_CHECK' IMPORTING y_is_uc_system = knz_unicode.



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