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
Below is a list of transaction codes which are relevant to this SAP report
PA98 - Compensation Administration
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: 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 :
No INCLUDES are used within this REPORT code!
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.