<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: EDI: Syntax error in IDoc (segment cannot be identified) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731507#M1110459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc status 60: Syntax error in IDoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On sending and receiving IDocs, the system checks the syntax of the individual IDocs. The IDoc definition defines the syntax of the IDoc. The syntax includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The individual segments of an IDoc type &lt;/P&gt;&lt;P&gt;The relationship between the individual segments &lt;/P&gt;&lt;P&gt;How many segments can be sent in one IDoc&lt;/P&gt;&lt;P&gt;Normally, incorrect syntax in IDocs only occurs in testing. IDocs with incorrect syntax cannot be repaired. You correct the IDoc structure in the SAP system and send the IDoc again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You activate the syntax check via the partner profile for one IDoc type and one particular partner. We recommend that you activate the syntax check, particularly for any IDocs that you have created yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2008 07:32:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-31T07:32:55Z</dc:date>
    <item>
      <title>EDI: Syntax error in IDoc (segment cannot be identified)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731503#M1110455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am getting the error status 60 with error EDI: Syntax error in IDoc (segment cannot be identified) in the posting side. While I checked the idoc data records in the posting system through we02 I can see that in the data records all the segments are coming in the same hierarchy. ie, Child segments are not coming as nodes under the parent segment. Also one of the extended &lt;STRONG&gt;segment definition&lt;/STRONG&gt; Z2E1KAKTL000 is coming in the data records and not the segment type which is Z1E1KAKTL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help in resolving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731503#M1110455</guid>
      <dc:creator>soumya_jose3</dc:creator>
      <dc:date>2008-10-31T06:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: EDI: Syntax error in IDoc (segment cannot be identified)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731504#M1110456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error raises when there is mismatching of data in the segments hiearchy, but as u said wen u tested in we19, its working fine....there might be issue when u r sending the data from sender system ( instead of we19).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is that first you generate an idoc in the outbound system, then afte rthat in the reciveing system , poulate data manually thru we19 ( SAME AS OUTBOUND IDOC DATA GENERATED), and post it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if any issues,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 06:59:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731504#M1110456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: EDI: Syntax error in IDoc (segment cannot be identified)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731505#M1110457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thank you for the reply. I checked in the sending system and in the data records all the segments are in correct hierarchy. This problem is coming only in the receiving system. Also what could be the reason that segment definition is coming instead of segment type in the data records in the receiving system while in the sending system segment type is coming correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 07:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731505#M1110457</guid>
      <dc:creator>soumya_jose3</dc:creator>
      <dc:date>2008-10-31T07:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: EDI: Syntax error in IDoc (segment cannot be identified)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731506#M1110458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked whether the segment is released (set release , we31)on the reciveing system side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 07:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731506#M1110458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T07:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: EDI: Syntax error in IDoc (segment cannot be identified)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731507#M1110459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IDoc status 60: Syntax error in IDoc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On sending and receiving IDocs, the system checks the syntax of the individual IDocs. The IDoc definition defines the syntax of the IDoc. The syntax includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The individual segments of an IDoc type &lt;/P&gt;&lt;P&gt;The relationship between the individual segments &lt;/P&gt;&lt;P&gt;How many segments can be sent in one IDoc&lt;/P&gt;&lt;P&gt;Normally, incorrect syntax in IDocs only occurs in testing. IDocs with incorrect syntax cannot be repaired. You correct the IDoc structure in the SAP system and send the IDoc again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You activate the syntax check via the partner profile for one IDoc type and one particular partner. We recommend that you activate the syntax check, particularly for any IDocs that you have created yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 07:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edi-syntax-error-in-idoc-segment-cannot-be-identified/m-p/4731507#M1110459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T07:32:55Z</dc:date>
    </item>
  </channel>
</rss>

