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

WHICH TABLE STORES SPOOL REQUEST GENERATED BY BACKGROUND JOB ?

Former Member
0 Likes
10,758

Background job is generating multiple request.

i am not able to find the table which stores all the spool request for a particular background job.

Background job is generating multiple request.

i am not able to find the table which stores all the spool request for a particular background job.

8 REPLIES 8
Read only

Former Member
0 Likes
4,710

Hi,

It's the TSP01 table which stores all spool requests.

Regards,

Anji

Read only

Former Member
0 Likes
4,710

Table TSP01

Read only

Former Member
0 Likes
4,710

Hello,

Check table:

<b>TSP01</b>

you cannot retrive the processed spools, once they are removed.

Vasanth

Read only

Former Member
0 Likes
4,710

<b>All spool requests will be stored in TSP01 table

TSP01 - Spool Requests

field name for Spool request number is RQIDENT</b>

Read only

Former Member
0 Likes
4,710

Hello Guru,

the table you are looking for is 'TSP01'. Go to se11 and check it.

Regards,

Shehryar Dahar

Read only

0 Likes
4,710

i know the table for spool request : TSP01

But how should i link it to background job name ?

i want the link between background job name and spool request generated by it......

TBTCPV is the view but it stores only one spool request.....rather than multiple spoolreq generated by background job..

Read only

Former Member
0 Likes
4,710

tables are TBTCO,TBTCP ,TSP01,

Use function module BP_JOB_READ

RSPO_RID_SPOOLREQ_LIST - This function displays the sppol list.

Please reward if useful.

Read only

siddharthad
Member
0 Likes
4,710

If you are just looking for the table

TBTC_SPOOLID background Processing spool IDs Table

To get the status of the jobs

TBTCOJob Status Overview Table