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

RHECM_PROCESS_SUPPORT_FOR_PLNG SAP ABAP Report - Administer Org. Units and Budgets for Comp. Planning Process







RHECM_PROCESS_SUPPORT_FOR_PLNG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program, you can manage the data and employee budgets required for the compensation planning process (short form: planning process) in the Enterprise Compensation Management component...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_PROCESS_SUPPORT_FOR_PLNG 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_PROCESS_SUPPORT - Administer Org. Units and 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_PROCESS_SUPPORT_FOR_PLNG. "Basic submit
SUBMIT RHECM_PROCESS_SUPPORT_FOR_PLNG AND RETURN. "Return to original report after report execution complete
SUBMIT RHECM_PROCESS_SUPPORT_FOR_PLNG 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: P_BUDGET = Recalculate Budgets
Selection Text: P_INIT = Prepare Planning and Budgets
Selection Text: P_MSGS = Create Messages
Selection Text: P_ORGUN = OrgUnit with Subordinates
Selection Text: P_REINIT = Update Planning and Budgets
Selection Text: P_REOPEN = Update: Reopen Approved OUs
Selection Text: P_REVIEW = Compensation Review
Selection Text: R_OUNIT = OrgUnits w/o Subordinates
Selection Text: TESTRUN = Test Run (No Update)
Selection Text: XLOCKOBJ = Lock Objects
Title: Administer Org. Units and Budgets for Comp. Planning Process
Text Symbol: 001 = Compensation Administration Data Selection
Text Symbol: 002 = Update Control
Text Symbol: 003 = Output
Text Symbol: 004 = Function Selection
Text Symbol: 005 = Function Control
Text Symbol: 006 = Recalculate Budgets
Text Symbol: T02 = Messages for the Organizational Unit Initialization (Test mode)
Text Symbol: T03 = Messages for the Organizational Unit Initialization
Text Symbol: T04 = Organizational Unit


INCLUDES used within this REPORT RHECM_PROCESS_SUPPORT_FOR_PLNG

INCLUDE RHECM_CONSTANTS. " DEFINITION OF GENERAL CONSTANTS
INCLUDE RHECM_PREP_ORG_FOR_PLNG_D01.
INCLUDE RHECM_PST_FOR_PLNG_S01.
INCLUDE RHECM_PREP_ORG_FOR_PLNG_M01.
INCLUDE RHECM_PREP_ORG_FOR_PLNG_M02.


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