<?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 Error in the table parameter. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724711#M896500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have some Error in a table parameter in the tree model when i created the Dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Errors : ITEM_TABLE contains two items with the same name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve 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;Regards,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2008 02:52:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-22T02:52:58Z</dc:date>
    <item>
      <title>Error in the table parameter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724711#M896500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have some Error in a table parameter in the tree model when i created the Dialog program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Errors : ITEM_TABLE contains two items with the same name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to solve 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;Regards,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 02:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724711#M896500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T02:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the table parameter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724712#M896501</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;As per Data given &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the item_table you created must be having the same field name twice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(1)&lt;/STRONG&gt; eg: imagine if you declared &lt;/P&gt;&lt;P&gt;item_table type table of ZXXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check in se11,in the column "Fields" if any field is repeated but if you check syntax,then errror message will be displayed&lt;/P&gt;&lt;P&gt;or data base inconsistency in activation will come&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(2)&lt;/STRONG&gt; if you have declared it as&lt;/P&gt;&lt;P&gt;data : begin of XXXX&lt;/P&gt;&lt;P&gt;then you must have repeated a field name by mistake like&lt;/P&gt;&lt;P&gt;data : begin of XXXX&lt;/P&gt;&lt;P&gt;         field1 type aXXX&lt;/P&gt;&lt;P&gt;         field1 type aXXXX&lt;/P&gt;&lt;P&gt;        end of XXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;EM&gt;in the abap editor double click on item_table , it will take you to its declaration,just check the 2 cases mentioned above&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check and revert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 04:38:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724712#M896501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T04:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the table parameter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724713#M896502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you tell me wats the type of your ITAB.&lt;/P&gt;&lt;P&gt;If you are used it to populate the tree control,then make sure that all node keys are unique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2008 04:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724713#M896502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-22T04:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the table parameter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724714#M896503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where can i find the item_table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 03:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-table-parameter/m-p/3724714#M896503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T03:19:00Z</dc:date>
    </item>
  </channel>
</rss>

