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
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_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:
INCLUDE RDC02TOP.
INCLUDE RDT02TOP.
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.
RGJRDT02 - Example for reading archived totals (Archiveobject JV_BILLING) RGJRDT02 - Example for reading archived totals (Archiveobject JV_BILLING) RGJRDT01 - Example for reading archived totals (Archiveobject JV_OBJECT) RGJRDT01 - Example for reading archived totals (Archiveobject JV_OBJECT) RGJRDP01 - Example for reading archived planning line items (AO JV_OBJECT) RGJRDP01 - Example for reading archived planning line items (AO JV_OBJECT)