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

Re:Spool request

Former Member
0 Likes
726

Hi all,

Spool requests are stored in DB table tsp02w,

I want to check like If a spool request is specified for a job or not if it is specified i have to display.Please send it. <REMOVED BY MODERATOR>

Regards,

Sasi

Edited by: Alvaro Tejada Galindo on Jan 30, 2008 4:39 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
553

Hi Sasi,

use fm BAPI_XBP_JOB_SPOOLLIST_READ. u will get a list of spools generated by a job.

Regards,

Raghu

2 REPLIES 2
Read only

Former Member
0 Likes
554

Hi Sasi,

use fm BAPI_XBP_JOB_SPOOLLIST_READ. u will get a list of spools generated by a job.

Regards,

Raghu

Read only

Former Member
0 Likes
553

Hi,

Check Tables TBTCO,TBTCP ,TSP01.

Use function module BP_JOB_READ

RSPO_RID_SPOOLREQ_LIST - This function displays the sppol list.

Regards,

Satish