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
Below is a list of transaction codes which are relevant to this SAP report
HRFPM_DIFF_ORG - Personnel Cost Savings per Org.
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.
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
INCLUDE RHXMACRO.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHRFPM_DIFF_LIST_ORG - Personnel Cost Savings Per Organizational Unit RHRFPM_DIFF_LIST_ORG - Personnel Cost Savings Per Organizational Unit RHRFPM_DIFF_DEL_S01_INIT - RHRFPMDIFFDELS01INIT RHRFPM_DIFF_DEL_S01 - RHRFPMDIFFDELS01 RHRFPM_DIFF_DEL - Release Personnel Cost Savings RHRFPM_DIFF_DEL - Release Personnel Cost Savings