Quantcast
Channel: Data Services and Data Quality
Viewing all articles
Browse latest Browse all 236

Idoc Status Simplified

$
0
0

 

Hi this blog is meant to help the ABAP programmers and Developers with all the status messages, while posting an IDOC in SAP.

 

Also I mentioned the error reason and possible solution.

Hope this is helpful to all.

 

Sequence of Inbound and Outbound statuses

 

Starting statuses may be: 01 (outbound), 50 (inbound), 42 (outbound test), 74 (inbound test)

 

Status number Type of status Status description Next success status Next error status Error reason Solution to error
1Success Outbound IDoc created 3029
2Error Error passing data to port Correct the error and Execute RSEOUT00 program again
3Success Outbound IDoc successfully sent to port None, 32
4Error within control information on EDI subsystem
5Error during translation
12Success Dispatch OK Changed from status 03 by BD75 transaction (see below)
25Success Processing outbound IDoc despite syntax errors
26Error during syntax check of outbound IDoc Missing mandatory segment for example You may edit the IDoc or force it to be processed
29Error ALE service (for example 29, 31
30Success Outbound IDoc ready for dispatch (ALE service) 32Partner profile customized to not run Execute RSEOUT00 program
31Error no further processing
32Success Outbound IDoc was edited There was a manual update of the IDoc in SAP tables, the original was saved to a new IDoc with status 33
33Success Original of an IDoc which was edited. It is not possible to post this IDoc None None Backup of another IDoc manually updated, see status 32
35Success IDoc reloaded from archive. Can't be processed
37Error Erroneous control record (for example, "reference" field should be blank for outbound IDocs) None, 37
42Success Outbound IDoc manually created by WE19 test tool 137
50Success Inbound IDoc created 6465
51Error inbound IDoc data contains errors 53, 64 51, 66, 68, 69 Error triggered by SAP application, incorrect values in the IDoc data Ask functional people, modify erroneous values in the IDoc (WE02 for example) and run it again using BD87
53Success inbound IDoc posted None, 53
56Error IDoc with errors added (You should never see this error code) 50, 51, 56, 62, 68
60Error syntax check of inbound IDoc 56, 61, 62
61Error Processing inbound IDoc despite syntax error 64
62Success inbound IDoc passed to application 5351
63Error passing IDoc to application
64Success Inbound IDoc ready to be passed to application 6251, 60, 63, 68, 69 Execute BD20 transaction (RBDAPP01 program)
65Error ALE service - incorrect partner profiles 64, 65
66Waiting Waiting for predecessor IDoc (Serialization) 51
68Success no further processing 68None The IDoc was created using inbound test tool (WE19) and written to file to do file inbound test. Another IDoc is created if immediate processing is chosen
69Success IDoc was edited 6451, 68, 69 There was a manual update of the IDoc in SAP tables, the original was saved to a new IDoc with status 70
70Success Original of an IDoc which was edited. It is not possible to post this IDoc None None Backup of another IDoc manually updated, see status 69
71Success Inbound IDoc reloaded from archive. Can't be processed
74Success Inbound IDoc manually created by WE19 test tool 50, 56


 

Thanks,

Mayank Mehta


Viewing all articles
Browse latest Browse all 236

Trending Articles