Solution : https://service.sap.com/sap/support/notes/18674 (SAP Service marketplace login required)
Summary :
When attempting to create additional output requests for a spool request through Transaction SP01, error PO105 arises due to mismatched entries in tables TSP01 and TSP02. Specifically, the count of spool requests in table TSP01 is less than TSP02, causing duplication in the sequential print request number, which already exists in TSP02. To resolve this issue, run the provided correction report 'REPORT zspkor', which aligns the number of requests in TSP01 with the actual entries in TSP02. Important to note, issues may persist if TSP01 lacks entries that are present in TSP02. Ensure to perform a consistency check for the spooler system as outlined in Note 48440 to prevent future discrepancies.
Key words :
update tsp01 set rqpjreq = counter, <spool id><sequential print request, pjident eq tsp01-rqident, counter <> tsp01-rqpjreq, rqident = tsp01-rqident, rqident = tsp01_buf-rqident, additional consistency check, additional key words, prerequisites duplicate key, rt_insert reports error 128
Related Notes :
48400 | Reorganization of TemSe and Spool |