SAP Reports / Programs | Payroll | Australia(PY-AU) SAP PY

RPUARQQP SAP ABAP Report - Common Data Area - Actual







RPUARQQP 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 RPUARQQP 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 RPUARQQP. "Basic submit
SUBMIT RPUARQQP AND RETURN. "Return to original report after report execution complete
SUBMIT RPUARQQP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Payroll Results
Selection Text: ONLINE = Online Report
Title: Common Data Area - Actual
Text Symbol: MUS =
Text Symbol: NST =
Text Symbol: P19 = Aktueller Eintrag :
Text Symbol: Q94 = PerMod. Period CheckDt Wgtp Designation Amount
Text Symbol: Q9V = Retro.acctng
Text Symbol: Q9W = Balances
Text Symbol: Q9X = Arrears
Text Symbol: Q9Y = Limits on deduction
Text Symbol: Q9Z = WTYP V V# Designation Amount Origin
Text Symbol: RG0 = Seqnr AS AK FürPer InPer FürBeg FürEnd InEnd IAK PERMO JUPER
Text Symbol: RG1 = AS AK InPer PerMo InPer InPerEnde AbrTY ABRID
Text Symbol: RG2 = ungült. Zahldatum JuPer BonusDatum AbrDatum AbrZeit StoRNODAT STORNOZT
Text Symbol: RG3 = StornoGr
Text Symbol: RG4 = Seqnr AK FürPer PerMo FürPer FürPerBeg FürPerEnd AbrTY ABRID
Text Symbol: STA =
Text Symbol: TC0 =
Text Symbol: TC1 =
Text Symbol: TCP =
Text Symbol: TEP =
Text Symbol: TV0 =
Text Symbol: UW1 =
Text Symbol: UW2 =
Text Symbol: UW3 =
Text Symbol: UW4 =
Text Symbol: WED =
Text Symbol: WMH =
Text Symbol: 001 = PARAMETERS PASSED TO RPUCRQQP INCOMPLETE
Text Symbol: 002 = CLUSTER NOT FOUND
Text Symbol: 003 = VERSION NUMBER OF CLUSTER IS INCORRECT
Text Symbol: 004 = CLUSTER DIRECTORY NOT FOUND
Text Symbol: A0P = PerMo JuPer AK FürPer FürPerBeg FürPerEnd PerBeg(T549Q) PEREND(T549Q) RR
Text Symbol: A1P = IAK InPer InPerEnd RRDat
Text Symbol: A2P = PerMo Datmo JuPer RRDat RR
Text Symbol: A3P = AK FürPer FürPerBeg FürPerEnd PerBeg(T549Q) PerEnd(T549Q) ABRTY ABRID
Text Symbol: A4P = IAK InPer InPerBeg InPerEnd BonusDatum Zahldatum IABRTY IABRID





Text Symbol: AB1 =
Text Symbol: AB2 =
Text Symbol: ABW =
Text Symbol: AL1 = # Begda Endda Beguz Enduz Anzhl Eh
Text Symbol: AL2 = Bwgrl Ot Plans Pr Prkz
Text Symbol: AL3 = A Betrg Trfgr Ts
Text Symbol: APY =
Text Symbol: APZ =
Text Symbol: ASS = Fkt Par1 Par2 Par3 Par4 P D Text
Text Symbol: AUS =
Text Symbol: BAZ =
Text Symbol: BUL =
Text Symbol: DIT =
Text Symbol: ES1 =
Text Symbol: EX1 =
Text Symbol: JUP =
Text Symbol: KDI =
Text Symbol: KET =
Text Symbol: LS1 =
001 Emp Id Employee Name Payroll Subunit Payroll Period


INCLUDES used within this REPORT RPUARQQP

INCLUDE RPCLST00.
INCLUDE RPC2RX02. "FDSAHRK002232
INCLUDE RPC2RX19. "FDSAHRK000132
INCLUDE RPC2RQQ0.
INCLUDE RPCXRQQ0.
INCLUDE RPCFDC19. "FDSAHRK002232
INCLUDE RPC2CD09. "FDSAHRK000132
INCLUDE RPC2PS00.
INCLUDE RPC2PT00.
INCLUDE RPCFVP09. "FDSAHRK000132
INCLUDE RPCFDC10.
INCLUDE RPCFDC09. "FDSAHRK002232
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPCMGR09.
INCLUDE RPCPR109.
INCLUDE RPCPR1X0.
INCLUDE RPPPXM00.


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:

CD_READ_LAST CALL FUNCTION 'CD_READ_LAST' EXPORTING BEGIN_DATE = LOW-DATE END_DATE = ENDDATE IMPORTING OUT_SEQNR = NEWSEQNR TABLES RGDIR = RGDIR EXCEPTIONS NO_RECORD_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 RPUARQQP or its description.