SAP Reports / Programs

RGJRDA01 SAP ABAP Report - Example for reading archived actual line items (AO JV_OBJECT)







RGJRDA01 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 RGJRDA01 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 RGJRDA01. "Basic submit
SUBMIT RGJRDA01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGJRDA01 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_MSL = Qty
Selection Text: P_SEL_YN = Current read type
Selection Text: P_TSL = Transaction currency
Selection Text: S_ACCT = Account Number
Selection Text: S_BUDAT = Posting Date
Selection Text: S_BUKRS = Company code
Selection Text: S_DOCNR = JV documentnumber
Selection Text: S_DRCRK = Debit/credit ind.
Selection Text: S_EDOCNR = Reference-documentnumber
Selection Text: S_ERYEAR = Reference-fiscal year
Selection Text: S_KOKRS = Controlling area
Selection Text: S_RYEAR = Fiscal Year
Selection Text: S_RVERS = Version
Selection Text: S_RUNIT = Qty
Selection Text: S_RTCUR = Currency
Selection Text: S_RRCTY = Record type
Selection Text: S_RPRCTR = Profit Center
Selection Text: S_RORDNR = Order Number
Selection Text: S_RLDNR = Ledger
Selection Text: S_RJVNAM = Joint venture
Selection Text: S_REGROU = Equity group
Selection Text: S_RCNTR = Cost center
Selection Text: S_RBUSA = Business area
Selection Text: S_PERIOD = Period
Selection Text: S_OCLNT = Original client
Title: Example for reading archived actual line items (AO JV_OBJECT)
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: 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: M01 = Testrun! Testrun! Testrun! Testrun! Testrun! Testrun! Testrun!
Text Symbol: M02 = Prodctn run
Text Symbol: MSL = Quantity
Text Symbol: MSM = Quantity
Text Symbol: MSS = Quantity
Text Symbol: MVL = Quantity (balance)
Text Symbol: MVM = Quantity (balance)
Text Symbol: MVS = Quant.(bal)
Text Symbol: P02 = Information





Text Symbol: P04 = @3Y@ Archive sel.


INCLUDES used within this REPORT RGJRDA01

INCLUDE RDC01TOP.
INCLUDE RDA01TOP.
INCLUDE RDT01SEL.


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