RGJARC02 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 archive IS-JVA-Billing 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 RGJARC02 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: S_PARTN = Partner account number
Selection Text: S_ERYEAR = Reference-fiscal year
Selection Text: S_EDOCNR = Reference-documentnumber
Selection Text: S_DOCNR = JV documentnumber
Selection Text: S_BUDAT = Posting Date
Selection Text: RYEAR = Fiscal Year
Selection Text: P_WICU = Customizingstatistic
Selection Text: P_T_PLUS = Archive data
Selection Text: P_TEST = Testrun
Selection Text: P_SEL_YN = Actual archiving type
Selection Text: P_PROD = Archive and delete data
Selection Text: P_LVEN = Venture/partnerwise archiving
Selection Text: P_LIWI = Documentwise sorted archiving
Selection Text: P_LINI = Lineitems not sorted
Selection Text: P_ITSIZE = Records per select
Selection Text: P_CUST = Customizing list
Selection Text: PERIOD = Period
Selection Text: JVNAM = Joint venture
Selection Text: EGROU = Equity group
Selection Text: BUKRS = Company code
Title: JV-Billing Archiving (JV_Billing)
Text Symbol: S08 = Number of records read:
Text Symbol: S07 = Number of objects:
Text Symbol: S06 = Table:
Text Symbol: S05 = Tables statistic:
Text Symbol: S04 = Records passed for test-deleting mode:
Text Symbol: S03 = Records passed for productive deleting:
Text Symbol: S02 = Number of objects:
Text Symbol: S01 = Archiving statistic:
Text Symbol: PB2 = @3B@ Archivingtype
Text Symbol: PB1 = @45@ Package parameter
Text Symbol: P11 = Note on customizing statistic
Text Symbol: P10 = Note on totals and lineitems package size
Text Symbol: P09 = Note on lineitem package size
Text Symbol: P08 = Note on archiving without database change
Text Symbol: P07 = Note on unsorted lineitem archiving
Text Symbol: P06 = Note on documentwise sorted lineitem archiving
Text Symbol: P02 = Archiving type options
INCLUDE ARC02TOP.
INCLUDE ARC02SEL.
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 RGJARC02 or its description.