<?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 updating in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083772#M1180601</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;firstly you can define internal table and work area as below:-&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;internal tables&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;DATA : I_ZTESTBAR TYPE TABLE OF ZTEST_BAR.&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;work areas&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;DATA : I_ZTESTBAR_LINE LIKE LINE OF I_ZTESTBAR .&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here internal table having the same structure as that of ztable which include MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to update field, you can use add following code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Update Ztable&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;INSERT INTO ZTEST_BAR VALUES I_ZTESTBAR_LINE.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 05:37:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-11T05:37:23Z</dc:date>
    <item>
      <title>database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083759#M1180588</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 am updating the database table with following syntex, but table not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ZTEST_BAR FROM TABLE I_ZTESTBAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PKB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083759#M1180588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083760#M1180589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Make sure that the primary key fields are completely specified in the internal table, and they are in the same order/ structure with respect to the database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you just paste your internal table structure so that, it can be evaluated against your database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083760#M1180589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083761#M1180590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MANDT	   C	3 	009&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BWART	   C	3 	103&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HP_SERNR C	18 	1234&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SERNR	   C	18 	               26&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MATNR	   C	18 	000000119020000028&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MBLNR	   C	10 	5000101371&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MJAHR	   N	4 	2009&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ZEILE	   N	4 	0001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*WERKS	   C	4 	*                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is structure of my internal table. inthis mandt, bwart and hp_sernr are my key fields which i am selecting from database. Only sernr field i am updating but unable to update table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:15:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083761#M1180590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083762#M1180591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you check return code (sy-subrc)? If this is ok (=0), then maybe adding a commit work might do the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083762#M1180591</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-06T07:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083763#M1180592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in the internal table remove the column mandt and also  check the value of the primay key fields whether they are matching with the values existing in the DB table for that particulary row and also make sure that there are no duplicate records of the same primary key  in the internal table else it shall be over written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083763#M1180592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083764#M1180593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this link may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/scn/forums" target="test_blank"&gt;https://www.sdn.sap.com/irj/scn/forums&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083764#M1180593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083765#M1180594</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;First remove the MANDT field from the intrenal table,&lt;/P&gt;&lt;P&gt;Secondly check the data type of the fileds should match the data element of the fields of the table&lt;/P&gt;&lt;P&gt;thirdly check the sy-subrc value&lt;/P&gt;&lt;P&gt;fourthly use COMMIT after modify to actually inserting the new record if it does not exit or updating the already existing record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083765#M1180594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083766#M1180595</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 change intended to a line in the internal table will lead to a duplicate entry in the table with the same primary index the values will not be inserted.The other entries which are unique would be inserted.&lt;/P&gt;&lt;P&gt;So please do check the entries in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 08:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083766#M1180595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083767#M1180596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;         use modify statement only in loop.&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;sumanth reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 09:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083767#M1180596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T09:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083768#M1180597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , no need to give mandt field in the internal table structure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and thyen you check in the table which is primary key and you should note that your r also giving atlease values for the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you check by putting bereak-point whether data is coimg to the internal table.&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;Rajendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083768#M1180597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083769#M1180598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;LOOP AT IT_TAB.&lt;/P&gt;&lt;P&gt;          MOVE-CORRESPONDING IT_TAB TO ZINKT001.&lt;/P&gt;&lt;P&gt;          MODIFY ZINKT001.&lt;/P&gt;&lt;P&gt;          CLEAR IT_TAB.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083769#M1180598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083770#M1180599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hope this link helps you&lt;/P&gt;&lt;P&gt;[Link|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6587420"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 10:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083770#M1180599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083771#M1180600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The ztable and the internal table from where u modify ztab must hv same primary key.&lt;/P&gt;&lt;P&gt;also the no. of fields ,the complete structure. &lt;/P&gt;&lt;P&gt;If for the value in key of the itab has no record in the ztable, the record gets inserted into the ztable. &lt;/P&gt;&lt;P&gt;and  the value in key of the itab has record in the ztable, the record in ztable gets overwritten. &lt;/P&gt;&lt;P&gt;if modification is successful&lt;/P&gt;&lt;P&gt;SY-SUBRC is  set to 0. u can check the return code.&lt;/P&gt;&lt;P&gt; SY-DBCNT gives the number of lines in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mdi.Deeba Najam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 11:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083771#M1180600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083772#M1180601</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;firstly you can define internal table and work area as below:-&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;internal tables&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;DATA : I_ZTESTBAR TYPE TABLE OF ZTEST_BAR.&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;work areas&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;DATA : I_ZTESTBAR_LINE LIKE LINE OF I_ZTESTBAR .&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here internal table having the same structure as that of ztable which include MANDT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then to update field, you can use add following code:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Update Ztable&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;INSERT INTO ZTEST_BAR VALUES I_ZTESTBAR_LINE.&lt;/P&gt;&lt;P&gt;COMMIT WORK.&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 05:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083772#M1180601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T05:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083773#M1180602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   Declare teh internal table as&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i_ztable type standard table of ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to modify, this will definately work.&lt;/P&gt;&lt;P&gt;&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>Wed, 11 Feb 2009 09:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083773#M1180602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083774#M1180603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   Declare teh internal table as&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i_ztable type standard table of ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try to modify, this will definately work.&lt;/P&gt;&lt;P&gt;&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>Wed, 11 Feb 2009 09:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083774#M1180603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: database table not updating</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083775#M1180604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First check that the if the same record is abvailable in table or not ? if the record is available with this data then it will not update it only modify the existing record...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 08:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table-not-updating/m-p/5083775#M1180604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T08:48:13Z</dc:date>
    </item>
  </channel>
</rss>

