<?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: commit statement in badi method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072010#M973578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for the bapi use this..fm. dont use commit work for bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi_transaction_commit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 12:23:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T12:23:05Z</dc:date>
    <item>
      <title>commit statement in badi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072008#M973576</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 using commit statement in badi method save_data, it is put after function module, &lt;/P&gt;&lt;P&gt;in function module i have used insert and update statement, if i do like that then the commit statement refresh the global data but update the table,&lt;/P&gt;&lt;P&gt;if i create one perform inside function module and put commit statement in that perform, then it shows message update was terminated, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also want the global data for processing thats why i can't use commit statement after FM in method, please give Suggestion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072008#M973576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: commit statement in badi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072009#M973577</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;  Create new field symbols of type global data, before the commit you need to pass the data to newly created field symbol. Even if the global data has cleared you can able to get it after commit, because you used field symbols. Declare the field symbols like as global data declarations.&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>Fri, 27 Jun 2008 12:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072009#M973577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: commit statement in badi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072010#M973578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi for the bapi use this..fm. dont use commit work for bapi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bapi_transaction_commit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072010#M973578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: commit statement in badi method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072011#M973579</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;sounds as if you call that FM in update task. Update function modules do not allow all actions. They should only include the neccessary SQL statements and must include any COMMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information read SAPDOCU of COMMIT WORK and everything of SAPS update concept (start immed. V1, start delayed V2 and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATTENTION. Most BADIs designed to save customers data may be used several times and standard data may be saved after them. To avoid inconsistent data inside those BADIs normally no COMMIT should be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/commit-statement-in-badi-method/m-p/4072011#M973579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T13:02:10Z</dc:date>
    </item>
  </channel>
</rss>

