<?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: Error in IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220308#M136142</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;Try to force the IDOC USING BD87 and check the dump in ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;-Suresh Revuru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Mar 2006 15:17:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-20T15:17:23Z</dc:date>
    <item>
      <title>Error in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220307#M136141</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;It is giving error in IDOC,status is 26.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is saying syntax error in idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i double click on status 26,i am getting like this &lt;/P&gt;&lt;P&gt;EDI: Syntax error in IDoc (segment cannot be identified)&lt;/P&gt;&lt;P&gt;Message no. E0078&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The segment E1EDP19 does not occur at the current level of the basic type ORDERS02 (extension ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error can have several reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The segment E1EDP19 is assigned to a group whose header segment does not occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The segment E1EDP19 does not exist in the syntax description of the basic type ORDERS02 (extension ).&lt;/P&gt;&lt;P&gt;The sequence of segments in the group in which the segment appears is incorrect.&lt;/P&gt;&lt;P&gt;Previous errors ('mandatory' segment or group missing) may be due to this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDI: Syntax error in IDoc (mandatory segment missing)&lt;/P&gt;&lt;P&gt;Message no. E0072&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;The segment E1EDK01 has the attribute 'Mandatory' in the syntax description of the basic type ORDERS02 (customer enhancement ). However, the segment is missing in the IDoc. The segment number logged in the status record identifies the item before which the segment is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error may have been triggered by an unidentifiable segment before the expected mandatory segment.&lt;/P&gt;&lt;P&gt;&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;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 09:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220307#M136141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220308#M136142</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;Try to force the IDOC USING BD87 and check the dump in ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;-Suresh Revuru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 15:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220308#M136142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T15:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error in IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220309#M136143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sudha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally the Idoc structure get disturbed if any of the mandatory segments are missing or the edidd internal table is not populated as specified in IDOC type.&lt;/P&gt;&lt;P&gt;  You can use the error status 26, but dont forget to &lt;/P&gt;&lt;P&gt;populate the error type "E" in the internal tables.&lt;/P&gt;&lt;P&gt;  please let me know if this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Mar 2006 15:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-idoc/m-p/1220309#M136143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-20T15:44:14Z</dc:date>
    </item>
  </channel>
</rss>

