By
Published: 16 Mar 2005
I'm getting an error status of 51 when processing an inbound shipment IDoc to a 4.7 system. The IDoc type is TPSSHT01 and msg type SHIPPL. The error message in the status is: "Not all address numbers have yet been issued" (msg AM830). I've applied Note 616193, but this has not helped. When I try to reproduce the error using the IDoc test tool, the IDoc posts successfully. Very frustrating! Any thoughts on this error or what else to try for debugging?
It's very difficult to say without debugging the code. It could be a synchronization and serialization issue. It may well be that some data needed to post the SHIPPL has not yet been updated in the database.
Does the error also occur when reprocessed with BD87? Try to set a soft breakpoint in the processing function (look for the processing code in table TEDE1). Then execute the IDoc in BD87 and see how it behaves there. If nothing helps, stop the update queue with SM13 for a short time (mind nobody will be able to leave a transaction with SAVE meanwhile), then process the IDoc with BD87 and check in SM13 what updates are done.
An SAP user is receiving an error message while integrating SAP iDoc PORDCR1 for a purchase order.
Continue Reading
SAP expert Axel Angeli explains how to update the "further dates" tab information in am SAP transaction through an SAP IDoc.
Continue Reading
An SAP R/3 4.7 user wants looking to post a document entry using different trading partner fields for credit and debit for function FB01.
Continue Reading