<?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: How to Avoid duplicate entry input in table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901269#M376222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to code in CHAIN...ENDCHAIN. Check in the internal table, if the value already exists then display the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 09:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T09:56:17Z</dc:date>
    <item>
      <title>How to Avoid duplicate entry input in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901267#M376220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just create a table control on screen with an internal tablefor data maintaining, there are some fields, but the first column fields must be different, that's there can't be 2 records with same first column value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this any way to special in tabel control to avoid this when the second is input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I have to make validate between CHAIN..ENDCHAIN to check one by one, if so, how to make a very effective way?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 09:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901267#M376220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Avoid duplicate entry input in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901268#M376221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can Maintain this validation at internal table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Say you are moving ITAB values to table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB BY Col1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE ADJACENT DUPLICATES FROM TABLE ITAB1 &lt;/P&gt;&lt;P&gt;                                                         COMPARING col1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code will work for your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 09:55:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901268#M376221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T09:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Avoid duplicate entry input in table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901269#M376222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to code in CHAIN...ENDCHAIN. Check in the internal table, if the value already exists then display the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 09:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-duplicate-entry-input-in-table-control/m-p/1901269#M376222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T09:56:17Z</dc:date>
    </item>
  </channel>
</rss>

