SAP Reports / Programs | Personnel Management | Talent Management(PA-TM) SAP PA

RPTMC_TEST_RM_TALENT_MONITOR SAP ABAP Report - Test Talent Monitor







RPTMC_TEST_RM_TALENT_MONITOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to test the search configuration used to display talents in the talent monitor for a talent review meeting...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 RPTMC_TEST_RM_TALENT_MONITOR 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 RPTMC_TEST_RM_TALENT_MONITOR. "Basic submit
SUBMIT RPTMC_TEST_RM_TALENT_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RPTMC_TEST_RM_TALENT_MONITOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Test Talent Monitor
Text Symbol: T16 = Search Criteria of &1
Text Symbol: T15 = Talent Meets Search Criteria
Text Symbol: T14 = Search Depth
Text Symbol: T13 = Name
Text Symbol: T12 = Search Query Name
Text Symbol: T11 = Template
Text Symbol: T10 = Position: Talent ID
Text Symbol: T09 = Position: Talent
Text Symbol: T08 = Talent (ID)
Text Symbol: T07 = Talent
Text Symbol: T06 = Search
Text Symbol: T05 = Position (ID)
Text Symbol: T04 = Position
Text Symbol: T03 = Person (ID)
Text Symbol: T02 = Person
Text Symbol: T01 = Level
Text Symbol: SC7 = Talent Review Meeting
Text Symbol: SC6 = Date
Text Symbol: SC5 = Participants
Text Symbol: SC4 = Search Configuration
Text Symbol: SC3 = Read Data from Talent Review Meeting
Text Symbol: SC2 = Manual Entry
Text Symbol: SC1 = Talent Review Meeting
Text Symbol: S01 = Talent Monitor
Text Symbol: ER2 = Fill the Fields Search Configuration, Participants, and Date
Text Symbol: ER1 = Fill the Talent Review Meeting Field


INCLUDES used within this REPORT RPTMC_TEST_RM_TALENT_MONITOR

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:

RH_AUTHORITY_CHECK_OFF CALL FUNCTION 'RH_AUTHORITY_CHECK_OFF'. "switch off authorization check for following call

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = gv_plvar otype = 'RM' IMPORTING sel_object = ls_selected_object EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpro_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.

RH_AUTHORITY_CHECK_OFF CALL FUNCTION 'RH_AUTHORITY_CHECK_OFF'. "switch off authorization check for following call

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = gv_plvar otype = 'CP' IMPORTING sel_object = ls_selected_object EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 internal_error = 4 illegal_mode = 5 OTHERS = 6.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = ls_restriction EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = gv_plvar EXCEPTIONS no_active_plvar = 1 OTHERS = 2.

GET_ACCESSIBILITY_MODE CALL FUNCTION 'GET_ACCESSIBILITY_MODE' IMPORTING accessibility = gv_accessibility EXCEPTIONS its_not_available = 1 OTHERS = 2.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log_header IMPORTING e_log_handle = lv_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = lv_log_handle i_s_msg = ls_appl_log_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handles EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.



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