SAP Reports / Programs

RHRFPM_DIFF_DEL SAP ABAP Report - Release Personnel Cost Savings







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPBC_DIFF_SOLVE_MAS - Remove Funds Block in Mass Run


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_DEL. "Basic submit
SUBMIT RHRFPM_DIFF_DEL AND RETURN. "Return to original report after report execution complete
SUBMIT RHRFPM_DIFF_DEL 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: 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





Text Symbol: 006 = Release Personnel Cost Savings
Text Symbol: 003 = Acct.assgt
Text Symbol: 002 = Person
Text Symbol: 001 = Position


INCLUDES used within this REPORT RHRFPM_DIFF_DEL

INCLUDE RHRFPM_DIFF_DEL_S01. " SELECTION SCREENS
INCLUDE RHRFPM_DOC03F01.
INCLUDE FPM_DIFF_DEL_DISPLAY_LOGF01.


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:

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 *



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