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

RPUCMP30 SAP ABAP Report - Increase Proposal







RPUCMP30 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The list will display the current and proposed salaries for employees selected...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 RPUCMP30 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

PA98 - Compensation Administration


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 RPUCMP30. "Basic submit
SUBMIT RPUCMP30 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCMP30 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: INDEXNAM = ?...(INDEXNAM)
Selection Text: PA_EFFDT = Effective date
Selection Text: PA_MOCMP = Compensation modifier
Selection Text: PA_PREAS = Reason for salary change
Selection Text: PA_TABID = Compensation Matrix
Selection Text: INDEXNM2 = ?...(INDEXNM2)
Selection Text: INDEXTYP = ?...(INDEXTYP)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPSORTF = ?...(PNPSORTF)
Selection Text: PNPSORTT = ?...(PNPSORTT)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Title: Increase Proposal
Text Symbol: W06 = Online
Text Symbol: W05 = Batch
Text Symbol: W03 = online or in batch?
Text Symbol: W02 = Create new salary records
Text Symbol: W01 = Batch input
Text Symbol: T02 = Error list
Text Symbol: T01 = Compensation admin.
Text Symbol: H02 = Chngd Current salary Planned salary Change Percent
Text Symbol: H01 = Name PersNo. Job PS gr.
Text Symbol: E10 = Reason for salary change invalid :
Text Symbol: E09 = Matrix ID :
Text Symbol: 001 = PersNo.
Text Symbol: 002 = SSN
Text Symbol: 003 = Org. unit :
Text Symbol: 004 = P.scale grp:
Text Symbol: 005 = Job :





Text Symbol: 006 = Mid-point :
Text Symbol: 007 = Performance points:
Text Symbol: 008 = Change percentage :
Text Symbol: 009 = Change amount :
Text Symbol: 010 = Summary
Text Symbol: 011 = ---------------
Text Symbol: 012 = Current
Text Symbol: 013 = -------
Text Symbol: 014 = Default
Text Symbol: 015 = -------------
Text Symbol: 016 = Salary
Text Symbol: 017 = Compa-ratio
Text Symbol: 018 = Exempt ind.:
Text Symbol: 020 = Enterprise :
Text Symbol: 021 = PersArea :
Text Symbol: 022 = Pers.subarea:
Text Symbol: 023 = Org.unit :
Text Symbol: 024 = Pers.subgroup:
Text Symbol: 050 = Total:
Text Symbol: 051 = Total
Text Symbol: E01 = No errors occurred
Text Symbol: E02 = PersNo. Sev. Table T.key
Text Symbol: E03 = Table entry does not exist
Text Symbol: E04 = Infotype record not found
Text Symbol: E05 = Error occurred during processing - see error list
Text Symbol: E06 = Matrix does not exist
Text Symbol: E07 = Validity date :
Text Symbol: E08 = Compensation modifier:


INCLUDES used within this REPORT RPUCMP30

No INCLUDES are used within this REPORT code!


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