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

spool request

Former Member
0 Likes
609

hi all

WHAT IS SPOOL REQUEST

4 REPLIES 4
Read only

Former Member
0 Likes
589

Hi,

It is an output of the report which is scheduled in the background.

Thanks,

Sriram Ponna.

Read only

Former Member
0 Likes
589

Hi,

It has all spool no's which are ready to print.

You can use SP01, SP02 tcodes for the same.

Edited by: Alchemi on Feb 19, 2008 9:10 AM

Read only

former_member156446
Active Contributor
0 Likes
589

when you run a object or an report in foreground you can see all the output on the screen, But when you run the same report in background, how can we see the output???

the output of the program,when the job is run is background is called spool. The background job request from the system to identify it.. for a later purpose.. that is spool request or spool number or spool request number.

Read only

Former Member
0 Likes
589

Spool request is a document for which a print function has been selected. However, it has not yet been output to a printer or another device. The output data for the print document is stored partly formatted in a data store until an output request is created, that is, until it is sent to a particular output device.

The spool system uses a spool request to store the print data temporarily and to access it. The data is stored in a temporary format. You can also display the print document. The system automatically assigns a 10-digit ID number to a spool request.

Spool requests can be viewed via tcode SP01, the number will be there, programatiically it is sometimes populated in the system field SY-SPONO.