SAP Reports / Programs

RCCARCH3 SAP ABAP Report - Program for Archiving Change Master Records, Read







RCCARCH3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Evaluation of the archive status for archiving change numbers...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 RCCARCH3 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 RCCARCH3. "Basic submit
SUBMIT RCCARCH3 AND RETURN. "Return to original report after report execution complete
SUBMIT RCCARCH3 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: DOCUMENT = D Archiving Session
Title: Program for Archiving Change Master Records, Read
Text Symbol: 100 = Leading Change Master Record
Text Symbol: 095 = Long Text Language
Text Symbol: 094 = Deletion Indicator
Text Symbol: 093 = Change Released
Text Symbol: 092 = Can Be Overridden
Text Symbol: 091 = Effectivity Type
Text Symbol: 090 = Function of Chg.No.
Text Symbol: 085 = Change Management: Validity
Text Symbol: 084 = Change Hierarchy
Text Symbol: 083 = Alternative Dates
Text Symbol: 082 = Object Management Records for Change Master
Text Symbol: 081 = Object Types for Change Master
Text Symbol: 080 = Change Master Record
Text Symbol: 067 = Obj. Assignment Indicator
Text Symbol: 066 = External Key
Text Symbol: 065 = Changed By:
Text Symbol: 064 = Changed On:
Text Symbol: 063 = Created By:
Text Symbol: 062 = Created On:
Text Symbol: 061 = Valid From
Text Symbol: 060 = Alt. Date Counter
Text Symbol: 056 = Type
Text Symbol: 101 = Change Package
Text Symbol: 137 = Stat. Reg. Eff. To
Text Symbol: 136 = Stat. Reg. Eff. From
Text Symbol: 135 = Gen. After Release
Text Symbol: 134 = Tech. Released
Text Symbol: 133 = Rel. Key Changed At
Text Symbol: 132 = Rel. Key Changed On
Text Symbol: 131 = Rank
Text Symbol: 130 = Internal Class No.
Text Symbol: 120 = Cntr
Text Symbol: 114 = Material Number
Text Symbol: 113 = Changed By
Text Symbol: 112 = Changed On
Text Symbol: 111 = Created By





Text Symbol: 110 = Created On
Text Symbol: 109 = OI
Text Symbol: 108 = To Serial Number
Text Symbol: 107 = From Serial Number
Text Symbol: 106 = OI
Text Symbol: 105 = To Date
Text Symbol: 104 = From Date
Text Symbol: 103 = Created By:
Text Symbol: 102 = Created On:
Text Symbol: 055 = Part Key
Text Symbol: 023 = MgtRec
Text Symbol: 022 = Object
Text Symbol: 021 = Active
Text Symbol: 020 = Object Type
Text Symbol: 019 = Activate Status Prof.
Text Symbol: 018 = Indicator: Scrn Dat.
Text Symbol: 017 = Status Management
Text Symbol: 016 = Type
Text Symbol: 015 = Reason for Change
Text Symbol: 014 = Long Text
Text Symbol: 013 = Description (Change Number)
Text Symbol: 012 = Changed By
Text Symbol: 011 = Change Date
Text Symbol: 010 = Created By
Text Symbol: 009 = Created On
Text Symbol: 008 = Tech. Status of
Text Symbol: 007 = Valid From
Text Symbol: 006 = Authorization Group
Text Symbol: 005 = Change Status
Text Symbol: 004 = Change Number
Text Symbol: 003 = ARCHIVE_OPEN_FOR_READ
Text Symbol: 002 = Object ID:
Text Symbol: 001 = No File Opened
Text Symbol: 054 = Alt.Date Ctr
Text Symbol: 053 = Rev. Level
Text Symbol: 051 = Locked
Text Symbol: 050 = Last Changed By
Text Symbol: 049 = Last Change
Text Symbol: 048 = Changed By:





Text Symbol: 047 = Changed On:
Text Symbol: 046 = Created By:
Text Symbol: 045 = Created On:
Text Symbol: 044 = Language Key
Text Symbol: 043 = Object Management Record
Text Symbol: 042 = Future Chg. Rec.
Text Symbol: 041 = Object
Text Symbol: 040 = Object Type
Text Symbol: 032 = Client
Text Symbol: 031 = Changed By:
Text Symbol: 030 = Changed On:
Text Symbol: 029 = Created By:
Text Symbol: 028 = Created On:
Text Symbol: 027 = Part Obj.
Text Symbol: 026 = Lock
Text Symbol: 025 = GenDial
Text Symbol: 024 = Gen New
001 Archived Objects


INCLUDES used within this REPORT RCCARCH3

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_OPEN_FOR_READ call function 'ARCHIVE_OPEN_FOR_READ' exporting archive_document = document object = 'LO_CHANGEM' importing archive_handle = handle exceptions file_already_open = 1 file_io_error = 2 internal_error = 3 no_files_available = 4 object_not_found = 5 open_error = 6 not_authorized = 7 others = 8.

ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting archive_handle = handle exceptions end_of_file = 1 file_io_error = 2 internal_error = 3 open_error = 4 wrong_access_to_archive = 5 others = 6.

ARCHIVE_GET_NEXT_RECORD call function 'ARCHIVE_GET_NEXT_RECORD' exporting archive_handle = handle importing record_ref = buffer_ref " Unicode record_structure = arc_buffer-rname exceptions end_of_object = 01 internal_error = 02 wrong_access_to_archive = 03.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = handle exceptions internal_error = 1 wrong_access_to_archive = 2 others = 3.

TEXT_SELECT_ARCHIVE_OBJECT call function 'TEXT_SELECT_ARCHIVE_OBJECT' exporting archive_handle = handle tables selections = gt_header exceptions wrong_access_to_archive = 1 others = 2.

TEXT_READ_ARCHIVE_OBJECT call function 'TEXT_READ_ARCHIVE_OBJECT' exporting archive_handle = handle id = gt_header-tdid language = gt_header-tdspras name = gt_header-tdname object = gt_header-tdobject importing header = ls_txtot-header tables lines = ls_txtot-tline exceptions not_found = 1 wrong_access_to_archive = 2 others = 3.

PRINT_TEXT call function 'PRINT_TEXT' exporting application = 'TX' device = 'ABAP' dialog = ' ' header = ls_txtot-header tables lines = ls_txtot-tline.

CLASSIFY_READ_ARCHIVE_OBJECT call function 'CLASSIFY_READ_ARCHIVE_OBJECT' exporting archive_handle = handle * print = 'X' language = langu tables kssk_arch = ikssk ausp_arch = iausp cabnt_arch = icabnt exceptions wrong_access_to_archive = 1 others = 2.

LIST_FROM_MEMORY call function 'LIST_FROM_MEMORY' tables listobject = itab_listobject exceptions not_found = 1 others = 2.




WRITE_LIST call function 'WRITE_LIST' tables listobject = itab_listobject exceptions empty_list = 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 RCCARCH3 or its description.