<?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: issue with table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231447#M480150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abaper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         once you remove your primary key, it will say the error so you should adjust your table using se14.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       But once you remove the key nothing will happen in the records.... if you have any doubt in table, send a message i will clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 05:16:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T05:16:19Z</dc:date>
    <item>
      <title>issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231442#M480145</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;&lt;/P&gt;&lt;P&gt;i HAVE INTERESTING DOUBT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I HAVE A TABLE WITH DATA WITH 3 PRIMARY KEYS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I HAVE DATA LIKE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLD1 FLD2 FLD3 FLD4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 A 2 1&lt;/P&gt;&lt;P&gt;1 A 2 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SINCLE FLD1,FLD2AND FLD3 ARE PRIMARY KEYS .This record was uploaded from excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what i did is i removed the fld3 as primary key and moved the request .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW I HAVE FLD1 AND FLD2 as primary keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what happens to above 2 records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;preeti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 02:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231442#M480145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T02:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231443#M480146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;primary key entry should be unique so as per your requirement make field4 also primary key then only you can upload the data in the table . otherwise its not possible to upload these two rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 02:06:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231443#M480146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T02:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231444#M480147</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 you remove field3 as primary key, you cann't save those 2 records, you only can save 1 record. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you already have data in your table like that, i think you will get an error when you remove field3 as primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 02:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231444#M480147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T02:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231445#M480148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai preeti...&lt;/P&gt;&lt;P&gt;you delete the fild row in the table that is you mentioned(third field).&lt;/P&gt;&lt;P&gt;and just activate you cannot activate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you go to se14 for database utility.&lt;/P&gt;&lt;P&gt;give your table name in the object and just click edit.&lt;/P&gt;&lt;P&gt;and then click the  activate and adjust pushbutton . &lt;/P&gt;&lt;P&gt;you get activated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this the solution for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;velu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 04:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231445#M480148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T04:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231446#M480149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai preeti...&lt;/P&gt;&lt;P&gt;you delete the fild row in the table that is you mentioned(third field).&lt;/P&gt;&lt;P&gt;and just activate you cannot activate .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you go to &amp;lt;b&amp;gt;se14 for database utility&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;give your table name in the object and just click &amp;lt;b&amp;gt;edit&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;and then click the  &amp;lt;b&amp;gt;activate and adjust&amp;lt;/b&amp;gt; pushbutton . &lt;/P&gt;&lt;P&gt;you get activated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this the solution for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;velu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 04:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231446#M480149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T04:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231447#M480150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abaper,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         once you remove your primary key, it will say the error so you should adjust your table using se14.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       But once you remove the key nothing will happen in the records.... if you have any doubt in table, send a message i will clear..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 05:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231447#M480150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T05:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: issue with table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231448#M480151</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;&lt;/P&gt;&lt;P&gt;i ai adjusted the table and the table got activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question what happens to the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second record shouldn't exist right &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what happens to second record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;preeti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 12:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-entries/m-p/2231448#M480151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:12:43Z</dc:date>
    </item>
  </channel>
</rss>

