cancel
Showing results for 
Search instead for 
Did you mean: 

IDocParseException with IDoc_AAE

Former Member
0 Kudos

Hi Gurus,

since 2 weeks I'm facing a headache problem.

I'm working with PI 7.31 SP07 PL04.

My scenario: XML File --> IDoc without Mapping over IDoc_AAE Receiver Channel

IDoc type is ZDELVRY3.

The message, which I sent, looks like:

<?xml version="1.0" encoding="UTF-8" ?>

<DELVRY03>

<IDOC BEGIN="1">

<E1EDL20 SEGMENT="1">

  <LIFEX>4500000562</LIFEX>

  <ANZPK>00010</ANZPK>

  <E1EDL24 SEGMENT="1">

   <POSNR>000010</POSNR>

   <KDMAT>B10</KDMAT>

   <LFIMG>105.000</LFIMG>

   <VRKME>PCE</VRKME>

   <E1EDL41 SEGMENT="1">

    <QUALI>001</QUALI>

    <BSTNR>4500000562</BSTNR>

    <POSEX>000010</POSEX>

   </E1EDL41>

  </E1EDL24>

  <E1EDT13 SEGMENT="1">

   <QUALF>007</QUALF>

   <NTANF>20130515</NTANF>

  </E1EDT13>

</E1EDL20>

</IDOC>

</DELVRY03>

But I always get the same error:

IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: IDoc type extension ZDELVRY3 within the EDI_DC40 control record segment does not match the IDocXML root tag : state=READING_ENDTAG, charPosition=456, lineNumber=2, columnNumber=391

I check almost all relevant Threads such as http://scn.sap.com/thread/3200077 and get many SAP-Notes, i.e., 180511, 736292 ,1688780.

These Notes cannot be imported, since the PI has higher Patch-Level.

It must be an Error in IDoc-Format?!

Could anyone help?

Thank you very much in advance!

Best Regards

Rene

Accepted Solutions (1)

Accepted Solutions (1)

subhro_de
Active Participant
0 Kudos

Hi Rene,

Is there any mapping of control records for the interface - the top node in your payload is <DELVRY03> does not match the ZDELVRY3. If there is any control record mapping can you check if the CIMTYP / IDOCTYP fields in your target xml .

Regards

Subhro

Answers (2)

Answers (2)

naveen_chichili
Active Contributor
0 Kudos

Hi Rene,

Check the below link which solver the same issue.

http://scn.sap.com/thread/3147761

Thanks and Regards,

Naveen

hugo_amo
Employee
Employee
0 Kudos

Hi Rene,

What about Note 1754983 - Idoc_error_parse_failure Java IDoc_AAE? Did you check this as well?

Regards,

Hugo