cancel
Showing results for 
Search instead for 
Did you mean: 

TST03

Former Member
0 Kudos

Dear friends,

what purpose table TST03 is used. What data having in it, and how to remove that data.

reply,

Sachin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Samran,

when that tst03 table has been clear and how.

can you give me such table which are require to daily monitor.

Thanks,

Sachin

Former Member
0 Kudos

Hi sachin,

TST03 and TST01 tables belongs to spool process.

TST03 consist of data what we are going to print. This table stores the actual data.

TST01 table stores the header information like authoer name,printer type,page size...etc.

You want to remove the data available in the TST03 table we need to run a house keeping job(standared jobs) in the background.

Standared Job RSPO 0041 we need to run in backgroun.Depends on organization they will schedule the job.

You can monitor background jobs in SM37.

i hope it will help you.

KIRAN KUMAR.V

Former Member
0 Kudos

TST03 save the data to be printed and TST01 save print attributes so in order to delete this you can execute standared back ground job rspo00041

above statement is valied only when you set the parameter rspo/storage_location=db(by defult this exits)

Samrat