<?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 outbound idocs failed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158286#M994157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sending out material master &lt;/P&gt;&lt;P&gt;extended the idoc MATMAS03 &lt;/P&gt;&lt;P&gt;Created one segment with one field&lt;/P&gt;&lt;P&gt;added it to the idoc &lt;/P&gt;&lt;P&gt;populated that segment in the Customer Exit &lt;/P&gt;&lt;P&gt;'CAll function 002' of FM:Masteridoc_create_matmas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On sending the materials via bd10&lt;/P&gt;&lt;P&gt;I get errors with status 26&lt;/P&gt;&lt;P&gt;1. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;Get details from previous status records with status 26&lt;/P&gt;&lt;P&gt;2. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;EDI:Idoc has more than one syntax errors&lt;/P&gt;&lt;P&gt;2. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;Syntax error in idoc (mandatory group missing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspite of all these errors Data records are correctly populated.&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2008 10:34:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-11T10:34:50Z</dc:date>
    <item>
      <title>outbound idocs failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158286#M994157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sending out material master &lt;/P&gt;&lt;P&gt;extended the idoc MATMAS03 &lt;/P&gt;&lt;P&gt;Created one segment with one field&lt;/P&gt;&lt;P&gt;added it to the idoc &lt;/P&gt;&lt;P&gt;populated that segment in the Customer Exit &lt;/P&gt;&lt;P&gt;'CAll function 002' of FM:Masteridoc_create_matmas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On sending the materials via bd10&lt;/P&gt;&lt;P&gt;I get errors with status 26&lt;/P&gt;&lt;P&gt;1. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;Get details from previous status records with status 26&lt;/P&gt;&lt;P&gt;2. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;EDI:Idoc has more than one syntax errors&lt;/P&gt;&lt;P&gt;2. 26 error during syntax check of idoc(outbound)&lt;/P&gt;&lt;P&gt;Syntax error in idoc (mandatory group missing)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspite of all these errors Data records are correctly populated.&lt;/P&gt;&lt;P&gt;Please advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158286#M994157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T10:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: outbound idocs failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158287#M994158</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 believe you have are either using a custom basic type or you might have added an extension to the standard basic type.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The outbound idoc which has been created is missing a mandatory segment in the idoc, check which is that segment and recheck the code why that segment is not populated while your idoc is created.  This is basically an syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158287#M994158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T10:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: outbound idocs failed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158288#M994159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kittu ,&lt;/P&gt;&lt;P&gt;1.(mandatory group missing) - &lt;STRONG&gt;Parent segment is missing for your segment&lt;/STRONG&gt; . &lt;/P&gt;&lt;P&gt;2. Double click on the number 26 and go for tab  'Logging'. you can find the segment number where the error has happend .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Sree M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 11:48:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-idocs-failed/m-p/4158288#M994159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T11:48:07Z</dc:date>
    </item>
  </channel>
</rss>

