RHCMPCREATE_ADJUSTMENTS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Creating Compensation Adjustments With this report you can centrally create compensation adjustments for many employees in one go...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 RHCMPCREATE_ADJUSTMENTS into the relevant SAP transactions such as SE38 or SE80
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: TEST_FL = D Test Mode
Selection Text: RND_FL = D Apply Rounding Rule
Selection Text: OUTP_FL = D Display Log
Title: Creating Compensation Adjustments
Text Symbol: ZEH = Time Unit
Text Symbol: VPL = Planning Period
Text Symbol: VAG = Adjustment Reason
Text Symbol: VAA = Adjustment Type
Text Symbol: PVW = Further Person Selection
Text Symbol: CHK = Other Data
Text Symbol: BIS = to
Text Symbol: ADJ = Comp. Adjustment
Text Symbol: 007 = Budget Name
Text Symbol: 006 = Budget ID
Text Symbol: 005 = Creating Compensation Adjustments
Text Symbol: 004 = Error Messages
Text Symbol: 003 = Update Run
Text Symbol: 002 = Test Run
Text Symbol: 001 = There were no errors
INCLUDE RHCMPCREATE_ADJUSTMENTS_F02. "SELECTION SCREEN
INCLUDE RHCMPCREATE_ADJUSTMENTS_O01. "PBO FOR COMBOBOXES
INCLUDE RHCMPCREATE_ADJUSTMENTS_F01. "FORM ROUTINES
INCLUDE RHCMPCREATE_ADJUSTMENTS_F03. "SHARED FORM ROUTINES
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.
RHCMPCREATE_ADJUSTMENTS - Creating Compensation Adjustments RHCMPCREATE_ADJUSTMENTS - Creating Compensation Adjustments RHCMPCR0 - Compa-Ratio Analysis RHCMPCR0 - Compa-Ratio Analysis RHCMPCOMPARE_PLALV_CALL - RHCMPCOMPAREPLALVCALL RHCMPCOMPARE_PL00 - Compare Actual Base Salary to Planned Compensation