SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

RV130006 SAP ABAP Report - Agreement archiving: Deletion program for object SD_AGREEM







RV130006 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 RV130006 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 RV130006. "Basic submit
SUBMIT RV130006 AND RETURN. "Return to original report after report execution complete
SUBMIT RV130006 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_TEST = Deletion run in test mode
Selection Text: P_PROT = Create log
Title: Agreement archiving: Deletion program for object SD_AGREEM
Text Symbol: 303 = SAP Release:
Text Symbol: 302 = SAP system:
Text Symbol: 301 = Created on:
Text Symbol: 300 = Archive file:
Text Symbol: 210 = Error when opening the archive file
Text Symbol: 200 = No active archive key was selected
Text Symbol: 133 = Durat:
Text Symbol: 132 = Data for archive file:
Text Symbol: 125 = Deleted table entries in condition tables:
Text Symbol: 124 = Deleted table entries in KONH:
Text Symbol: 123 = Deleted table entries in WAKHIND:
Text Symbol: 122 = Deleted table entries in KONAIND:
Text Symbol: 121 = Deleted table entries in KONA:
Text Symbol: 120 = Number of table entries in EBOX (Index of settlement documents)
Text Symbol: 119 = Deleted table entries in EBOX:
Text Symbol: 118 = Deleted table entries in EKBO:
Text Symbol: 116 = Number table entries in condition tables:
Text Symbol: 115 = Number table entries in KONH (conditions header):
Text Symbol: 114 = Number of table entries in WAKHIND (index of trade promotions)
Text Symbol: 113 = Number of table entries in KONAIND (Index of sales promotions)
Text Symbol: 112 = Number of table entries in EKBO (Index of agreements in purchasing)
Text Symbol: 111 = Number of table entries in KONA (agreements)
Text Symbol: 110 = Deletion program had to be terminated
Text Symbol: 109 = End log for deletion program
Text Symbol: 107 = Program run with deletion in the database
Text Symbol: 106 = Test run, no deletion in the database
Text Symbol: 102 = End of deletion program:
Text Symbol: 101 = Start deletion program:
Text Symbol: 100 = Log for archiving agreements (deletion program)
Text Symbol: 099 = ********************************************************************************************
Text Symbol: 014 = Successful DB deletions:
Text Symbol: 013 = Archive contents:
Text Symbol: 012 = Specifications for program run
Text Symbol: 011 = Delete:
Text Symbol: 010 = Program options





Text Symbol: 003 = Create log
Text Symbol: 002 = Test run, data not deleted
Text Symbol: 001 = Parameters for program flow


INCLUDES used within this REPORT RV130006

No INCLUDES are used within this REPORT code!


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:

ARCHIVE_DELETE_OBJECT_DATA *?? call function 'ARCHIVE_DELETE_OBJECT_DATA' *?? exporting *?? archive_handle = arch_handle *?? exceptions *?? internal_error = 01 *?? wrong_access_to_archive = 02.



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