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

Determining print spool STATUS

Former Member
0 Likes
834

I have a process which prints a WWI form. The spool status is waiting (TSP02-PJSTATUS = 3)

I am printing the spool request using FM RSPO_RPRINT_SPOOLREQ. The request prints. The spool status is now <F5> (TSP02-PJSTATUS = 9)

I use FM RSPO_DESCRIBE_JOBSTATE to get the Status text (i.e.: Compl.)

How do I determine when the status is final so that I can run FM RSPO_DESCRIBE_JOBSTATE .

Is it possible to determine printer issues (i.e.: paper jam, no paper) or does it only track a successful submit of the spool to the printer?

Thanks

1 REPLY 1
Read only

Former Member
0 Likes
556

No