SAP Reports / Programs

/MRSS/SQL_QUAL_MIGRATION SAP ABAP Report - Transfer program for qualifications from employee profile







/MRSS/SQL_QUAL_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 qualifications from the standard employee profile to MRS employee profiles...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/SQL_QUAL_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/SQL_QUAL_MIGRATION. "Basic submit
SUBMIT /MRSS/SQL_QUAL_MIGRATION AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/SQL_QUAL_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_MATID = D .
Selection Text: P_RFCDES = D .
Selection Text: SO_UNIT = Resource planning nodes
Selection Text: SO_PERNR = Personnel Number
Selection Text: P_WFSTRT = Start Approval Workflow
Selection Text: P_WFSTOP = Profile Rejected: No Workflow
Selection Text: P_STCHG = Profile Status = "Changed"
Selection Text: P_STACT = Profile Status = "Active"
Selection Text: P_OVERDE = Overwrite
Selection Text: P_FSIND = "From Source System" Indicator
Title: Transfer program for qualifications from employee profile
Text Symbol: 123 = Error while reading employee profile
Text Symbol: 122 = Number:
Text Symbol: 121 = ID:
Text Symbol: 120 = Type:
Text Symbol: 115 = Detailed Notif.
Text Symbol: 114 = No data was selected.
Text Symbol: 113 = Processing canceled
Text Symbol: 112 = Notif.
Text Symbol: 111 = Status
Text Symbol: 035 = "Active" status could not be set.
Text Symbol: 034 = Error saving profile entries.
Text Symbol: 033 = Error while updating existing profile entries.
Text Symbol: 032 = No changes required.
Text Symbol: 031 = Data successfully transferred.
Text Symbol: 023 = Do you want to proceed?
Text Symbol: 022 = These entries may be overwritten or deleted when data is transferred.
Text Symbol: 021 = Entries of structured qualifications already exist in at least one selected MRS profile
Text Symbol: 020 = Confirmatn prompt:
Text Symbol: 010 = Overwrite All Matrices in the Employee Profile
Text Symbol: 009 = Save Profile in Status "Changed"
Text Symbol: 008 = Save Profile in Status "Active"
Text Symbol: 007 = Start Approval Workflow
Text Symbol: 006 = Set "From Source System" Indicator
Text Symbol: 005 = Removed and Already Rejected Profiles
Text Symbol: 003 = Processing Options:
Text Symbol: 002 = Profile status = set "Active":
Text Symbol: 001 = Transfer Parameters:





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

RH_ASK_FOR_PLVAR CALL FUNCTION 'RH_ASK_FOR_PLVAR' EXPORTING no_msg = 'X' CHANGING plvar = gv_plvar.

/MRSS/SGE_TEXT_OTYPE CALL FUNCTION '/MRSS/SGE_TEXT_OTYPE' EXPORTING otype = /mrss/cl_sge_scenatt=>otype_planning_node langu = sy-langu IMPORTING otext = gv_otext.

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