<?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: idoc error during syntax check - error26 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158130#M1821081</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;where is the section which populates the segments? Could you ask for the info you need I am happy to take screen shots because till now from all suggestions so far I'm not able to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the idoc program for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;amp; Report&amp;nbsp; ZIDOCPG&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT&amp;nbsp; ZIDOCPG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS PLIFNR TYPE LIFNR.&lt;/P&gt;&lt;P&gt;PARAMETERS PNAME1 TYPE NAME1_GP.&lt;/P&gt;&lt;P&gt;PARAMETERS PORT01 TYPE ORT01_GP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA VSEG LIKE Z1TRANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA VEDP13 LIKE EDP13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF FEDIDC OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INCLUDE STRUCTURE EDIDC.&lt;/P&gt;&lt;P&gt;DATA: END OF FEDIDC."MASTER IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TEDIDC OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INCLUDE STRUCTURE EDIDC.&lt;/P&gt;&lt;P&gt;DATA: END OF TEDIDC."COMM IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TEDIDD OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp; INCLUDE STRUCTURE EDIDD.&lt;/P&gt;&lt;P&gt;DATA: END OF TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM EDP13 INTO VEDP13 WHERE MESTYP = 'ZTMSG'&amp;nbsp;&amp;nbsp; AND&lt;/P&gt;&lt;P&gt;&amp;nbsp; IDOCTYP = 'ZTRANS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSEG-LIFNR = PLIFNR.&lt;/P&gt;&lt;P&gt;VSEG-NAME1 = PNAME1.&lt;/P&gt;&lt;P&gt;VSEG-ORT01 = PORT01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEDIDD-SEGNAM = VSEG.&lt;/P&gt;&lt;P&gt;TEDIDD-SDATA = VSEG.&lt;/P&gt;&lt;P&gt;APPEND TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*TO GEN IDOC CONTROL RECORD.&lt;/P&gt;&lt;P&gt;FEDIDC-MESTYP = 'ZTMSG'.&lt;/P&gt;&lt;P&gt;FEDIDC-DOCTYP = 'ZTRANS'.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPOR = VEDP13-RCVPOR.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPRN = VEDP13-RCVPRN.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPRT = VEDP13-RCVPRT.&lt;/P&gt;&lt;P&gt;APPEND FEDIDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_IDOC_CONTROL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = FEDIDC&lt;/P&gt;&lt;P&gt;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMUNICATION_IDOC_CONTROL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = TEDIDC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_IDOC_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 08:17:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-06T08:17:29Z</dc:date>
    <item>
      <title>idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158124#M1821075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everyone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help understanding where this idoc error is generating and what is it about. I went through the steps many times but it's still the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/403499" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 11:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158124#M1821075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-05T11:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158125#M1821076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kindly check your IDOC type structure in WE30 and make sure you are passing the mandatory segments needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:03:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158125#M1821076</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-03-05T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158126#M1821077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Check whether the receiving idoc and the idoc in ur partner profile are identical or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;One cause of this error is segments miss match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;One more cause for this is wrong hierarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I hope it is helpful.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;VIneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:44:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158126#M1821077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-05T12:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158127#M1821078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You seem to be missing passing data to some segments defined in your 'Z' Idoc type. Hence this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 12:45:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158127#M1821078</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2014-03-05T12:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158128#M1821079</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 is how I have created and assigned the segments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look and reply.. thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/403682" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/403683" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:43:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158128#M1821079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-05T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158129#M1821080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allwyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the below check,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;1) Are you Populatoing the segments in the same way as you have defined in WE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;If the segment popoulation is varied from what is defined in WE30, you will get the above status message 26.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;2) Also check on the below link.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;A href="https://scn.sap.com/thread/1873079" title="https://scn.sap.com/thread/1873079"&gt;https://scn.sap.com/thread/1873079&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;3) Might be problem in your SET's of the segment, adjust by below steps.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; a) Go to transaction WE30&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; b) Give the Order Type. Display&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt; c) Double click on the segment. You will see that there is a minimum and maximum number set for this&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; segment. You can increase this maximum number by creating an extension to this segment.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158129#M1821080</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-05T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158130#M1821081</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;where is the section which populates the segments? Could you ask for the info you need I am happy to take screen shots because till now from all suggestions so far I'm not able to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the idoc program for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;amp; Report&amp;nbsp; ZIDOCPG&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;&lt;/P&gt;&lt;P&gt;*&amp;amp;---------------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT&amp;nbsp; ZIDOCPG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS PLIFNR TYPE LIFNR.&lt;/P&gt;&lt;P&gt;PARAMETERS PNAME1 TYPE NAME1_GP.&lt;/P&gt;&lt;P&gt;PARAMETERS PORT01 TYPE ORT01_GP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA VSEG LIKE Z1TRANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA VEDP13 LIKE EDP13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF FEDIDC OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INCLUDE STRUCTURE EDIDC.&lt;/P&gt;&lt;P&gt;DATA: END OF FEDIDC."MASTER IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TEDIDC OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INCLUDE STRUCTURE EDIDC.&lt;/P&gt;&lt;P&gt;DATA: END OF TEDIDC."COMM IDOC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TEDIDD OCCURS 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp; INCLUDE STRUCTURE EDIDD.&lt;/P&gt;&lt;P&gt;DATA: END OF TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM EDP13 INTO VEDP13 WHERE MESTYP = 'ZTMSG'&amp;nbsp;&amp;nbsp; AND&lt;/P&gt;&lt;P&gt;&amp;nbsp; IDOCTYP = 'ZTRANS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VSEG-LIFNR = PLIFNR.&lt;/P&gt;&lt;P&gt;VSEG-NAME1 = PNAME1.&lt;/P&gt;&lt;P&gt;VSEG-ORT01 = PORT01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEDIDD-SEGNAM = VSEG.&lt;/P&gt;&lt;P&gt;TEDIDD-SDATA = VSEG.&lt;/P&gt;&lt;P&gt;APPEND TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*TO GEN IDOC CONTROL RECORD.&lt;/P&gt;&lt;P&gt;FEDIDC-MESTYP = 'ZTMSG'.&lt;/P&gt;&lt;P&gt;FEDIDC-DOCTYP = 'ZTRANS'.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPOR = VEDP13-RCVPOR.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPRN = VEDP13-RCVPRN.&lt;/P&gt;&lt;P&gt;FEDIDC-RCVPRT = VEDP13-RCVPRT.&lt;/P&gt;&lt;P&gt;APPEND FEDIDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE'&lt;/P&gt;&lt;P&gt;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_IDOC_CONTROL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = FEDIDC&lt;/P&gt;&lt;P&gt;&amp;nbsp; TABLES&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMMUNICATION_IDOC_CONTROL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = TEDIDC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MASTER_IDOC_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 08:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158130#M1821081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-06T08:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158131#M1821082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allwyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have been using Z1TRANS segment type in the idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE11 give Z1TRANS in the structure and search for the where used list, you will get the place where that segment is filled during the Idoc execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check there whether the segment is populated in the same order as defined in the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 16:20:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158131#M1821082</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-06T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158132#M1821083</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 did as you said and I can see vseg-lifnr = plifnr but what I'm doing in the program is passing 3 fields to vseg i.e lifnr, name1 and ort01 as per the below code from my idoc program which i have pasted in the previous reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/405271" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM EDP13 INTO VEDP13 WHERE MESTYP = 'ZTMSG'&amp;nbsp;&amp;nbsp; AND&lt;/P&gt;&lt;P&gt;&amp;nbsp; IDOCTYP = 'ZTRANS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VSEG-LIFNR = PLIFNR.&lt;/P&gt;&lt;P&gt;VSEG-NAME1 = PNAME1.&lt;/P&gt;&lt;P&gt;VSEG-ORT01 = PORT01.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;TEDIDD-SEGNAM = VSEG.&lt;/P&gt;&lt;P&gt;TEDIDD-SDATA = VSEG.&lt;/P&gt;&lt;P&gt;APPEND TEDIDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the error that all 3 fields are not being moved to vseg?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The entire process I'm doing is : I have made an tcode ZTC which enters lifnr,name1,ort01 into lfa1 table and then I run my idoc program(above) and again pass the same values(in parameters) i had entered into ZTC and then these values are sent to client 810 using IDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. Waiting for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 08:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158132#M1821083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-07T08:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158133#M1821084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allwyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see here you were not passing the segment name to the SEGNAM parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;TEDIDD-SEGNAM = VSEG.&lt;/SPAN&gt; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;TEDIDD-SEGNAM = '&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Z1TRANS&lt;/SPAN&gt;'.&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- It should be segment name.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;TEDIDD-SDATA = VSEG.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;APPEND TEDIDD.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;TP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158133#M1821084</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-07T18:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158134#M1821085</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;but i have declared vseg - DATA VSEG LIKE Z1TRANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I think I add tried this suggestion it didn't workout.. I'll see again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158134#M1821085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-07T18:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158135#M1821086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allwyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is just the declaration and VSEG has the structure similar to Z1TRANS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you have to pass the segment name to the parameter &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;like this &lt;STRONG style="font-size: 12px; color: #333333;"&gt;TEDIDD-SEGNAM = '&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Z1TRANS&lt;/SPAN&gt;'&lt;/STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&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;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158135#M1821086</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-07T18:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158136#M1821087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked I got the error 26 sorted but now some other errors still remain on the c810 side so I'll review them for later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158136#M1821087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-07T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: idoc error during syntax check - error26</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158137#M1821088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allwyn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are always welcome &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/599/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 18:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/idoc-error-during-syntax-check-error26/m-p/10158137#M1821088</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-07T18:57:55Z</dc:date>
    </item>
  </channel>
</rss>

