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

data dictionary

Former Member
0 Likes
515

what is a spool request

5 REPLIES 5
Read only

Former Member
0 Likes
489

hii...

sspool request is the the request generated after you give the print command.In sp01 you can see the spools and the pool requests.

For each print command a corresponding spool request no is generated.You can see in tcode-SP01.

Read only

Former Member
0 Likes
489

Have a look at sap help for this:

[Spool Output Request|http://help.sap.com/saphelp_nw04/helpdata/en/4c/e0c13b48c37855e10000000a114084/frameset.htm]

Thanks,

Vibha

Read only

former_member195383
Active Contributor
0 Likes
489

check for this thread....

Read only

Former Member
0 Likes
489

Hi Madhu,

Spool requests are generated during dialog or background processing ie when ever you run a job, system creates something called as a spool request and placed in the spool database with information about the printer and print format. The actual data is placed in the Tem Se (Temporary Sequential objects).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.

You can have a list of all your spool requests in T.code SP01 and SP02.The spool is usually identified by a number.

When you select a spool and select the display button it gives the output of the corresponding job.

Have a look at this links..

http://help.sap.com/saphelp_erp2004/helpdata/en/64/c6c13b48c37855e10000000a114084/frameset.htm

Regards,

Viveks

Read only

Former Member
0 Likes
489

Hii!

A spool request is a document for which a print function has been selected. However, it has not yet been output on a printer or another device. The output data for the print document are stored in a partly formatted form in the TemSe Data Store, until an output request is created for it, that is, until it is sent to a particular output device.

The spool system uses a spool request to store the print data temporarily in TemSe and to be able 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.

Regards

Abhijeet Kulshreshtha