<?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: Repeating data in tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536239#M244630</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;Include system time or some sequence number in your unique or primary key combination. I mean to say you need to add one field to your key whose value is unique like the time of record entry etc. This will allow you to enter record with same data except time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 15:49:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T15:49:25Z</dc:date>
    <item>
      <title>Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536234#M244625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In new entries of the table, if we give the same id number again it shows the id already exists..so how to repeat the data in tables&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536234#M244625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T15:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536235#M244626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to have mulitple records per id, then this field can not be part of the key.  You will need to use some kind of internal numbering for your record which will be the key, then your ID value can have multiple records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536235#M244626</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-01T15:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536236#M244627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KEY field combination values can NOT be accepted again in to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats we call as "PRIMARY KEY",if you dont want this,remove one or more key fields from PRIMARY KEY Combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:45:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536236#M244627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536237#M244628</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;if the field is primary key field,it does not accept repeated values, i mean to say it holds only unique data.&lt;/P&gt;&lt;P&gt;check if ur field is key field, in that case it is not possible to give same value again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowjanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536237#M244628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536238#M244629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    remove primary key check in se11 in ur table&lt;/P&gt;&lt;P&gt;    to accept duplicates values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536238#M244629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T15:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Repeating data in tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536239#M244630</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;Include system time or some sequence number in your unique or primary key combination. I mean to say you need to add one field to your key whose value is unique like the time of record entry etc. This will allow you to enter record with same data except time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 15:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/repeating-data-in-tables/m-p/1536239#M244630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T15:49:25Z</dc:date>
    </item>
  </channel>
</rss>

