PSARCHT1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PSARCHT1 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: TEST_ARC = Test run
Selection Text: RNG_VRS = Version
Selection Text: RNG_PROJ = Project
Selection Text: RNG_NET = Network
Selection Text: NOTICE = ShortTxt for Archiving Session
Selection Text: HEA_ASSI = WBS assign. to ntwk header
Selection Text: DEL_DATA = Delete from database
Selection Text: ACT_ASSI = WBS assign. to ntwk activity
Title: Archiving Operative Project Structures / TESTMONITOR Write Archive
Text Symbol: P09 = Project &
Text Symbol: P08 = Version &
Text Symbol: P07 = Network &
Text Symbol: P05 = No authorization S ARCHIVE PS PS PROJECT: Report cannot be executed
Text Symbol: P02 = No objects were selected
Text Symbol: P00 = Selected projects, networks and versions
Text Symbol: L02 = Reloaded from archive
Text Symbol: L01 = Written from database to archive
Text Symbol: 103 = Archiving Session Note
Text Symbol: 102 = Networks for project
Text Symbol: 101 = Project $1
Text Symbol: 100 = Options
INCLUDE PSARCHTT.
INCLUDE PSARCHTA.
No SAP DATABASE tables are accessed within this REPORT code!
PS_ARCHIVE_OPEN call function 'PS_ARCHIVE_OPEN' exPORTING ARCHIVE_RUN = archive_info-document.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.