RSVCAR14 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes an index of an archive file containing versions of Repository objects...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 RSVCAR14 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: CREADAT2 = Delete up to and including
Selection Text: OBJECT = Archiving object name
Selection Text: PACKSIZE = Size of data packet
Title: Version Management - Archiving: Delete the Object Index
Text Symbol: 008 = No index entries exist for the selected archiving sessions
Text Symbol: A01 = No archiving sessions found before the specified date
Text Symbol: A02 = date.
Text Symbol: 001 = Delete:
Text Symbol: 002 = Read:
Text Symbol: 003 = End of deletion
Text Symbol: 004 = Specify a valid date
Text Symbol: 005 = Archiving object does not exist
Text Symbol: 006 = Archive file
Text Symbol: 007 = Index entries deleted
INCLUDE RSVCARCI.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_ADMIN_SET_STATUS CALL FUNCTION 'ARCHIVE_ADMIN_SET_STATUS' EXPORTING FILES_ARE_CONVERTED = ' ' INDEX_DELETED = 'X' TABLES ARCHIVE_FILES = GT_FIL_TAB EXCEPTIONS CANNOT_CHANGE_STATUS = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSVCAR14 - Version Management - Archiving: Delete the Object Index RSVCAR14 - Version Management - Archiving: Delete the Object Index RSVCAR07 - Version Management - Archiving: Restore RSVCAR07 - Version Management - Archiving: Restore RSVCAR06 - Version Management - Archiving: Delete RSVCAR06 - Version Management - Archiving: Delete