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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.