<?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: update database table fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469112#M833899</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;To update the database table fields using work area, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE databasetablename FROM workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will overwrite the line of the databasetable which has the same primary key as the workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the line type of the work area is exactly the same as the structure of the database table.&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;Vadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 04:14:20 GMT</pubDate>
    <dc:creator>i048168</dc:creator>
    <dc:date>2008-03-05T04:14:20Z</dc:date>
    <item>
      <title>update database table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469108#M833895</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 need update table vekp-NAMBE  and VEKP-NAMEF. using my work area valuses wa_E1EDL37 how to do this, pls help me give me the sample code.&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;jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 04:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469108#M833895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T04:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: update database table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469109#M833896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi updating manually, with ur work area is not a good proactice.. either use a transaction which does the same purpose or write a BDC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still you want to use.. use &lt;STRONG&gt;modify update insert&lt;/STRONG&gt; and after doing it use &lt;STRONG&gt;Commit work and wait&lt;/STRONG&gt; statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 04:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469109#M833896</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-03-05T04:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: update database table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469110#M833897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;update vekp set :&lt;/P&gt;&lt;P&gt;nambe = &amp;lt;ur value&amp;gt;&lt;/P&gt;&lt;P&gt;namef = &amp;lt;ur value&amp;gt;&lt;/P&gt;&lt;P&gt;where &amp;lt;ur condition if any&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 04:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469110#M833897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T04:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: update database table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469111#M833898</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;   Try to use the FM &lt;STRONG&gt;V51P_XVEKP_YVEKP_UPDATE&lt;/STRONG&gt; to update the field values in in table VEKP. Dont forget to give IF_UPDKZ = 'U'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 04:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469111#M833898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T04:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: update database table fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469112#M833899</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;To update the database table fields using work area, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPDATE databasetablename FROM workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will overwrite the line of the databasetable which has the same primary key as the workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the line type of the work area is exactly the same as the structure of the database table.&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;Vadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 04:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-database-table-fields/m-p/3469112#M833899</guid>
      <dc:creator>i048168</dc:creator>
      <dc:date>2008-03-05T04:14:20Z</dc:date>
    </item>
  </channel>
</rss>

