SAP Reports / Programs | Cross-Application Components | Manager Self-service | Manager Self-service (HR)(CA-MSS-HCM) SAP CA

RP_MSS_LAUNCH_ITS SAP ABAP Report - Program RPU_MSS_LAUNCH_ITS







RP_MSS_LAUNCH_ITS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to launch the ITS screen from WD ABAP Reporting launchpad...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 RP_MSS_LAUNCH_ITS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRMSS_LAUNCH_ITS - Launch ITS From WD ABAP


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 RP_MSS_LAUNCH_ITS. "Basic submit
SUBMIT RP_MSS_LAUNCH_ITS AND RETURN. "Return to original report after report execution complete
SUBMIT RP_MSS_LAUNCH_ITS 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 RPU_MSS_LAUNCH_ITS


INCLUDES used within this REPORT RP_MSS_LAUNCH_ITS

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:

HRWPC_RPT_ITSCONTEXT_CLEAR CALL FUNCTION 'HRWPC_RPT_ITSCONTEXT_CLEAR'.

HRWPC_RPT_ITSCNTXT_SET_REFKEY CALL FUNCTION 'HRWPC_RPT_ITSCNTXT_SET_REFKEY' EXPORTING ref_key = p_ref.

HRWPC_RPT_ITSCONTEXT_SET CALL FUNCTION 'HRWPC_RPT_ITSCONTEXT_SET' EXPORTING scenario = p_scenr"scenario function_code = p_fcode date_from = p_begda date_to = p_endda.

HRWPC_RPT_START_REPORT CALL FUNCTION 'HRWPC_RPT_START_REPORT'.



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 RP_MSS_LAUNCH_ITS or its description.