SAP Reports / Programs

RGJRDT02 SAP ABAP Report - Example for reading archived totals (Archiveobject JV_BILLING)







RGJRDT02 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 RGJRDT02 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 RGJRDT02. "Basic submit
SUBMIT RGJRDT02 AND RETURN. "Return to original report after report execution complete
SUBMIT RGJRDT02 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: P_ASE_YN = Current archive sel.
Selection Text: P_HSL = 2nd currency
Selection Text: P_KSL = 3rd currency
Selection Text: P_SEL_YN = Current read type
Selection Text: P_TSL = Transaction currency
Selection Text: S_BUDAT = Posting Date
Selection Text: S_BUKRS = Company code
Selection Text: S_DOCNR = JV documentnumber
Selection Text: S_EDOCNR = Reference-documentnumber
Selection Text: S_ERYEAR = Reference-fiscal year
Selection Text: S_PERIOD = Period
Selection Text: S_RBILID = Billing indicator
Selection Text: S_RDBILL = Invoice month - Posting diff.
Selection Text: S_RDPOM = Operational month - Post.diff
Selection Text: S_REGROU = Equity group
Selection Text: S_RJVNAM = Joint venture
Selection Text: S_RLDNR = Ledger
Selection Text: S_RPARTN = Partner account number
Selection Text: S_RPROJK = WBS element
Selection Text: S_RRCTY = Record type
Selection Text: S_RVERS = Version
Selection Text: S_RYEAR = Fiscal Year
Title: Example for reading archived totals (Archiveobject JV_BILLING)
Text Symbol: TVS = TrCur(bal)
Text Symbol: TVM = Trans.Curr(balance)
Text Symbol: TVL = Trans.Currency (balance)
Text Symbol: TSS = TransCurr.
Text Symbol: TSM = Trans.Currency
Text Symbol: TSL = Trans.Currency
Text Symbol: SUM = Sum
Text Symbol: S12 = Records read from archives
Text Symbol: S11 = Table
Text Symbol: S10 = Table statistic:
Text Symbol: P04 = @3Y@ Archive sel.
Text Symbol: P02 = Information
Text Symbol: 911 = Program started by user:
Text Symbol: 912 = Start-date:
Text Symbol: 913 = Start-time:





Text Symbol: 914 = Stop-date:
Text Symbol: 915 = Stop-time:
Text Symbol: 919 = System:
Text Symbol: ASL = Add. qty
Text Symbol: ASM = Add. qty
Text Symbol: ASS = Add.quant.
Text Symbol: AVL = Additive Quantity (balance)
Text Symbol: AVM = Add.quant.(bal)
Text Symbol: AVS = Add.quant.(bal)
Text Symbol: B01 = General Selections
Text Symbol: B02 = Doc sel. criteria
Text Symbol: B03 = Add. ledger options
Text Symbol: B04 = Default display options for currencies/quantities
Text Symbol: B31 = Read associated average balance ledgers
Text Symbol: B32 = Read associated export ledgers
Text Symbol: C01 = Transaction curr.
Text Symbol: C02 = 2nd currency
Text Symbol: C03 = 3rd currency
Text Symbol: C04 = Qty
Text Symbol: C05 = Add. qty
Text Symbol: E01 = @3B@ Only actual line items will be read
Text Symbol: E02 = @3B@ Only planning line items will be read
Text Symbol: E03 = @3B@ Read summary records
Text Symbol: E04 = @01@ Archives selected
Text Symbol: E05 = @03@ No archive selected
Text Symbol: F05 = Archive sel.
Text Symbol: MSL = Quantity
Text Symbol: MSM = Quantity
Text Symbol: MSS = Quantity
Text Symbol: MVL = Quantity (balance)
Text Symbol: MVM = Quant.(balance)
Text Symbol: MVS = Quant.(bal)


INCLUDES used within this REPORT RGJRDT02

INCLUDE RDC02TOP.
INCLUDE RDT02TOP.
INCLUDE RDT02SEL.


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:

No SAP FUNCTION MODULES are executed within this report code!



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