<?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: Inserting duplicate entries into table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319391#M1728122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U cannot insert duplicate records since u hav a unique key field.&lt;/P&gt;&lt;P&gt;Still you want to insert, well remove the primary key of the DB table created and insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise u can only modify the table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2013 05:03:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-08T05:03:51Z</dc:date>
    <item>
      <title>Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319389#M1728120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to insert all records from internal table to database table (Dont bother about duplicates as i need all values from internal table) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i used&amp;nbsp; "insert &amp;lt;dbtable&amp;gt; from &amp;lt;itab&amp;gt; accepting dupplicate keys". Then also it is not allowing to insert duplicates into DB. please advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while defining &lt;STRONG&gt;itab&lt;/STRONG&gt;&amp;nbsp; i used "non-unique default keys".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Silviya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 04:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319389#M1728120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T04:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319390#M1728121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Silviya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot enter duplicate records into Data base tables.Here duplicate in the sense you are trying enter one or more records, for which there is a similar record in the database exists with the same primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only thing you can do is go for UPDATE statement instead of INSERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 04:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319390#M1728121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T04:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319391#M1728122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;U cannot insert duplicate records since u hav a unique key field.&lt;/P&gt;&lt;P&gt;Still you want to insert, well remove the primary key of the DB table created and insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise u can only modify the table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 05:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319391#M1728122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T05:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319392#M1728123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Silviya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; In your internal table check there is any duplicate records for your database table primery key. If it is you cant to insert else you can..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 05:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319392#M1728123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T05:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319393#M1728124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;if the keys are specified in the table it won't accept the entry to come in ..&amp;nbsp; So if you can change the db as per your requirement if it is z table it is possible ..&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;P&gt;Vinoth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 05:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319393#M1728124</guid>
      <dc:creator>vinoth_aruldass</dc:creator>
      <dc:date>2013-02-08T05:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319394#M1728125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinoth,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; My table is a customizing table only and also i cant get your answer clearly. If you can tell me clearlly please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank YOu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319394#M1728125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T06:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319395#M1728126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;Refer following thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3224315"&gt;http://scn.sap.com/thread/3224315&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See SAP Documentation on INSERT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If, for one or more of the rows to be inserted, a row with the same primary key &lt;BR /&gt;&amp;nbsp; or the same unique secondary key already exists and the ACCEPTING DUPLICATE KEYS &lt;BR /&gt;&amp;nbsp; addition is specified, the rows are not inserted and sy-subrc is set to 4.&lt;BR /&gt;&amp;nbsp; If, in this case,&amp;nbsp; the addition ACCEPTING DUPLICATE KEYS is not specified, no rows are inserted.&amp;nbsp; &lt;BR /&gt; Prior to Release 6.10, this raises an exception that cannot be handled; as of Release 6.10, &lt;BR /&gt;&amp;nbsp; this raises the exception that can be handled CX_SY_OPEN_SQL_DB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Katrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319395#M1728126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T06:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319396#M1728127</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;&lt;/P&gt;&lt;P&gt;This is for sure that its not allowing you to enter duplicate records because of the primary key. If you want to enter all the records in any case, you have to change the primary key. And 1 tip i want to share. I always use update instead of insert. Its always safe. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1151/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&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;Purnand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 06:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319396#M1728127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T06:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319397#M1728128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily store duplicate entries in table using one column as SERIAL_NUMBER&amp;nbsp; part of primary key as follows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;example is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;SI.no&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @@@&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 111&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;@@@&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 222&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;@@@&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;using&amp;nbsp; 'INSERT ' keyword u can insert the data from DB table to internal table&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-size: 12px; font-family: inherit;"&gt;&lt;STRONG&gt;Sujatha Sahu&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319397#M1728128</guid>
      <dc:creator>sujathakumarisahu_telukal</dc:creator>
      <dc:date>2013-02-08T07:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319398#M1728129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;"Dont bother about duplicates"&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The primary key of the table definition are implemented in database via SQL, as a CONSTRAINT of UNIQUE KEY and NOT NULL,&amp;nbsp; and the database must prevent every tricky hint to be able to bypass this, even if you don't bother &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1151/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you want to have multiple "duplicate entries" you MUST add another primary key, like an internal counter managed in your program. or use other type of database table (like INDX where you can EXPORT to database an internal table of data for one set of primary key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319398#M1728129</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-02-08T07:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319399#M1728130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make all the keys in the Table as Primary Keys . Duplicate entries will be allowed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319399#M1728130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T07:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting duplicate entries into table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319400#M1728131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg: Consider a database table ZEMPLOYEE and assume that this table has primary key field Employee_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to insert all the values from you internal table to database table irrespective of duplicate add field counter which will be the part of primary key field and insert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now primary key for this ZEMPLOYEE table will be EMP_ID and Counter fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Remember to increase the count number&amp;nbsp; to 1 for every new insertion.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;loop at itab into wa.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wa_counter = counter + 1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INSERT ZEMPLOYEE from wa.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;endloop.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp; Emp_ID&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;COUNTER&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emp_name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Emp_COUNTRY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-style: inherit; font-size: 12px; font-family: inherit; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&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; 1&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&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; India&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&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; 2&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABC&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; India &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 07:37:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-duplicate-entries-into-table/m-p/9319400#M1728131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T07:37:46Z</dc:date>
    </item>
  </channel>
</rss>

