SAP Reports / Programs

RV130001 SAP ABAP Report - documentation and ABAP source code







RV130001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The archiving of condition records is performed with 'ARCHIV DEVELOPMENT KIT' (ADK)...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 RV130001 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 RV130001. "Basic submit
SUBMIT RV130001 AND RETURN. "Return to original report after report execution complete
SUBMIT RV130001 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: P_CREAT = Generate Archive File
Selection Text: P_KONH = Max.no.of header conditions
Selection Text: P_KONV = Doc.check up to maximum
Selection Text: P_KVEWE = Usage
Selection Text: P_LPLUS = Archive indep.of date
Selection Text: P_PKEIN = No special processing
Selection Text: P_PLEXC = Archive ind.of date exclusivly
Selection Text: P_PROT = With detailed log
Selection Text: P_T681 = Max.no.of conditions tables
Selection Text: P_TABNR = Condition table
Selection Text: P_TABS = Max. no. of records per table
Selection Text: P_TEST = Test run (without deletion)
Selection Text: S_KAPPL = Application
Selection Text: S_KOART = Condition type
Text Symbol: 041 = The following conditions have not been archived, as documents still exist or doc.proc.was terminated
Text Symbol: 042 = No. of condition records determined after the doc. check:
Text Symbol: 043 = No data could be determined for the selection criteria
Text Symbol: 044 = Archiving for usage A = Pricing
Text Symbol: 045 = Seq.no.
Text Symbol: 046 = Options
Text Symbol: 047 = Runtime and system resources
Text Symbol: 048 = Max. no. of cond. headers t/b checked for missing cond. table
Text Symbol: 049 = Generated code per table
Text Symbol: 050 = Max. no. of records per condition type and table
Text Symbol: 051 = No archiving of the tables
Text Symbol: 052 = To
Text Symbol: 053 = No special processing
Text Symbol: 054 = Include all marked records, regardless of archiving date
Text Symbol: 055 = Archive only marked records, regardless of archiving date
Text Symbol: 056 = Condition table has no validity period
Text Symbol: 057 = Not Archivable Due to BAdI Implementation
Text Symbol: M01 = Maximum No. of Records to Archive VFKONX
Text Symbol: M02 = Maximum No. of Records to Archive VFSCAH
Text Symbol: M03 = Maximum No. of Records to Archive VFSCAI
Text Symbol: M04 = Maximum No. of Records to Archive VFSCAR1
Text Symbol: M05 = Maximum No. of Records to Archive VFSCAR2
Text Symbol: M06 = Maximum No. of Records to Archive VFSCAR3
Text Symbol: OI0 = Maximum Number of Records to Be Archived oicq4





Text Symbol: OI1 = Maximum Number of Records to Be Archived oicq5
Text Symbol: OI2 = Maximum Number of Records to Be Archived oicq6
Text Symbol: 001 = Conditions with deletion indicators
Text Symbol: 002 = Archiving runs with the following options
Text Symbol: 003 = Max.number of condition tables to be archived
Text Symbol: 004 = Test run only
Text Symbol: 005 = Detailed log
Text Symbol: 006 = End of archiving
Text Symbol: 007 = T681H: Consideration for following applications
Text Symbol: 008 = Client
Text Symbol: 009 = Usage
Text Symbol: 010 = Del.ID
Text Symbol: 011 = Residence time
Text Symbol: 012 = Max.number of documents which can be processed during doc.check
Text Symbol: 013 = T681 Number of entries selected
Text Symbol: 014 = Cond.table
Text Symbol: 015 = No. of condition records determined before doc. check:
Text Symbol: 016 = TabNo
Text Symbol: 017 = Tab
Text Symbol: 018 = KNUMH
Text Symbol: 019 = To Date
Text Symbol: 020 = Data from the selected condition tables
Text Symbol: 021 = Application
Text Symbol: 022 = Cond.type
Text Symbol: 023 = Doc.check: Number of appropriate documents from KONV
Text Symbol: 024 = Error generating FORM with Sy-Subrc
Text Symbol: 025 = Deletion ID: Take conditions not dependent on date into account
Text Symbol: 026 = Deletion ID: Only take conditions not dependent on date into account
Text Symbol: 027 = Number of condition headers without corresponding condition table :
Text Symbol: 028 = Max. no. of records to be archived KONH
Text Symbol: 029 = Maximum number of records to be archived KONP
Text Symbol: 030 = Maximum number of records to be archived KONW
Text Symbol: 031 = Maximum number of records to be archived KONM
Text Symbol: 032 = CoItmNo.
Text Symbol: 033 = UsageTill
Text Symbol: 034 = CoTabTill
Text Symbol: 035 = for the condition table
Text Symbol: 036 = Condition type
Text Symbol: 037 = DocCheck





Text Symbol: 038 = days
Text Symbol: 039 = Status
Text Symbol: 040 = No archiving of applications with document check as more documents exist than:


INCLUDES used within this REPORT RV130001

INCLUDE RV130TOP.


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