Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Archiving Spool

dp_prasad
Participant
0 Likes
1,028

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

4 REPLIES 4
Read only

Former Member
0 Likes
763

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.

Read only

0 Likes
763

Hi Prabhu

I wanted to move to "Archive "( Storage Mode Archive ) not Application Server.

Read only

0 Likes
763

what does archive mean storing in some palce as a copy.

Read only

0 Likes
763

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.