RV130005 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Archiving condition records is carried out using the 'ARCHIVE 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 RV130005 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_BOST_A = only final settlement rebate
Selection Text: P_BOST_F = only final settlement agrmnts
Selection Text: P_BOST_K = only final settlement agrmnts
Selection Text: P_DAT1 = Past period
Selection Text: P_DAT2 = Past date
Selection Text: P_LIS1 = Log without agreements
Selection Text: P_LIS2 = Log with agreements
Selection Text: P_PROT = Create log
Selection Text: P_RDATE = Archiving key date
Selection Text: P_TAGE = Past period in days
Selection Text: P_TEST = Deletion run in test mode
Selection Text: REMARK = Comment for archiving session
Selection Text: S_BOART = Agreement type
Selection Text: S_EKORG = Purchasing organization
Selection Text: S_KNUMA = Agreement
Selection Text: S_SPART = Division
Selection Text: S_SPARTE = Division
Selection Text: S_VKORG = Sales organization
Selection Text: S_VKORGE = Sales organization
Selection Text: S_VTWEG = Distribution channel
Selection Text: S_VTWEGE = Distribution channel
Selection Text: P_ATEST = Archiving in test run
Selection Text: P_ABTY_K = Agreement - Purchasing Vendor
Selection Text: P_ABTY_F = Agreement - Purchasing Cust.
Selection Text: P_ABTY_C = Sales deal
Selection Text: P_ABTY_B = Promotion
Selection Text: P_ABTY_A = Rebate agreement - Sales
Title: Agreement Archiving: Write program for object SD_AGREEM
Text Symbol: 007 = Agreements in purchasing
Text Symbol: 006 = Sales promotions without promo assignment
Text Symbol: 005 = promotion incl. assigned sales promotions
Text Symbol: 004 = @04@ Only final settlement status
Text Symbol: 003 = Rebate agreement - Sales
Text Symbol: 002 = Agreements in sales
Text Symbol: 001 = Program selections
Text Symbol: 200 = Agreement
Text Symbol: 132 = Data for archive file:
Text Symbol: 120 = Archived agreements:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING REPORT = 'RV130005' SELTEXT = 'X' NEWPAGE = ' ' TABLES SEL_TAB = SELECTION_TAB.
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 RV130005 or its description.
RV130005 - Agreement Archiving: Write program for object SD_AGREEM RV130005 - Agreement Archiving: Write program for object SD_AGREEM RV130004 - Sel. Popups IDoc Cats, Accompanying Ref. IDoc Cats and Target Systems RV130004 - Sel. Popups IDoc Cats, Accompanying Ref. IDoc Cats and Target Systems RV130003 - Conditions: Archiving Condition Records (DB Reloading Program) RV130003 - Conditions: Archiving Condition Records (DB Reloading Program)