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

/MRSS/RMS_CAT_MIGRATIONF01 SAP ABAP INCLUDE - /MRSS/RMSCATMIGRATIONF01







/MRSS/RMS_CAT_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/RMS_CAT_MIGRATIONF01 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_MIGRATIONF01. "Basic submit
SUBMIT /MRSS/RMS_CAT_MIGRATIONF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/RMS_CAT_MIGRATIONF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT /MRSS/RMS_CAT_MIGRATIONF01

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:

RHF4_RFC_FIELD_VALUE_REQUEST CALL FUNCTION 'RHF4_RFC_FIELD_VALUE_REQUEST' DESTINATION lv_rfcdest EXPORTING tabname = 'HRP1000' fieldname = 'OBJID' searchhelp = 'HRBAS00OBJID' shlpparam = 'SEARK' cbk_plvar = cv_plvar cbk_otype = 'QK' TABLES return_tab = lt_return_tab.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = lv_dyname dynumb = lv_dnum TABLES dynpfields = lt_dynpfields.

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.

RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION iv_rfcdes EXPORTING query_table = gc_hrp1000 delimiter = gc_delim TABLES OPTIONS = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7.

BAPI_QUALIDIRECTORY_LIST CALL FUNCTION 'BAPI_QUALIDIRECTORY_LIST' DESTINATION iv_rfcdest EXPORTING plvar = iv_plvar from_date = sy-datum to_date = sy-datum IMPORTING return = ls_bapireturn TABLES qualificationdirectory = ct_qcat.

RHPE_Q_SCALE_READ_DIRECT_INFTY CALL FUNCTION 'RHPE_Q_SCALE_READ_DIRECT_INFTY' DESTINATION iv_rfcdest EXPORTING plvar = iv_plvar otype = is_qcat-otype objid = is_qcat-objid begda = is_qcat-begda endda = is_qcat-endda with_text = ' ' TABLES q_scale_tab = lt_scales EXCEPTIONS no_value = 1 OTHERS = 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/RMS_CAT_MIGRATIONF01 or its description.