cancel
Showing results for 
Search instead for 
Did you mean: 

Add size spool

Former Member
0 Kudos

Hello

I have problems with spool, At this time we have heavy load of prints so that the spool is saturated. Now, we are using the tcode spad and sp01 to delete the requet's print with term status.

I need to know What is the actually size spool? and How I can to add these spool's size?

Any sugestion

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

By Default rspo/store_location this parameter is DB which means all the spoool are written into DB and the size is unlimited.

The Tables which interact with Spool are

· Header entry in table TST01 (TemSe objects)

· Object associated with the header entry; it can be stored in the file system or in the database table TST03 (TemSe data of the object)

· Entry in table TSP01 (spool requests)

· Entry in table TSP02, if output requests exist

You can reorganize the Spool by using RSPO1041

To Check the space util -

-


SP12---> Memory Alloc and List All Objects.

Thanks

SM

Former Member
0 Kudos

Tks SM