cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc in status -26 for message type - ORDERS

Former Member
0 Kudos

Dear All

I am facing a problem where a SA ( Scheduling Agreement ) is being sent from ECC6 to SRM-SUS. But the IDoc has got stuck up with error - status - 26

"EDI: Syntax error in IDoc (segment cannot be identified)" -Message no. E0078

Diagnosis

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

This error can have several reasons:

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

The segment E1EDP02 does not exist in the syntax description of the basic type ORDERS02 (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."

Please can you help, as to where exactly the problem is , is it related to any wrong data fed or any thing else.

Regards

Moulindra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you may check t-code WE30 in R/3 to see the basic iDoc structure for ORDERS and compare the structure to the actual iDoc message with status 26, there might be a bug in SAP standard program to generate iDoc in R/3 thus creating multiple child segments.

Former Member
0 Kudos

OK , fine I shall compare the same , but what are the probable reasons why this has happened , is it due to some wrong feeding of data in PO / SA or is due to some missing data which is mandatory.

Please can you throw some light , or can you give any example.

Regards

Moulindra

Former Member
0 Kudos

Please compare the erroneous IDOC segments with any succesfull one. There must be segment structure problem. If this is happening for all IDOC, please check your messgae type structure and comparing the standard stucture, there must some filed segments missing. If it is happening to few of them, any development/custom code/ BADI are causing the proble, please de bug the related program.

Rgds/ Kiran