<?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: updating the database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316359#M507987</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 u want to change a field in a record of the database table, u can use&lt;/P&gt;&lt;P&gt;UPDATE databasetablename SET fieldname = 'AAA' WHERE KEYFIELD EQ p_NO.&lt;/P&gt;&lt;P&gt;HOPE THIS WILL SOLVE UR QUESTION.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 07:11:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T07:11:13Z</dc:date>
    <item>
      <title>updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316354#M507982</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;how to update the z database table using reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316354#M507982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T06:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316355#M507983</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;tables ztable.&lt;/P&gt;&lt;P&gt;ztable-fld1 = 'dfhgfd'.&lt;/P&gt;&lt;P&gt;ztable-fld2 = 'grg'.&lt;/P&gt;&lt;P&gt;ztable-fld3 = 'err'.&lt;/P&gt;&lt;P&gt;modify ztable.(this is for creating nw records if the record withese primary keys doesnot exist)&lt;/P&gt;&lt;P&gt;update ztable.(this will update existing field if primary keys macches and does not create any new records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links for more help.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;modify&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba4b235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba4b235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;update&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3a94358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3a94358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316355#M507983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T06:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316356#M507984</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;PRE&gt;&lt;CODE&gt;tables: ztable.

ztable-f1 = 'f1val'.
ztable-f2 = 'f2val'.
INSERT ztable.

"if u want to use itab then use:
insert ztable from table itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316356#M507984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T06:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316357#M507985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the best way to do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a function module in update task &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use update statement inside the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please lock the table before calling the function module and release it at the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316357#M507985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T06:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316358#M507986</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 are updating the ZTABLE from getting values from different SAP tables used in the report then it can be done using the INSERT/MODIFY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain in detail your requirement so that I can provide more specific solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316358#M507986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: updating the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316359#M507987</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 u want to change a field in a record of the database table, u can use&lt;/P&gt;&lt;P&gt;UPDATE databasetablename SET fieldname = 'AAA' WHERE KEYFIELD EQ p_NO.&lt;/P&gt;&lt;P&gt;HOPE THIS WILL SOLVE UR QUESTION.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 07:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/updating-the-database-table/m-p/2316359#M507987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T07:11:13Z</dc:date>
    </item>
  </channel>
</rss>

