/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
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.
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:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 =
.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/MRSS/SQL_QUAL_MIGRATION - Transfer program for qualifications from employee profile /MRSS/SQL_QUAL_MIGRATION - Transfer program for qualifications from employee profile /MRSS/SQL_CAT_MIGRATIONTOP - /MRSS/SQLCATMIGRATIONTOP /MRSS/SQL_CAT_MIGRATIONSEL - /MRSS/SQLCATMIGRATIONSEL /MRSS/SQL_CAT_MIGRATIONF03 - /MRSS/SQLCATMIGRATIONF03 /MRSS/SQL_CAT_MIGRATIONF02 - /MRSS/SQLCATMIGRATIONF02