RPUCB2QP 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 RPUCB2QP 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: VONPERNR = ?...(VONPERNR)
Selection Text: SELPERNR = Complex selection
Selection Text: SELPABRP = Month
Selection Text: SELPABRJ = Year
Selection Text: SELCLTYP = Cluster type
Selection Text: LISTE = List
Selection Text: BISPERNR = ?...(BISPERNR)
Title: Display Cluster B2 of DB PCL2
Text Symbol: U25 = Infty Subty OBJPS Validity date SEQNR Gen.date Lv.type Entitl Text
Text Symbol: U30 = Validity date BTime ETime SbInd Abs.days Abs.hours
Text Symbol: U31 = Split ABART APBB Split 1,2,3 Payr.days Payr.hrs Cal.days
Text Symbol: U32 = SeqNo ValCl % work capacity Old validity date
Text Symbol: U33 = Att.days Att.hours Payr.days Payr.hrs Cal.days
Text Symbol: U34 = Compensation key Wage type
Text Symbol: U35 = Breaks:
Text Symbol: U36 = Begin End Paid Unpaid
Text Symbol: U37 = VTKEN ESGr ID Grpg DWSRu Grpg
Text Symbol: U38 = Status Aktive ind
Text Symbol: U39 = Subarea Accounting type
Text Symbol: U40 = Position BusArea OrgUnit Job OrgKey EmployTerms
Text Symbol: U41 = Time recording WS rule
Text Symbol: U43 = Substitution type...
Text Symbol: U44 = Validity date :
Text Symbol: U45 = Begin time End time Daily WS Class Variant Grpg
Text Symbol: U46 = PrevDayInd Day type ESGr HolCal ID PS grpg WS rule
Text Symbol: U50 = Quota type.........
Text Symbol: U51 = Validity date Begin time End time
Text Symbol: U52 = Number Time unit Used
Text Symbol: U53 = Infotype OBJPS SequenceNo CompensationKey Update
Text Symbol: U55 = Infotype OBJPS SequenceNo PrevDayIdentif Update
Text Symbol: U56 =
Text Symbol: U24 = APZNR Validity date Ev ER CCode PArea CCenter PRSG P
Text Symbol: 001 = Parameters not entered correctly
Text Symbol: 002 = Specified cluster not found
Text Symbol: T39 = Wage group........
Text Symbol: T52 = Material number...
Text Symbol: T53 = Group number..
Text Symbol: T65 = Absence type.....
INCLUDE RPCLST00.
INCLUDE RPC2RX02.
INCLUDE RPC2B201.
INCLUDE RPC2B202.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
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.