<?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: Database table not getting updated in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987929#M1493587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please read  documentation for INSERT , it will behave differently when record with same primary key already aexists other than giving an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rerards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jun 2010 10:40:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-14T10:40:56Z</dc:date>
    <item>
      <title>Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987921#M1493579</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;I am trying to update a Z-table in CRM. It has primary key of four columns. When I try to insert new record, ONLY SOMETIMES for few records it does not create new record, although it gives sy-subrc 0 on insertion. On repeating for same record many times it behaves same way, then as a last resort I have to create new entry manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the reason for this ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 05:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987921#M1493579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T05:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987922#M1493580</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 it is a Z-Table , u have to create a Module pool program then u create a trnasaction fro this....based on this transaction u can upload  what ever the records...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 05:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987922#M1493580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T05:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987923#M1493581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it does work fine for other records, only for a few records, it does not work. Please provide the reason not a workaround. Also, it woulld be a major change which would take time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 06:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987923#M1493581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T06:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987924#M1493582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello  Chitwanjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use the "insert" or "modify" command to insert the new lines? If you are using the modify command, maybe some records are updated and there are fewer new records created than you have expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ozcan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 06:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987924#M1493582</guid>
      <dc:creator>former_member848108</dc:creator>
      <dc:date>2010-06-11T06:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987925#M1493583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U might be having the records in the internal table. Use Statement wait 2 seconds inside the loop after your insert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: san on Jun 11, 2010 2:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 08:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987925#M1493583</guid>
      <dc:creator>former_member842213</dc:creator>
      <dc:date>2010-06-11T08:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987926#M1493584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ozcan&lt;/P&gt;&lt;P&gt;I am using the insert command. So I think it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 15:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987926#M1493584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987927#M1493585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi San,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already put wait of 3 seconds. But for most records it does work, for some it does not. Is it that it might be open in some other t-code and there is lock on entry to be changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 15:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987927#M1493585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T15:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987928#M1493586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Singh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Insert command is working fine in this case. Check for the few records that are not being updated, There might be duplicate entries in it. &lt;/P&gt;&lt;P&gt;When we are using the &lt;STRONG&gt;Insert&lt;/STRONG&gt; command if the duplicate entries are there only one is updated and &lt;STRONG&gt;sy-subrc = 0&lt;/STRONG&gt; in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 09:35:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987928#M1493586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Database table not getting updated</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987929#M1493587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please read  documentation for INSERT , it will behave differently when record with same primary key already aexists other than giving an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rerards,&lt;/P&gt;&lt;P&gt;Uma Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jun 2010 10:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-getting-updated/m-p/6987929#M1493587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-14T10:40:56Z</dc:date>
    </item>
  </channel>
</rss>

