RGJRDA02 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 RGJRDA02 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: 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_DRCRK = Debit/credit ind.
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_RTCUR = Currency
Selection Text: S_RVERS = Version
Selection Text: S_RYEAR = Fiscal Year
Title: Example for reading archived actual line items (AO 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:
INCLUDE RDC02TOP.
INCLUDE RDA02TOP.
INCLUDE RDT02SEL.
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.
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 RGJRDA02 or its description.
RGJRDA02 - Example for reading archived actual line items (AO JV_BILLING) RGJRDA02 - Example for reading archived actual line items (AO JV_BILLING) RGJRDA01 - Example for reading archived actual line items (AO JV_OBJECT) RGJRDA01 - Example for reading archived actual line items (AO JV_OBJECT) RGJPCOR1 - Include for RGJCOSR2 RGJPCOD1 - Joint Venture Cost Calculations - International