‎2009 May 21 10:27 AM
We have a program, which will be executed in background, and generates the spool output. Now I wanted to archive this Spool. Can anybody help , how to archive this spool through the program.
Thankyou
‎2009 May 21 10:36 AM
HI,
you know that output data only stored in spool.
sp try to check the below statement and the output data into apllication server
if sy-batch = 'X' program running in back ground.
move to output data into application server by using open data set and trnasfer....
ENDIF.
‎2009 May 21 10:41 AM
Hi Prabhu
I wanted to move to "Archive "( Storage Mode Archive ) not Application Server.
‎2009 May 21 10:48 AM
‎2009 May 21 11:01 AM
Data Archiving removes out-of-date data from the SAP database that the R/3 system does not
need online, but can be retrieved on a later date, if required. This data is known as archived data and is stored at an offline location. Data Archiving not only consistently removes data from the database but also ensures data availability for future business requirements.