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

RPUCMP40 SAP ABAP Report - Salary Increase (Old Version)







RPUCMP40 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPUCMP40 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 RPUCMP40. "Basic submit
SUBMIT RPUCMP40 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCMP40 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: PA_TABID = D Matrix ID
Selection Text: PA_PREAS = D Reason for change
Selection Text: PA_MOCMP = D Compensation Area
Selection Text: PA_EFFDT = D From
Title: Salary Increase (Old Version)
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:
Text Symbol: E09 = Matrix ID :
Text Symbol: E10 = Reason for salary change invalid :
Text Symbol: H01 = Name PerNo Job Group/Level
Text Symbol: H02 = Chg. Curr.salry Plan salary Abs.Adj. Pct.Adj.
Text Symbol: T01 = Compensation admin.
Text Symbol: T02 = Error list
Text Symbol: W01 = Batch input
Text Symbol: W02 = Create new salary records
Text Symbol: W03 = online or in batch?
Text Symbol: W05 = Batch
Text Symbol: W06 = Online
Text Symbol: E01 = No errors occurred
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: 051 = Total


INCLUDES used within this REPORT RPUCMP40

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:

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TEXTLINE1 = TEXT-W02 TEXTLINE2 = TEXT-W03 TEXTLINE3 = TEXT-W04 TEXT_OPTION1 = TEXT-W05 TEXT_OPTION2 = TEXT-W06 TITEL = TEXT-W01 IMPORTING ANSWER = POPUP_ANSWER.

HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = BUKRS IMPORTING COMP_NAME = HRCA_COMPANY-COMP_NAME FI_MANAGEMENTAREA = HRCA_COMPANY-FI_MANAGEMENT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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