‎2007 Apr 13 6:48 PM
please give the sequence for the statuses code given below.
50 IDoc added
51 Application document not posted
52 Application document not fully posted
53 Application document posted
56 IDoc with errors added.
60 Error during syntax check of IDoc (inbound)
62 IDoc passed to application
63 Error passing IDoc to application
64 IDoc ready to be transferred to application
65 Error in ALE service
66 IDoc is waiting for predecessor IDoc (serialization)
68 Error - no further processing
( like
50->64->62->53 )
66 status code is optional.
please don't guess and reply.
‎2007 Apr 13 6:50 PM
Check this link and you will get the sequence for inbound and outbound.
http://publib.boulder.ibm.com/tividd/td/ITMAN/SC23-4812-00/en_US/HTML/sa51mst256.htm
Thanks,
SKJ
‎2007 Apr 13 6:55 PM
i am asking architecture sequence which will come first and next in the ale layer, application layer.
‎2007 Apr 13 7:06 PM
Hi,
The sequesce depends on from which layer is idoc is passing, what error it is encountering.
If the inbound idoc is posted successfully, then you will see this kind of sequence.
50 IDoc added
64 IDoc ready to be transferred to application
62 IDoc passed to application
53 Application document posted
If you see the idoc in SAP, you will see order 53 , 62, 64 and 50 because SAP shows the most recent status on the top.
If there is any error in the idoc processng, dependind on in which layer and in which process error has occured, you will have error status append into status records.
I hope i clarify your doubt.
Let me know if you have any question.
Regards,
RS
‎2007 Apr 13 8:37 PM
hi thanks for posting i know whatever you given ans. but i need like this.
if u see codes 53, 52, 51.
if document fails 51 come first , if document not fully posted 52 come next, if it success 51 comes.
so the order is like this.
51(error) -> 52(error) -> 53 (success).
like this i need all codes mentioned above. give me as many as you know.
‎2007 Apr 13 9:50 PM
‎2007 Apr 13 10:21 PM
Hi,
I do not know all the sequence. These the few i know.
<b>[1].</b>
50 IDoc added
64 IDoc ready to be transferred to application
60 Error during syntax check of IDoc (inbound)
<b>[2].</b>
50 IDoc added
56 IDoc with errors added. ( due to some error in Partner profine, port def. etc )
62 IDoc passed to application (some time you have this message sometime don't)
As i metione before, the sequence of erro ris not defined anywhere. It vary from situation to situation.
What are you trying to accomplish by this? Let me know your exact requirement so i can help.
Regards,
RS