<?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: Table control data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480382#M1418822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplication of records in a table control can happen because of duplicating of records in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code executed in PBO , is the internal table content same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check the content of this table in second execution of PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Dec 2009 16:05:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-30T16:05:13Z</dc:date>
    <item>
      <title>Table control data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480379#M1418819</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 a problem of replication of data in table control when i press enter by selecting the next empty row in table control.&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhinandan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 13:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480379#M1418819</guid>
      <dc:creator>former_member130219</dc:creator>
      <dc:date>2009-12-30T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table control data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480380#M1418820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you make it more clear.. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 13:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480380#M1418820</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-30T13:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table control data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480381#M1418821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you show your code for the PAI event and the calling of the Table Control?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 14:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480381#M1418821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table control data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480382#M1418822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Duplication of records in a table control can happen because of duplicating of records in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code executed in PBO , is the internal table content same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check the content of this table in second execution of PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 16:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480382#M1418822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T16:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table control data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480383#M1418823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are duplicate entries in your internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so before passing values from internal table to table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete duplicate entries comparing key fields..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need any inforamtion regarding deletion of duplicate entries please search forum you will get&lt;/P&gt;&lt;P&gt;many links on it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need further inforamtion please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Dec 2009 20:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-data/m-p/6480383#M1418823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-30T20:26:55Z</dc:date>
    </item>
  </channel>
</rss>

