SAP Reports / Programs | Plant Maintenance | Maintenance Processing | Capacity and Resource Planning(PM-WOC-CP) SAP PM

/MRSS/RMS_CAT_MIGRATION SAP ABAP Report - Transfer program for qualification catalogs







/MRSS/RMS_CAT_MIGRATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to copy qualification groups and qualifications from standard qualification catalogs to an MRS qualification catalog...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 /MRSS/RMS_CAT_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/RMS_CAT_MIGRATION. "Basic submit
SUBMIT /MRSS/RMS_CAT_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/RMS_CAT_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: P_CATID = MRS qualification catalog
Selection Text: P_LANGU = D .
Selection Text: P_RFCDES = D .
Selection Text: P_SCALE = D .
Selection Text: SO_OTJID = Standard qualifications cat.
Title: Transfer program for qualification catalogs
Text Symbol: 001 = Transfer parameters
Text Symbol: 002 = Standard qualification catalog
Text Symbol: 109 = Processing canceled
Text Symbol: 110 = No data was selected.
Text Symbol: 111 = Status
Text Symbol: 112 = Notification
Text Symbol: 201 = Data not transferred.
Text Symbol: 202 = Data successfully transferred.
Text Symbol: 203 = No changes required.
Text Symbol: 211 = The MRS target catalog already contains items. These are overwritten or deleted
Text Symbol: 212 = when data is transferred. Do you want to continue?
Text Symbol: 213 = Confirmation prompt:


INCLUDES used within this REPORT /MRSS/RMS_CAT_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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_callback is_layout = gs_layo it_fieldcat = gt_fcat i_save = gv_save TABLES t_outtab = .



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