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
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
Below is a list of transaction codes which are relevant to this SAP report
PECM_PROCESS_SUPPORT - Administer Org. Units and Budgets
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: 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
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.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHECM_PROCESS_SUPPORT_FOR_PLNG - Administer Org. Units and Budgets for Comp. Planning Process RHECM_PROCESS_SUPPORT_FOR_PLNG - Administer Org. Units and Budgets for Comp. Planning Process RHECM_PROCESS_EVENT_S01 - Selection screen for report RHECM_CANCEL_LTIPLAN RHECM_PROCESS_EVENT_M01 - Main program of report RHECM_CANCEL_LTIPLAN RHECM_PROCESS_EVENT_D01 - Data declarations for report RHECM_CANCEL_LTIPLAN RHECM_PROCESS_EVENT - Process Event for LTI Plan Grants