/MRSS/SQL_QUAL_MIGRATIONF01 is a standard ABAP INCLUDE 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/SQL_QUAL_MIGRATIONF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' DESTINATION lv_rfcdest EXPORTING ask_plvar_dialog = ' ' IMPORTING act_plvar = cv_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.
RHF4_RFC_FIELD_VALUE_REQUEST CALL FUNCTION 'RHF4_RFC_FIELD_VALUE_REQUEST' EXPORTING tabname = 'HRP1000' fieldname = 'OBJID' searchhelp = 'HRBAS00OBJID' shlpparam = 'SEARK' cbk_plvar = iv_plvar cbk_otype = iv_otype TABLES return_tab = lt_return_tab.
/MRSS/SQM_API_MAT_GET CALL FUNCTION '/MRSS/SQM_API_MAT_GET' EXPORTING iv_matid = lv_matid iv_langu = sy-langu iv_secure_read = 'X' IMPORTING es_mh = ls_mh es_msg = ls_mess ev_subrc = lv_rc.
RHF4_RFC_FIELD_VALUE_REQUEST CALL FUNCTION 'RHF4_RFC_FIELD_VALUE_REQUEST' EXPORTING tabname = 'HRP1000' fieldname = 'OBJID' searchhelp = '/MRSS/SH_PLANNING_NODES' cbk_plvar = iv_plvar cbk_otype = iv_otype TABLES return_tab = lt_return_tab.
RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = iv_plvar otype = /mrss/cl_sge_scenatt=>otype_planning_node objid = lv_objid istat = '1' IMPORTING short = ls_unit_sel-short stext = ls_unit_sel-stext EXCEPTIONS not_found = 1.
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_MIGRATIONF01 - /MRSS/SQLQUALMIGRATIONF01 /MRSS/SQL_QUAL_MIGRATIONEVT - /MRSS/SQLQUALMIGRATIONEVT /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