SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RSVCAR14 SAP ABAP Report - Version Management - Archiving: Delete the Object Index







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


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 RSVCAR14. "Basic submit
SUBMIT RSVCAR14 AND RETURN. "Return to original report after report execution complete
SUBMIT RSVCAR14 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: 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


INCLUDES used within this REPORT RSVCAR14

INCLUDE RSVCARCI.


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_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.



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