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

RHCMPCREATE_ADJUSTMENTS SAP ABAP Report - Creating Compensation Adjustments







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


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 RHCMPCREATE_ADJUSTMENTS. "Basic submit
SUBMIT RHCMPCREATE_ADJUSTMENTS AND RETURN. "Return to original report after report execution complete
SUBMIT RHCMPCREATE_ADJUSTMENTS 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: 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


INCLUDES used within this REPORT RHCMPCREATE_ADJUSTMENTS

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


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