SAP Reports / Programs

/MRSS/SGE_DEM_DATA_MIGRATION SAP ABAP Report - /MRSS/SGEDEMDATAMIGRATION







/MRSS/SGE_DEM_DATA_MIGRATION 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 /MRSS/SGE_DEM_DATA_MIGRATION 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 /MRSS/SGE_DEM_DATA_MIGRATION. "Basic submit
SUBMIT /MRSS/SGE_DEM_DATA_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/SGE_DEM_DATA_MIGRATION 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: SO_STDAT = Start Date
Selection Text: SO_OTYPE = Order Type
Selection Text: SO_ORDER = Order Number
Selection Text: P_WRKCTR = Operation Work Center
Selection Text: P_PACKET = Packet Size for transfer
Selection Text: P_OWNRFC = Own RFC Destination
Selection Text: P_NOLIST = No List output
Selection Text: P_FLOG = Log migration status in file
Selection Text: P_FINCL = Exclude Orders from File
Selection Text: P_FEXCL = Exclude Orders from File
Selection Text: P_CTLKEY = Operation Control Key
Text Symbol: PAR = Parameters for migration
Text Symbol: LOG = Data Migration logging Details
Text Symbol: E02 = Atleast one sel parameter needs to be filled
Text Symbol: E01 = Order Type is not Valid
Text Symbol: DAT = Migration of Order Data
Text Symbol: 011 = Transfer resulted in errors. Transfer again.
Text Symbol: 010 = The complete packet will not be saved.
Text Symbol: 009 = A dump occured in MRS while transfering orders. Check ST22 for dump logs.
Text Symbol: 008 = successfully transfered.
Text Symbol: 007 = orders from file removed from selection criteria
Text Symbol: 006 = orders added from file into selection criteria
Text Symbol: 005 = Order:
Text Symbol: 004 = External keys are not converted for order:
Text Symbol: 003 = Results of Order Data Migration
Text Symbol: 002 = Order Number
Text Symbol: 001 = Transfer Result


INCLUDES used within this REPORT /MRSS/SGE_DEM_DATA_MIGRATION

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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = -low IMPORTING output = lv_aufnr.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = -high IMPORTING output = lv_aufnr.

/MRSS/RSG_MIG_TRANSFER_ORDER CALL FUNCTION '/MRSS/RSG_MIG_TRANSFER_ORDER' EXPORTING it_aufnr = lt_dem_pkt IMPORTING ev_failed = lv_failed EXCEPTIONS system_failure = 1 communication_failure = 2 error_message = 3 OTHERS = 4.

/MRSS/RSG_MIG_TRANSFER_ORDER CALL FUNCTION '/MRSS/RSG_MIG_TRANSFER_ORDER' DESTINATION p_ownrfc EXPORTING it_aufnr = lt_dem_pkt IMPORTING ev_failed = lv_failed EXCEPTIONS system_failure = 1 communication_failure = 2.



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 /MRSS/SGE_DEM_DATA_MIGRATION or its description.