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 with status=error

Former Member
0 Kudos

Where/how i can débug why the spool status is in error ?

if i re process by SP01 the spool with no modifications it run fine.

thanks in advance.

Phil

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

Call transaction SPAD, there perform : Menu, Administration, Check consistency. You should also call transaction SP12 to perform the check constistency on TemSe.

Regards,

Raymond

0 Kudos

are they any FM to put a pause when the spool is executed ? to debug

SPAD :

Write locks on table TSP01/spool requests 1

System DE1 09.06.2011 15:37:15

0 Spool requests checked

No obsolete write locks in TSP01

SP12 :

TemSe: Data Consistency Check

Consistency check of table TST01 / TemSe objects

System DE1 09.06.2011 15:41:14

No Data

26526 TemSe objects were checked

TST01 is OK

0 Kudos

There are no more errors, try

- SM21 - select date/time of generation of spool

If a spool in error exists yet

- SP01 - display spool list - double-click on spool status text (red background) in the next screen select the line in error and press the log icon. the first screen of an error log presents summary information. You can also display more detailed log information by choosing All Info.

Regards,

Raymond

0 Kudos

Can you post the error?

0 Kudos

SM21 :

no error

SP01:

[<a href="http://www.hostingpics.net/viewer.php?id=848502SP01error01.png">[IMG]http://img11.hostingpics.net/pics/848502SP01error01.png[/IMG]</a>]

[<a href="http://www.hostingpics.net/viewer.php?id=135043SP01error02.png">[IMG]http://img11.hostingpics.net/pics/135043SP01error02.png[/IMG]</a>]

i see inconsistency but with SPAD Consistency Check got nothing in error

Former Member
0 Kudos

Hi,

We are printing barcode labels from SAP using a SATO printer and using smartforms. We have already installed the device driver and device type in SAP. And now we are in QAS configuring & testing and we encountered an error in the spool. In DEV it was successful.We don't know if the problem is within the transport or anything else. Since all the objects are included in the transport and nothing is missing as we have verified. The error we are getting in the spool is attached.

We are using barcode labels to print from MB90 (Goods Receipt). After printing, it is directed to the spool requests. And error was shown. We have debugged from the program MB90 where it starts to output a label using smartforms, but we can't find any write log on where the error shows up.

Can anyone help on this?

Thank you!

Regards,

AJ

FredericGirod
Active Contributor
0 Kudos

Hi Philippe,

double-click on the last error 'incosistency ...'  you will have the message number error (you can view it in SE91).

After that, start debugging, put a break at statement MESSAGE and wait your message.

Regards

Fred