<?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: Custom table update problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943396#M1487688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;new&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 14:58:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-31T14:58:36Z</dc:date>
    <item>
      <title>Custom table update problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943395#M1487687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a table maintenance view for a custom table. In test an QA systems it is possible to change or add records without problem. But in the prod. system a certain field, which has RE_BELNR as data element, can not be updated. I can delete the relevant record but when I try to create a new one including this field I receive a dump stating that there are duplicate entries. And when I omit this field, record can be created. Later I try to change the record; it is possible to enter and save but when I re-run SM31 the field is again empty hence not updated at all. This field is not primary key but there is a sec. index including this field. Where should I check? Can the sec. index block data entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ali Abbasgil on May 31, 2010 4:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 12:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943395#M1487687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table update problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943396#M1487688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;new&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 14:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943396#M1487688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T14:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table update problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943397#M1487689</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;Secondary INDEX wont block any thing. But when ever the table is updated, all the index fields information is updated to seperate tables. There might be some issue with your secondary INDEX. Ask your BASIS team to regenerate the secondary INDEX and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 15:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943397#M1487689</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-05-31T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table update problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943398#M1487690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try re-generating the table maintenance dialog. Sometimes problems with the TMD also leads to problems while maintaining data in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 15:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943398#M1487690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T15:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table update problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943399#M1487691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A secondary index was defined as unique and that was blocking insert or change. I changed the index and the problem was solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 11:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-update-problem/m-p/6943399#M1487691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T11:27:06Z</dc:date>
    </item>
  </channel>
</rss>

