RGJREL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For a detailed description of how to reload archived IS-JVA-Cutback data, see program advice (PF key 6 or Goto --> Hints) and Help --> R/3 Library --> Basis components --> System administration --> Application Data Archiving --> ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RGJREL01 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: BUKRS = Company code
Selection Text: EGROU = Equity group
Selection Text: JVNAM = Joint venture
Selection Text: PERIOD = Period
Selection Text: P_ASE_YN = Selected archive
Selection Text: P_PROD = Productive run
Selection Text: P_SEL_YN = Actual reloading type
Selection Text: P_TEST = Testrun
Selection Text: RRCTY = Recordtype
Selection Text: RVERS = Version
Selection Text: RYEAR = Fiscal Year
Selection Text: S_ACCT = Account Number
Selection Text: S_BUDAT = Posting Date
Selection Text: S_DOCNR = JV documentnumber
Selection Text: S_EDOCNR = Reference-documentnumber
Selection Text: S_ERYEAR = Reference-fiscal year
Title: JV-Data reloading (JV_OBJECT)
Text Symbol: S13 = Records reloaded from archives
Text Symbol: S12 = Records read from archives
Text Symbol: S11 = Table
Text Symbol: S10 = Table statistic:
Text Symbol: S09 = Excluded Object
Text Symbol: S08 = Tablename
Text Symbol: PR2 = Note on reloading in productive mode
Text Symbol: PR1 = Note on reloading in testmode
Text Symbol: PB2 = @3B@ Reloadingtype
Text Symbol: P04 = @3Y@ Archive sel.
Text Symbol: P02 = Reloading type options
Text Symbol: P01 = Technical adjustments
Text Symbol: 601 = Table:
Text Symbol: 602 = Totals
Text Symbol: 603 = Actual Lineitems
Text Symbol: 604 = Planning Lineitems
Text Symbol: 605 = Records
Text Symbol: 606 = Total amount of Records
Text Symbol: 911 = Program started by user:
Text Symbol: 912 = Start-date:
Text Symbol: 913 = Start-time:
INCLUDE REL01TOP.
INCLUDE REL01SEL.
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.
RGJREL01 - JV-Data reloading (JV_OBJECT) RGJREL01 - JV-Data reloading (JV_OBJECT) 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)