SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGJARC01 SAP ABAP Report - JV-Data Archiving (JV_OBJECT)







RGJARC01 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-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 RGJARC01 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 RGJARC01. "Basic submit
SUBMIT RGJARC01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGJARC01 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: JVNAM = Joint venture
Selection Text: EGROU = Equity group
Selection Text: PERIOD = Period
Selection Text: P_COMENT = Archive Session Note
Selection Text: P_CUST = Customizingstatistic only
Selection Text: P_ITSIZE = Records per select
Selection Text: P_LIAC = Venture/accountwise archiving
Selection Text: P_LINI = Lineitems not sorted
Selection Text: P_LIWI = Documentwise sorted archiving
Selection Text: BUKRS = Company code
Selection Text: P_PROD = Archive and delete data
Selection Text: P_SEL_YN = Actual archiving type
Selection Text: P_TACC = Totals sorted by venture, acct
Selection Text: P_TEST = Testrun
Selection Text: P_TNI = Totals archiving by package
Selection Text: P_T_PLUS = Archive data
Selection Text: P_WICU = Customizingstatistic
Selection Text: RRCTY = Recordtype
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: S_ACCT = Account Number
Selection Text: RVERS = Version
Selection Text: RYEAR = Fiscal Year
Title: JV-Data Archiving (JV_OBJECT)
Text Symbol: M01 = Testrun! Testrun! Testrun! Testrun! Testrun! Testrun! Testrun!
Text Symbol: M02 = Productive run
Text Symbol: M03 = Testrun with archive creation and test-deleting
Text Symbol: P01 = Access parameters
Text Symbol: P02 = Archiving type options
Text Symbol: P06 = Note on documentwise sorted lineitem archiving
Text Symbol: P07 = Note on unsorted lineitem archiving
Text Symbol: P08 = Note on archiving without database change
Text Symbol: P09 = Note on package size
Text Symbol: P11 = Note on customizing statistic
Text Symbol: P12 = Note on venture and accountwise sorted lineitem archiving
Text Symbol: PB1 = @45@ Package parameter





Text Symbol: PB2 = @3B@ Archivingtype
Text Symbol: S01 = Archiving statistic:
Text Symbol: S02 = Number of objects:
Text Symbol: S03 = Records passed for productive deleting:
Text Symbol: S10 = Number of records omitted:
Text Symbol: S08 = Number of records to be archived:
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: FI3 = Bank account switching: % exceptions occured
Text Symbol: B05 = Definition of the lineitem objects
Text Symbol: B04 = General processing options
Text Symbol: B02 = Further restrictions
Text Symbol: B01 = General Selections
Text Symbol: 920 = Archiving object:
Text Symbol: 919 = System:
Text Symbol: 918 = SAP-Release:
Text Symbol: 915 = Stop-time:
Text Symbol: 914 = Stop-date:
Text Symbol: 913 = Start-time:
Text Symbol: 912 = Start-date:
Text Symbol: 911 = Program started by:
Text Symbol: 610 = Rollup-planning lineitems
Text Symbol: 609 = Rollup-actual lineitems
Text Symbol: 608 = No records found in
Text Symbol: 606 = Total amount of Records
Text Symbol: 605 = Records
Text Symbol: 604 = Planning Lineitems
Text Symbol: 603 = Actual Lineitems
Text Symbol: 602 = Totals
Text Symbol: 601 = Table:
Text Symbol: 600 = Customizing-Statistic:
Text Symbol: B06 = Output options
Text Symbol: FI1 = @03@ No archiving because of existing corresponding FI documents
Text Symbol: FI0 = @03@ No archiving because of bank accounting document's status
Text Symbol: EX3 = Totals archiving by package
Text Symbol: EX2 = Totals archiving sorted by account and venture
Text Symbol: EX1 = Special options for totals-objects





Text Symbol: E03 = @3B@ Archiving of totals and lineitems
Text Symbol: E02 = @1B@ Only lineitems will be archived
Text Symbol: C19 = @1B@ Lineitems archive
Text Symbol: C18 = @3B@ Totals and line items archive
Text Symbol: C12 = Lineitem archiving sorted by account, venture
Text Symbol: C11 = Records per select
Text Symbol: C10 = Lineitems per select
Text Symbol: C09 = @1B@ Lineitems archive (sorted line items)
Text Symbol: C08 = @3B@ Totals and lineitems archive (sorted line items)
Text Symbol: C07 = Add customizing statistics
Text Symbol: C06 = Documentwise sorted archiving
Text Symbol: C05 = Lineitem archiving by packages
Text Symbol: C04 = Archiving with database change
Text Symbol: C03 = Archiving without database change
Text Symbol: C02 = Testrun
Text Symbol: C01 = Only Customizing statistic
Text Symbol: B07 = Processing options


INCLUDES used within this REPORT RGJARC01

INCLUDE ARC01TOP.
INCLUDE ARC01SEL.


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