Application Development 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: 

Spool status

former_member184495
Active Contributor
0 Kudos
324

hi,

could i know in which table are the spool status like "Error", "Waiting" etc... that we see in sp01 stored.

cheers,

Aditya.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
149

Try TSP01 and any TSP* tables.

Regards

Tamá

7 REPLIES 7

Former Member
0 Kudos
150

Try TSP01 and any TSP* tables.

Regards

Tamá

Former Member
0 Kudos
149

Check the table <b>TSP01 (Spool Requests)</b>.

Prakash.

0 Kudos
149

<b>TSP01-RQERROR</b>

former_member223537
Active Contributor
0 Kudos
149

Hi Aditya,

<b>The table is TBTCP.</b>

You can use FM <b>BP_JOB_READ</b> to check the status.

The status would be available in JOB_READ_STEPLIST-STATUS.

Best regards,

Prashant

Pls mark points for helpful answers

Former Member
0 Kudos
149

Hi

Its TSP02-PJSTATUS.

Regards,

Raj

Former Member
0 Kudos
149

hi aditya,

try table TSP02 also

former_member184495
Active Contributor
0 Kudos
149

answered