SAP Reports / Programs | Personnel Management | Enterprise Compensation Management | Compensation Budgeting(PA-EC-BD) SAP PA

RHECM_BUDGET_RPT SAP ABAP Report - Audit Report for Budgets







RHECM_BUDGET_RPT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to monitor and review the budgeted amount, amount spent/awarded, and consequently the budget amount remaining for each budget unit...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 RHECM_BUDGET_RPT 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

PECM_DISPLAY_BUDGETS - Display Budgets


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 RHECM_BUDGET_RPT. "Basic submit
SUBMIT RHECM_BUDGET_RPT AND RETURN. "Return to original report after report execution complete
SUBMIT RHECM_BUDGET_RPT 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: R_CORSP = Correct Spent Budgets
Selection Text: R_CHKSP = Check and Display
Selection Text: PA_VARIA = D .
Selection Text: ORGID = Organizational Unit
Selection Text: FINYR = D .
Selection Text: FINREL = D .
Selection Text: BUTYP = D .
Selection Text: BUDID = Budget Unit
Title: Audit Report for Budgets
Text Symbol: US1 = Update Spent Budgets
Text Symbol: T08 = Change employee budgets by double clicking on the employee
Text Symbol: T07 = Options
Text Symbol: T06 = to
Text Symbol: T05 = Budget Period
Text Symbol: T04 = Budget Type
Text Symbol: T02 = Stock Unit
Text Symbol: T01 = Currency
Text Symbol: SN3 = Spent 0759
Text Symbol: SN2 = Spent Num from 0759
Text Symbol: SN1 = Spent Number from infotype 0759
Text Symbol: SA3 = Spent 0759
Text Symbol: SA2 = Spent Amt from 0759
Text Symbol: SA1 = Spent Amount from infotype 0759
Text Symbol: P06 = Selected node and all subordinates
Text Symbol: P05 = Currently selected node only
Text Symbol: P04 = Selected
Text Symbol: P03 = Subtree
Text Symbol: P02 = For which budget units should the spent budgets be corrected?
Text Symbol: P01 = Select Budget Units
Text Symbol: NC1 = New Currency
Text Symbol: H02 = Monitoring of Compensation Budgets
Text Symbol: H01 = Budget Unit
Text Symbol: B04 = Spent Amounts from Infotype 0759
Text Symbol: B03 = Output
Text Symbol: B02 = Organizational structure / Budget structure
Text Symbol: B01 = Budget Selection


INCLUDES used within this REPORT RHECM_BUDGET_RPT

INCLUDE RHECM_BUDGET_RPT_D01.
INCLUDE RHECM_BUDGET_RPT_S01.




INCLUDE RHECM_BUDGET_RPT_M01.
INCLUDE RHECM_BUDGET_RPT_O01.
INCLUDE RHECM_BUDGET_RPT_I01.
INCLUDE RHECM_BUDGET_RPT_F01.
INCLUDE RHECM_BUDGET_RPT_F02.
INCLUDE RHECM_BUDGET_RPT_F03.


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:

No SAP FUNCTION MODULES are executed within this report code!



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