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

RPTMC_TEST_PERFPOT SAP ABAP Report - Test Determination of Performance and Potential Values







RPTMC_TEST_PERFPOT 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 how the system determines performance and potential values for talents while considering the analysis periods defined in Customizing...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_PERFPOT 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_PERFPOT. "Basic submit
SUBMIT RPTMC_TEST_PERFPOT AND RETURN. "Return to original report after report execution complete
SUBMIT RPTMC_TEST_PERFPOT 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: S_OBJID = Talent
Selection Text: P_GRID = Calibration Grid
Selection Text: P_DATE = Date
Title: Test Determination of Performance and Potential Values
Text Symbol: P01 = Calibration Grid
Text Symbol: M15 = There are no talent review meetings in your system
Text Symbol: M14 = Enter a date
Text Symbol: M12 = No analysis period is defined in Customizing
Text Symbol: M11 = This calibration grid does not exist:
Text Symbol: M10 = No calibration grid is defined in Customizing
Text Symbol: M02 = Specify a talent review meeting
Text Symbol: L11 = Level
Text Symbol: L10 = Values
Text Symbol: K02 = Potential
Text Symbol: K01 = Perform.
Text Symbol: I07 = Workaround (Process Table)
Text Symbol: I05 = Status of Period Determination
Text Symbol: I04 = Status
Text Symbol: I03 = Validity Period for New Infotypes
Text Symbol: I02 = Error Determining Period
Text Symbol: I01 = Period Determination Is OK
Text Symbol: G12 = ID of Manager in PMP Process
Text Symbol: G11 = Manager ID
Text Symbol: G10 = Basis of Period Determination
Text Symbol: R01 = Relevant
Text Symbol: R02 = Relevant Record
Text Symbol: R03 = Record Relevant for Analysis Period
Text Symbol: S01 = Criteria
Text Symbol: SC1 = Talent Review Mtg
Text Symbol: SC2 = Manual Entry
Text Symbol: SC3 = Read Data from Talent Review Mtg
Text Symbol: SC5 = Agenda Topic
Text Symbol: SCA = Talents
Text Symbol: SCB = Date
Text Symbol: SCC = Calibration Grid
Text Symbol: SCD = Performance Scale
Text Symbol: SCE = Potential Scale
Text Symbol: SCP = No Authorization Check





Text Symbol: SCR = Talent Review Meeting
Text Symbol: SO1 = Process Table
Text Symbol: SO2 = PMP BAdI
Text Symbol: SO3 = Analysis Period Customizing
Text Symbol: T10 = Information on Analysis Period Group
Text Symbol: Z01 = Refresh
Text Symbol: F09 = Performance
Text Symbol: F02 = Object ID
Text Symbol: F01 = Name
Text Symbol: ES5 = Error reading scales
Text Symbol: ES4 = No authorization to read the scales
Text Symbol: ES2 = Potential scale was not found
Text Symbol: ES1 = Performance scale was not found
Text Symbol: A02 = Previous Value
Text Symbol: A01 = Used Value
Text Symbol: 017 = Analysis Period ID
Text Symbol: 016 = Period ID
Text Symbol: 015 = Period Description
Text Symbol: 014 = Period ID
Text Symbol: 013 = Prev. Potential Key Date
Text Symbol: 012 = Prev. Perform. Key Date
Text Symbol: 011 = Potential Key Date
Text Symbol: 010 = Performance Key Date
Text Symbol: 008 = Invalid Value
Text Symbol: 007 = Invalid Scale
Text Symbol: 004 = Records
Text Symbol: 002 = Y-Axis
Text Symbol: 001 = X-Axis
Text Symbol: G09 = Manager in PMP Process
Text Symbol: G08 = Manager
Text Symbol: G07 = Infotype
Text Symbol: G05 = Origin
Text Symbol: G04 = Infotype Validity Period
Text Symbol: G03 = Previous Analysis Period
Text Symbol: G02 = Analysis Period
Text Symbol: G01 = Period Group
Text Symbol: F28 = Validity Period for New Infotypes
Text Symbol: F27 = Period
Text Symbol: F26 = Validity Period





Text Symbol: F25 = Relevance of Entry
Text Symbol: F23 = Relevance
Text Symbol: F22 = Max. Value of Scale
Text Symbol: F21 = Meeting
Text Symbol: F20 = Potential Infotype Records
Text Symbol: F19 = Performance Infotype Records
Text Symbol: F18 = Maximum Value of Scale
Text Symbol: F17 = Max. Value
Text Symbol: F12 = Potential
Text Symbol: F11 = Previous Potential
Text Symbol: F10 = Prev. Performance


INCLUDES used within this REPORT RPTMC_TEST_PERFPOT

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_dynpfields 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.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PERIOD_GROUP' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_GROUP' * stepl = 0 * window_title = text-100 value_org = 'S' TABLES value_tab = lt_values EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3. "#EC FB_RC (not interested, only for debugging)

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.

RHPG_SCALE_READ CALL FUNCTION 'RHPG_SCALE_READ' EXPORTING scale_id = pv_perf_scale IMPORTING stext = cv_perf_scale_text count = cv_perf_max EXCEPTIONS scale_not_found = 1 no_authority = 2 OTHERS = 3.

RHPG_SCALE_READ CALL FUNCTION 'RHPG_SCALE_READ' EXPORTING scale_id = pv_pot_scale IMPORTING stext = cv_pot_scale_text count = cv_pot_max EXCEPTIONS scale_not_found = 1 no_authority = 2 OTHERS = 3.

RP_CHECK_DATE CALL FUNCTION 'RP_CHECK_DATE' EXPORTING date = lv_date EXCEPTIONS date_invalid = 1 OTHERS = 2.

RHPG_SCALE_READ CALL FUNCTION 'RHPG_SCALE_READ' EXPORTING scale_id = pv_scale_id TABLES proficiency = lt_rating EXCEPTIONS scale_not_found = 1 no_authority = 2 OTHERS = 3. "#EC *

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = gv_plvar.

ICON_CREATE



CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_refresh text = space info = text-z01 IMPORTING result = refresh EXCEPTIONS OTHERS = 0.

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.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_AGENDA' values = lt_vrm_values EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon_name info = lv_icon_info add_stdinf = ' ' IMPORTING result = cs_icon EXCEPTIONS icon_not_found = 1 OTHERS = 1.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon_name info = lv_icon_info add_stdinf = ' ' IMPORTING result = cs_icon EXCEPTIONS icon_not_found = 1 OTHERS = 1.



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