<?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 Database Update Directly or USING BAPI ! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556096#M855681</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 Want to update &lt;/P&gt;&lt;P&gt; ZPLP1&lt;/P&gt;&lt;P&gt; ZPLP2&lt;/P&gt;&lt;P&gt; ZPLP3 AND ZPLP4 fields in MBEW. These fields found only in one table in SAP, the table in MBEW.&lt;/P&gt;&lt;P&gt;Can i write program to directly update that since it is only one table Or I need to use BAPI for this.&lt;/P&gt;&lt;P&gt;Any way BAPI also do the same, updating only one table. I want to know If i do direct update any problem will come.&lt;/P&gt;&lt;P&gt;Let me know, other things to consider when directly updating the table. Also, give the impact of LOCKING TABLES here whats the use.&lt;/P&gt;&lt;P&gt;My Ultimate Aim is to direct update table without any issues.&lt;/P&gt;&lt;P&gt;Looking for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 11:35:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T11:35:21Z</dc:date>
    <item>
      <title>Database Update Directly or USING BAPI !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556096#M855681</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 Want to update &lt;/P&gt;&lt;P&gt; ZPLP1&lt;/P&gt;&lt;P&gt; ZPLP2&lt;/P&gt;&lt;P&gt; ZPLP3 AND ZPLP4 fields in MBEW. These fields found only in one table in SAP, the table in MBEW.&lt;/P&gt;&lt;P&gt;Can i write program to directly update that since it is only one table Or I need to use BAPI for this.&lt;/P&gt;&lt;P&gt;Any way BAPI also do the same, updating only one table. I want to know If i do direct update any problem will come.&lt;/P&gt;&lt;P&gt;Let me know, other things to consider when directly updating the table. Also, give the impact of LOCKING TABLES here whats the use.&lt;/P&gt;&lt;P&gt;My Ultimate Aim is to direct update table without any issues.&lt;/P&gt;&lt;P&gt;Looking for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556096#M855681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Database Update Directly or USING BAPI !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556097#M855682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rizvi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont find a reason why you shouldn't go using a BAPI when you know that the BAPI updates the required table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally a BAPI takes care of all the related issues when you use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would handle the locking and unlocking of the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are very sure that the BAPI does not do any thing apart from updating the table, it is not a bad choice to try updating the table directly.&lt;/P&gt;&lt;P&gt;But take care to lock and unlock the tables, so that you would be sure of the integrity of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Locking is done so that, no two ppl try to update the table at once. This would ensure consistency of data. So after analysis you could go ahead with either of these choices. If you are pretty sure of what  u  r doing then nothing should stop u doing that...all the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 11:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556097#M855682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T11:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Database Update Directly or USING BAPI !</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556098#M855683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Here, i ve implemented direct update but not taken care of locking and unlocking the table. Please tell me, this will lead to any big issues and impact of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Also, explain how to lock and unlock the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 12:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-update-directly-or-using-bapi/m-p/3556098#M855683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T12:11:14Z</dc:date>
    </item>
  </channel>
</rss>

