SAP Reports / Programs | Personnel Management | Budget Management | Position Budgeting and Control(PA-PM-PB) SAP PA

RHRFPM_DIFF_LIST_ORG SAP ABAP Report - Personnel Cost Savings Per Organizational Unit







RHRFPM_DIFF_LIST_ORG 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 display personnel cost savings along an organizational structure...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 RHRFPM_DIFF_LIST_ORG 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

HRFPM_DIFF_ORG - Personnel Cost Savings per Org.


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 RHRFPM_DIFF_LIST_ORG. "Basic submit
SUBMIT RHRFPM_DIFF_LIST_ORG AND RETURN. "Return to original report after report execution complete
SUBMIT RHRFPM_DIFF_LIST_ORG 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: PCHOBJID = Organizational Unit
Selection Text: PCHSEARK = Search Term
Selection Text: SO_DATE = Selection Period
Selection Text: VARIANT = Variant for List Display
Title: Personnel Cost Savings Per Organizational Unit
Text Symbol: 001 = Selection
Text Symbol: OBJ = Object


INCLUDES used within this REPORT RHRFPM_DIFF_LIST_ORG

INCLUDE RHXMACRO.


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:

LT_VARIANT_DESCRIPTION_LOAD CALL FUNCTION 'LT_VARIANT_DESCRIPTION_LOAD' EXPORTING i_dialog = ' ' i_user_specific = 'X' CHANGING cs_variant = is_variant EXCEPTIONS wrong_input = 1 not_found = 2 OTHERS = 3.

LT_F4_FOR_VARIANTS CALL FUNCTION 'LT_F4_FOR_VARIANTS' EXPORTING is_variant = is_variant i_user_specific = 'X' i_display_via_grid = 'X' IMPORTING es_variant = is_variant EXCEPTIONS not_found = 1 OTHERS = 2.

RH_GET_ACTIVE_WF_PLVAR CALL FUNCTION 'RH_GET_ACTIVE_WF_PLVAR' IMPORTING act_plvar = pchplvar EXCEPTIONS OTHERS = 0.

HRFPM_DIFF_LIST_DISPLAY CALL FUNCTION 'HRFPM_DIFF_LIST_DISPLAY' EXPORTING it_diff_list = it_diff_list_out variant = variant maxlevel = maxlevel header = i_header.

RH_MACO CALL FUNCTION 'RH_MACO' EXPORTING seark = maco_seark seark_text = maco_text plvar = maco_plvar otype = maco_otype set_mode = ' ' TABLES sel_objects = maco_objects EXCEPTIONS nothing_found = 1 OTHERS = 4.

RH_OBJID_REQUEST CALL FUNCTION 'RH_OBJID_REQUEST' EXPORTING plvar = p_plvar otype = p_otype TABLES sel_objects = sel_objects EXCEPTIONS OTHERS = 0.



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