RHRFPM_DIFF_DEL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can release existing personnel cost savings completely with this report...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_DEL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRPBC_DIFF_SOLVE_MAS - Remove Funds Block in Mass Run
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: SO_VOR = D .
Selection Text: SO_SAK = D .
Selection Text: SO_PTY_S = D .
Selection Text: SO_PTY_P = D .
Selection Text: SO_POS = D .
Selection Text: SO_NPL = D .
Selection Text: SO_KOS = D .
Selection Text: SO_KOK = D .
Selection Text: SO_GRA = D .
Selection Text: SO_GEB = D .
Selection Text: SO_FKB = D .
Selection Text: SO_FIS = D .
Selection Text: SO_FIP = D .
Selection Text: SO_BUP = D .
Selection Text: SO_BUK = D .
Selection Text: SO_AUF = D .
Selection Text: P_SERGRP = D .
Selection Text: P_GRA = D .
Selection Text: P_GEB = D .
Selection Text: P_FKB = D .
Selection Text: P_FIS = D .
Selection Text: P_FIP = D .
Selection Text: P_BUP = D .
Selection Text: P_ANZPAR = D .
Selection Text: P_ANZOBJ = D .
Selection Text: SO_PTY_A = D .
Selection Text: SO_PER = Person
Selection Text: SO_HRPOS = Position
Selection Text: SO_DATE3 = Selection Period
Selection Text: SO_DATE2 = Selection Period
Selection Text: SO_DATE1 = Selection Period
Selection Text: P_TEST = Test Run
Title: Release Personnel Cost Savings
Text Symbol: 101 = Documents are read
Text Symbol: 020 = Budget Receiver Address
Text Symbol: 010 = Par. Processing
Text Symbol: 008 = Personnel Cost Savings Selected
Text Symbol: 007 = Personnel Cost Savings Released Successfully
INCLUDE RHRFPM_DIFF_DEL_S01. " SELECTION SCREENS
INCLUDE RHRFPM_DOC03F01.
INCLUDE FPM_DIFF_DEL_DISPLAY_LOGF01.
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = text-101.
HRFPM_ENQUEUE_FUND_BLOCKINGS CALL FUNCTION 'HRFPM_ENQUEUE_FUND_BLOCKINGS' TABLES ct_items = gt_hrfpm_diff ct_messages = gt_messages.
RH_PM_FIKRS_GET_FROM_BUKRS CALL FUNCTION 'RH_PM_FIKRS_GET_FROM_BUKRS' EXPORTING pd_bukrs = gf_hrfpm_diff-bukrs IMPORTING pd_fikrs = gt_receiver-fikrs EXCEPTIONS not_found = 1.
HRFPM_DISSOLVE_FUND_BLOCKING CALL FUNCTION 'HRFPM_DISSOLVE_FUND_BLOCKING' EXPORTING i_dissolve_total = 'X' TABLES ct_diff_item = gt_hrfpm_diff ct_messages = gt_messages.
HRFPM_DISSOLVE_FUND_BLOCKING_B CALL FUNCTION 'HRFPM_DISSOLVE_FUND_BLOCKING_B' EXPORTING i_dissolve_total = 'X' TABLES ct_diff_flagged = gt_hrfpm_diff it_receiver = gt_receiver[] ct_messages = gt_messages.
HRFPM_DISSOLVE_FUND_BLOCKING CALL FUNCTION 'HRFPM_DISSOLVE_FUND_BLOCKING' STARTING NEW TASK g_f_rfc_control-taskname DESTINATION IN GROUP g_f_rfc_control-serv_group PERFORMING rfc_come_back ON END OF TASK EXPORTING i_dissolve_total = 'X' TABLES ct_diff_item = lt_hrfpm_diff EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE l_mess communication_failure = 3 MESSAGE l_mess OTHERS = 4. "#EC *
HRFPM_DISSOLVE_FUND_BLOCKING_B CALL FUNCTION 'HRFPM_DISSOLVE_FUND_BLOCKING_B' STARTING NEW TASK g_f_rfc_control-taskname DESTINATION IN GROUP g_f_rfc_control-serv_group PERFORMING rfc_come_back ON END OF TASK EXPORTING i_dissolve_total = 'X' TABLES ct_diff_flagged = lt_hrfpm_diff it_receiver = gt_receiver[] EXCEPTIONS resource_failure = 1 system_failure = 2 MESSAGE l_mess communication_failure = 3 MESSAGE l_mess OTHERS = 4. "#EC *
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_DEL - Release Personnel Cost Savings RHRFPM_DIFF_DEL - Release Personnel Cost Savings RHRFPM_DESTINATION - Display of Receiver System RHRFPM_DESTINATION - Display of Receiver System RHRFPM_DELE_UNNEEDED_WORKITEMS - Report RHRFPM_DELE_UNNEEDED_WORKITEMS RHRFPM_DELE_UNNEEDED_WORKITEMS - Report RHRFPM_DELE_UNNEEDED_WORKITEMS