Application Development and Automation 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: 
Read only

please give correct sequence with below status codes

sudhakar196
Participant
0 Likes
892

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.

6 REPLIES 6
Read only

Former Member
0 Likes
826

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

Read only

0 Likes
826

i am asking architecture sequence which will come first and next in the ale layer, application layer.

Read only

0 Likes
826

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

Read only

0 Likes
826

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.

Read only

0 Likes
826

hi please responses for this question

Read only

0 Likes
826

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