RP_MSS_SUBSTITUTE_LAUNCH_APPL 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 for launching the substituted applications...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_SUBSTITUTE_LAUNCH_APPL 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.
Title: Program for launching substituted applications
Text Symbol: 001 = Select User/Pernr
Text Symbol: 002 = PERNR
Text Symbol: 003 = USER NAME
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = lv_browser_url EXCEPTIONS frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 OTHERS = 6.
CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = lv_browser_url EXCEPTIONS frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RP_MSS_SUBSTITUTE_LAUNCH_APPL - Program for launching substituted applications RP_MSS_SUBSTITUTE_LAUNCH_APPL - Program for launching substituted applications RP_MSS_OADP_UPDATE_BUFFER_TOP - Include RP_MSS_OADP_UPDATE_BUFFER_TOP RP_MSS_OADP_UPDATE_BUFFER_S01 - Include RP_MSS_OADP_UPDATE_BUFFER_S01 RP_MSS_OADP_UPDATE_BUFFER_JOB - Batch Job to Update Object and Data Provider Buffer RP_MSS_OADP_UPDATE_BUFFER_JOB - Batch Job to Update Object and Data Provider Buffer