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

Error in IDOC processing

Former Member
0 Likes
1,324

Hi,

I am getting the below error while using

IDOC type ORDERS05

"EDI: Syntax error in IDoc (segment cannot be identified)"

Error status 26:

The segment E1EDP17 does not occur at the current level of the basic type ORDERS05 (extension ).

This error can have several reasons:

The segment E1EDP17 is assigned to a group whose header segment does not occur.

The segment E1EDP17 does not exist in the syntax description of the basic type ORDERS05 (extension ).

The sequence of segments in the group in which the segment appears is incorrect.

Previous errors ('mandatory' segment or group missing) may be due to this error.

Can you please help me what could cause this error.

Thanks

Ankur

3 REPLIES 3
Read only

Former Member
0 Likes
904

Hi,

This is due to hierarchical order missing in the IDOC. Check how the Order has been updated. Order might be wrongly udpdated.

regards

Kannaiah

Read only

0 Likes
904

Hi,

thanks for reply, we are using it for PO processing as soon as we create PO, IDOC processing triggers.

what could be causing the issue. I am not able to trace it...

can you help me with this.

Thanks

Ankur

Read only

Former Member
0 Likes
904

i think you should add first the segment E1EDP01, and then you add E1EDP17 under it.

E1EDP01 IDoc: Document Item General Data

E1EDP17 IDoc: Document item terms of delivery

hope this helps. reward points if necessary