Application Development 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: 

IDOC Status Codes

Former Member
0 Kudos

what are the status code when IDOC is created?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

The following table describes outbound IDOC status codes that generate Tivoli Enterprise Console events:

Outbound IDOCs

Code Error Event Severity SAP Meaning

02 Yes Error Error passing data to port

03 No Error if transaction SM58 indicates an RFC transmission error Data pass to port OK

04 Yes Error Control information of EDI subsystem

05 Yes Error Translation

06 No Harmless Translation

07 Yes Error Syntax check

08 No Harmless Syntax check

09 Yes Error Interchange handling

10 No Harmless Interchange handling

11 Yes Error Dispatch

12, 13, 14 No Harmless OK

15 Yes Warning Interchange acknowledgement negative

16 No Harmless Functional acknowledgement

17 Yes Warning Functional acknowledgement negative

18 No Harmless Triggering EDI subsystem

20 Yes Error Triggering EDI subsystem

22 No Harmless Dispatch OK, acknowledgement still due

23 Yes Error Retransmission

24 No Harmless Control information of EDI subsystem

25 Yes Warning Processing despite syntax error

26 Yes Error Syntax check

27 Yes Error ALE error

29 Yes Error Error in ALE services

30 No Harmless Ready for dispatch (ALE)

31 No Harmless IDOC is marked for deletion

33 No Harmless Original of an IDOC which was edited

34 Yes Error Error in control record of IDOC

36 Yes Error Timeout error; electronic signature not performed

37 Yes Error IDOC added incorrectly

38 No Harmless IDOC archived

39 No Harmless Receive confirmed

40 Yes Error Application document not created in target system

41 No Harmless Application document created in target document

5 REPLIES 5

Former Member
0 Kudos

The following table describes outbound IDOC status codes that generate Tivoli Enterprise Console events:

Outbound IDOCs

Code Error Event Severity SAP Meaning

02 Yes Error Error passing data to port

03 No Error if transaction SM58 indicates an RFC transmission error Data pass to port OK

04 Yes Error Control information of EDI subsystem

05 Yes Error Translation

06 No Harmless Translation

07 Yes Error Syntax check

08 No Harmless Syntax check

09 Yes Error Interchange handling

10 No Harmless Interchange handling

11 Yes Error Dispatch

12, 13, 14 No Harmless OK

15 Yes Warning Interchange acknowledgement negative

16 No Harmless Functional acknowledgement

17 Yes Warning Functional acknowledgement negative

18 No Harmless Triggering EDI subsystem

20 Yes Error Triggering EDI subsystem

22 No Harmless Dispatch OK, acknowledgement still due

23 Yes Error Retransmission

24 No Harmless Control information of EDI subsystem

25 Yes Warning Processing despite syntax error

26 Yes Error Syntax check

27 Yes Error ALE error

29 Yes Error Error in ALE services

30 No Harmless Ready for dispatch (ALE)

31 No Harmless IDOC is marked for deletion

33 No Harmless Original of an IDOC which was edited

34 Yes Error Error in control record of IDOC

36 Yes Error Timeout error; electronic signature not performed

37 Yes Error IDOC added incorrectly

38 No Harmless IDOC archived

39 No Harmless Receive confirmed

40 Yes Error Application document not created in target system

41 No Harmless Application document created in target document

Former Member
0 Kudos

The following table describes the inbound IDOC status codes that generate Tivoli Enterprise Console events:

Inbound IDOCs

Code Error Event Severity SAP Meaning

51, 52 Yes Error Posting error

53 No Harmless Posting successful

54 Yes Error Error during formal application check

55 No Harmless Formal application check

56 Yes Error IDOC with error added

60 Yes Error Syntax error

61 Yes Warning Processing despite syntax error

62 No Harmless IDOC passed to application

63 Yes Error Error passing IDOC to application

64 No Harmless IDOC ready to be passed to application

65 Yes Error ALE error

68 No Harmless IDOC is marked for deletion

70 No Harmless Original of an IDOC which was edited

73 No Harmless IDOC archived

Former Member

Hi Riyaz,

The following are the status codes for an Idoc to be in,since its creation.

0-49 indicates an Outbound idoc and 50-75 as Inbound one.

The Outbound status as follows:

00 Not used, only R/2

01 IDoc generated

02 Error passing data to port

03 Data passed to port OK

04 Error within control information of EDI subsystem

05 Error during translation

06 Translation OK

07 Error during syntax check

08 Syntax check OK

09 Error during interchange handling

10 Interchange handling OK

11 Error during dispatch

12 Dispatch OK

13 Retransmission OK

14 Interchange Acknowledgement positive

15 Interchange Acknowledgement negative

16 Functional Acknowledgement positive

17 Functional Acknowledgement negative

18 Triggering EDI subsystem OK

19 Data transfer for test OK

20 Error triggering EDI subsystem

21 Error passing data for test

22 Dispatch OK, acknowledgement still due

23 Error during retransmission

24 Control information of EDI subsystem OK

25 Processing despite syntax error (outbound)

26 Error during syntax check of IDoc (outbound)

27 Error in dispatch level (ALE service)

28 Not used

29 Error in ALE service

30 IDoc ready for dispatch (ALE service)

31 Error - no further processing

32 IDoc was edited

33 Original of an IDoc which was edited

34 Error in control record of IDoc

35 IDoc reloaded from archive

36 Electronic signature not performed (timeout)

37 IDoc added incorrectly

38 IDoc archived

39 IDoc is in the target system (ALE service)

40 Application document not created in target system

41 Application document created in target system

42 IDoc was created by test transaction

Inbound status of an Idoc

50 IDoc added

51 Application document not posted

52 Application document not fully posted

53 Application document posted

54 Error during formal application check

55 Formal application check OK

56 IDoc with errors added

57 Test IDoc: Error during application check

58 IDoc copy from R/2 connection

59 Not used

60 Error during syntax check of IDoc (inbound)

61 Processing despite syntax error (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)

67 Not used

68 Error - no further processing

69 IDoc was edited

70 Original of an IDoc which was edited

71 IDoc reloaded from archive

72 Not used, only R/2

73 IDoc archived

74 IDoc was created by test transaction

75 IDoc is in inbound queue.

Reward if useful,

Sravani

Edited by: Sravani K on Jan 26, 2008 8:57 PM

Former Member
0 Kudos

it is usefull information for me thanks

Former Member
0 Kudos

Hi,

Thanks for this post.