SAP Reports / Programs | Cross-Application Components | SAP Multiresource Scheduling | ERP related topics(CA-MRS-ERP) SAP CA

/MRSS/CD SAP ABAP Report - Program for object type /MRSS/CD : /MRSS/CD







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


Text pool values


Title: Program for object type /MRSS/CD : /MRSS/CD


INCLUDES used within this REPORT /MRSS/CD

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:

/MRSS/RMI_WF_GET_PCGROUP CALL FUNCTION '/MRSS/RMI_WF_GET_PCGROUP' EXPORTING IV_PERNR = lv_candidate_ID IMPORTING ET_PCG = lt_pcg.

/MRSS/RMI_WF_GET_EMPMGR CALL FUNCTION '/MRSS/RMI_WF_GET_EMPMGR' EXPORTING IV_CANDIDATE = lv_candidate_ID IMPORTING IV_MANAGER = lv_manager.

/MRSS/RMI_WF_GET_EMPPROFILE CALL FUNCTION '/MRSS/RMI_WF_GET_EMPPROFILE' EXPORTING IV_CANDIDATE = lv_candidate_ID IMPORTING EV_RESCONTACT = lv_rescontact.

/MRSS/RMI_WF_GET_CORP_SPN CALL FUNCTION '/MRSS/RMI_WF_GET_CORP_SPN' EXPORTING IV_CD_KEY = lv_cand_status_obj_key IMPORTING ET_RC_CM_SP = lt_corp_SP.

/MRSS/RMI_WF_GET_EMPMGR CALL FUNCTION '/MRSS/RMI_WF_GET_EMPMGR' EXPORTING IV_CANDIDATE = lv_candidate_id IMPORTING IV_MANAGER = lv_manager.

/MRSS/RMI_WF_GET_EMPPROFILE CALL FUNCTION '/MRSS/RMI_WF_GET_EMPPROFILE' EXPORTING IV_CANDIDATE = lv_candidate_ID IMPORTING EV_RESCONTACT = lv_rescontact.

/MRSS/RMI_WF_GET_CORP_SPN CALL FUNCTION '/MRSS/RMI_WF_GET_CORP_SPN' EXPORTING IV_CD_KEY = lv_cand_status_obj_key IMPORTING ET_RC_CM_SP = lt_corp_SP.

/MRSS/RMI_WF_GET_EXT_RCCMSP CALL FUNCTION '/MRSS/RMI_WF_GET_EXT_RCCMSP' "CR 219 02/08/2009 EXPORTING IV_CD_KEY = lv_cand_status_obj_key IMPORTING ET_RC_CM_SP = lt_agents.

/MRSS/RMI_WF_CANDI_EMAIL CALL FUNCTION '/MRSS/RMI_WF_CANDI_EMAIL' EXPORTING IV_CD_KEY = lv_cd_key IV_WF_INITOR = Wf_Initiator IV_EMAILACTION = 'CONOSE' EXCEPTIONS INPUT_ERROR = 1 OTHERS = 2.

/MRSS/RMI_WF_CANDI_EMAIL CALL FUNCTION '/MRSS/RMI_WF_CANDI_EMAIL' EXPORTING IV_CD_KEY = lv_cd_key IV_WF_INITOR = Wf_Initiator IV_EMAILACTION = 'PTRE' EXCEPTIONS INPUT_ERROR = 1 OTHERS = 2.

/MRSS/RMI_WF_CANDI_EMAIL CALL FUNCTION '/MRSS/RMI_WF_CANDI_EMAIL' EXPORTING IV_CD_KEY = lv_cd_key IV_WF_INITOR = Wf_Initiator IV_EMAILACTION = 'COREAL' EXCEPTIONS INPUT_ERROR = 1 OTHERS = 2.

/MRSS/RMI_WF_CR_CDAG_EVENTS CALL FUNCTION '/MRSS/RMI_WF_CR_CDAG_EVENTS' EXPORTING IV_CD_KEY = CDAG_Key-Candidate IV_EVENT = CDAG_Key-Event IV_WF_INITIATOR = Wf_Initiator IV_REMOVE_INITIATOR = 'X' IT_AGENTS = lt_/MRSS/T_ALERT_AGENTS IV_LEVEL1_WI_ID = lv_level1_wi_id.

/MRSS/RMI_WF_CR_CDAG_EVENTS CALL FUNCTION '/MRSS/RMI_WF_CR_CDAG_EVENTS' EXPORTING IV_CD_KEY = CDAG_Key-Candidate IV_EVENT = CDAG_Key-Event IV_WF_INITIATOR = Wf_Initiator IV_REMOVE_INITIATOR = 'X' IT_AGENTS = lt_/MRSS/T_ALERT_AGENTS IV_LEVEL1_WI_ID = lv_level1_wi_id.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = lv_pernr infty = '0001' begda = sy-datum endda = sy-datum TABLES infty_tab = lt_p0001 EXCEPTIONS infty_not_found = 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/CD or its description.