SAP Reports / Programs

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







/MRSS/RO 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/RO 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/RO. "Basic submit
SUBMIT /MRSS/RO AND RETURN. "Return to original report after report execution complete
SUBMIT /MRSS/RO 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/RO : /MRSS/RO


INCLUDES used within this REPORT /MRSS/RO

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_RLCL_AGENTS CALL FUNCTION '/MRSS/RMI_WF_GET_RLCL_AGENTS' EXPORTING IV_NETWORKNUMBER = ROAG_Key-NetworkNumber IV_ACTIVITYNUMBER = ROAG_Key-ActivityNumber IV_EVENT = ROAG_Key-Event IV_WF_INITIATOR = Wf_Initiator IV_REMOVE_INITIATOR = 'X'.

/MRSS/RMI_WF_CR_ROAG_EVENTS CALL FUNCTION '/MRSS/RMI_WF_CR_ROAG_EVENTS' EXPORTING IV_NETWORKNUMBER = ROAG_Key-NetworkNumber IV_ACTIVITYNUMBER = ROAG_Key-ActivityNumber IV_EVENT = ROAG_Key-Event IV_WF_INITIATOR = Wf_Initiator IV_REMOVE_INITIATOR = 'X' IT_AGENTS = Agents.

/MRSS/RMI_WF_GETROLEOWNERS CALL FUNCTION '/MRSS/RMI_WF_GETROLEOWNERS' EXPORTING ROUTINGNUMBER = object-key-routingnumber COUNTER = object-key-counter TABLES ROLEOWNERS = RO_AGENTS.

/MRSS/RMI_WF_CHKVALIDATED CALL FUNCTION '/MRSS/RMI_WF_CHKVALIDATED' EXPORTING OBJNR = afvc-objnr IMPORTING VALIDATED = OBJECT-ROLEVALIDATED.

/MRSS/RMI_WF_GETSP CALL FUNCTION '/MRSS/RMI_WF_GETSP' EXPORTING NETWORKNUMBER = NetworkNumber ACTIVITYNUMBER = ActivityNumber TABLES SPGRPID = SPGRPID.

DATE_CONVERT_TO_FACTORYDATE CALL FUNCTION 'DATE_CONVERT_TO_FACTORYDATE' EXPORTING CORRECT_OPTION = '+' DATE = sy-datum FACTORY_CALENDAR_ID = calendar IMPORTING FACTORYDATE = current_factorydate EXCEPTIONS OTHERS = 1.

FACTORYDATE_CONVERT_TO_DATE CALL FUNCTION 'FACTORYDATE_CONVERT_TO_DATE' EXPORTING FACTORYDATE = future_factorydate FACTORY_CALENDAR_ID = calendar IMPORTING DATE = expired_date EXCEPTIONS OTHERS = 1.

/MRSS/RMI_WF_SEND_ROLE_EMAIL CALL FUNCTION '/MRSS/RMI_WF_SEND_ROLE_EMAIL' EXPORTING NETWORKNUMBER = networknumber ACTIVITYNUMBER = activitynumber EMAILACTION = emailaction TABLES EMAILADDRESS = emailaddress CC_EMAILADDRESS = cc_emailaddress EXCEPTIONS INPUT_ERROR = 1 OTHERS = 2.

RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING ACT_OTYPE = lv_act_otype ACT_OBJID = objectID ACT_WEGID = lv_act_wegid AUTHORITY_CHECK = '' TABLES RESULT_TAB = result_tab EXCEPTIONS NO_PLVAR_FOUND = 1 NO_ENTRY_FOUND = 2 OTHERS = 3.

/MRSS/RMI_WF_CHKVALIDATED CALL FUNCTION '/MRSS/RMI_WF_CHKVALIDATED' EXPORTING OBJNR = ls_afvc-objnr IMPORTING VALIDATED = validated.

/MRSS/RMI_WF_NEWROLE_AGENTS CALL FUNCTION '/MRSS/RMI_WF_NEWROLE_AGENTS' EXPORTING ROUTINGNUMBER = ls_afvc-aufpl COUNTER = ls_afvc-aplzl TABLES ROLEOWNERS = roleowners.

RH_STRUC_GET CALL FUNCTION 'RH_STRUC_GET' EXPORTING ACT_OTYPE = lv_act_otype " '9R' in ILT ACT_OBJID = lv_objectID ACT_WEGID = lv_act_wegid " '9R-Y12-P' in ILT AUTHORITY_CHECK = '' TABLES RESULT_TAB = lt_result_tab EXCEPTIONS NO_PLVAR_FOUND = 1 NO_ENTRY_FOUND = 2 OTHERS = 3.

/MRSS/RMI_WF_SEND_ROLE_EMAIL CALL FUNCTION '/MRSS/RMI_WF_SEND_ROLE_EMAIL' EXPORTING NETWORKNUMBER = networknumber ACTIVITYNUMBER = activitynumber EMAILACTION = emailaction TABLES EMAILADDRESS = emailaddress CC_EMAILADDRESS = cc_emailaddress EXCEPTIONS INPUT_ERROR = 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/RO or its description.