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
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.
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!
INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.
INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.
INCLUDE: REMIGDEF, REMIGA01, REMIGF03, REMIGGEN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.