<?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: performance overhead in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360294#M806293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As said by John ^ modify will change and update.. it works based on primary keys.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Ztable has jake jane jay in it already and are *primary key fields*

itab has Andy Bob Candy jay.

modify Ztable from itab.

Andy Bob and Candy are inserted into Ztable... Jay already exist in the table and there cannot be redundancies with primary key fields.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2008 22:03:15 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-01-30T22:03:15Z</dc:date>
    <item>
      <title>performance overhead</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360292#M806291</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 have a quick question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is part in the project where we need to update information in SAP which we gather from the user. I am getting a series of name from user and updating it. For that I am using insert statement. If user tries modify those series of name, I do delete first and insert again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it is a good way. Also my concern is whether there will be performance overhead for SAP through my way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- deepan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 21:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360292#M806291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T21:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: performance overhead</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360293#M806292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deepan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your method is fine.  No performance issue to be concerned about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also just use the MODIFY verb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It handles INSERT-ing and UPDATE-ing all in one statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By that - I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "Jake" does not exist in the table, it will be INSERT automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "Jake" does exist in the table and you changing something about Jake's info, it will be UPDATEd automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All by using the MODIFY verb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 21:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360293#M806292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T21:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: performance overhead</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360294#M806293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   As said by John ^ modify will change and update.. it works based on primary keys.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Ztable has jake jane jay in it already and are *primary key fields*

itab has Andy Bob Candy jay.

modify Ztable from itab.

Andy Bob and Candy are inserted into Ztable... Jay already exist in the table and there cannot be redundancies with primary key fields.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 22:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-overhead/m-p/3360294#M806293</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-01-30T22:03:15Z</dc:date>
    </item>
  </channel>
</rss>

