RHECM_SUMMARIZE_CHANGES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Execute this report to evaluate employee data,as of a reporting period of your choosing, for a selected compensation plan during a compensation review...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_SUMMARIZE_CHANGES 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_SUMMARIZE_CHNGS - Summarize Comp. Planning Changes
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_VARIA = D .
Selection Text: P_LIMIT = Maximum Output Records
Selection Text: P_CREVI = D .
Selection Text: P_CPLAN = D .
Title: Summarize Compensation Planning Changes
Text Symbol: T29 = Planning Manager
Text Symbol: T28 = Plan. Manager.
Text Symbol: T27 = Pl. Manager
Text Symbol: T26 = Pl. Mgr.
Text Symbol: T25 = Organizational Unit ID for Planning
Text Symbol: T24 = Org. Unit ID for Planning
Text Symbol: T23 = Org.Unit ID for Plan.
Text Symbol: T22 = OrgUnit ID for Plan.
Text Symbol: T21 = Organizational Unit ID
Text Symbol: T20 = Org. Unit ID
Text Symbol: T19 = Org. Un. ID
Text Symbol: T18 = Org. ID
Text Symbol: T17 = Organizational Unit for Planning
Text Symbol: T16 = Org. Unit for Planning
Text Symbol: T15 = Org.Unit for Plan.
Text Symbol: T14 = OrgUnit for Plan.
Text Symbol: T13 = Organizational Unit
Text Symbol: T12 = Org. Unit
Text Symbol: T11 = Org. Un.
Text Symbol: T10 = Org.
Text Symbol: T05 = Employee Name
Text Symbol: T04 = Empl. Name
Text Symbol: T03 = Summary of Compensation Planning Changes
Text Symbol: T02 = Personnel Number
Text Symbol: T01 = Messages for Summary of Compensation Planning Changes
Text Symbol: B02 = Output
Text Symbol: B01 = Compensation Administration Data Selection
INCLUDE RHECM_CONSTANTS.
INCLUDE RHECM_CONSTANTS_CCATG.
INCLUDE RHECM_SUMMARIZE_CHANGES_D01.
INCLUDE RHECM_SUMMARIZE_CHANGES_S01.
INCLUDE RHECM_SUMMARIZE_CHANGES_M01.
INCLUDE RHECM_SUMMARIZE_CHANGES_F01.
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_SUMMARIZE_CHANGES - Summarize Compensation Planning Changes RHECM_SUMMARIZE_CHANGES - Summarize Compensation Planning Changes RHECM_STATUS_CHANGE_S01 - Include RHECM_STATUS_CHANGE_TOP RHECM_STATUS_CHANGE_O01 - Include RHECM_STATUS_CHANGE_O01 RHECM_STATUS_CHANGE_M01 - Include RHECM_STATUS_CHANGE_M01 RHECM_STATUS_CHANGE_I01 - Include RHECM_STATUS_CHANGE_I01