2009 Jul 03 8:43 PM
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
2009 Jul 27 5:59 PM