SAP Reports / Programs

RP_MSS_LAUNCH_PROFILE SAP ABAP Report - Program for launch profile







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


Text pool values


Selection Text: P_ACC = Accessibility
Selection Text: P_APPL = Application ID
Selection Text: P_CONFIG = Configuration ID
Selection Text: P_CP = Object Selection
Selection Text: P_LANGU = Language Selection
Selection Text: P_MSS_GP = General Profile
Selection Text: P_MSS_OP = Organization Profile
Selection Text: P_MSS_OR = Other
Selection Text: P_MSS_PP = Position Profile
Title: Program for launch profile


INCLUDES used within this REPORT RP_MSS_LAUNCH_PROFILE

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:

VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING client_state = lv_client_state.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = lv_plvar.

RH_AUTHORITY_CHECK_OFF CALL FUNCTION 'RH_AUTHORITY_CHECK_OFF'.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = lv_plvar otype = 'CP' IMPORTING sel_object = ls_object EXCEPTIONS OTHERS = 1.

RH_AUTHORITY_CHECK_ON CALL FUNCTION 'RH_AUTHORITY_CHECK_ON'.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynfields.

LANGUAGE_CODE_SAP_TO_ISO CALL FUNCTION 'LANGUAGE_CODE_SAP_TO_ISO' EXPORTING sap_code = p_langu IMPORTING iso_code = lv_langu_iso.

HRTMC_SET_PERSON_DATA CALL FUNCTION 'HRTMC_SET_PERSON_DATA' EXPORTING iv_otype = 'P' it_personids = lt_personids iv_no_auth_check = abap_true IMPORTING ev_mem_id = lv_mem_id.

HRTMC_SET_PERSON_DATA CALL FUNCTION 'HRTMC_SET_PERSON_DATA' EXPORTING iv_otype = 'S' it_personids = lt_personids iv_no_auth_check = abap_true IMPORTING ev_mem_id = lv_mem_id.

HRTMC_SET_PERSON_DATA CALL FUNCTION 'HRTMC_SET_PERSON_DATA' EXPORTING iv_otype = 'O' it_personids = lt_personids iv_no_auth_check = abap_true IMPORTING ev_mem_id = lv_mem_id.

HRTMC_SET_PERSON_DATA CALL FUNCTION 'HRTMC_SET_PERSON_DATA' EXPORTING iv_otype = 'P' it_personids = lt_personids iv_no_auth_check = abap_true IMPORTING ev_mem_id = lv_mem_id.

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.



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