<?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: Reading SAP buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582748#M1566545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jan 2011 14:17:12 GMT</pubDate>
    <dc:creator>AntonPierhagen</dc:creator>
    <dc:date>2011-01-26T14:17:12Z</dc:date>
    <item>
      <title>Reading SAP buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582746#M1566543</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've got a question. During a transaction an function module is started which i had created. &lt;/P&gt;&lt;P&gt;The function module is started before the data is saved. So, before a commit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had heard that before the data is committed to the database, you can read all this data. &lt;/P&gt;&lt;P&gt;All the data which is in the transaction. And this data should be in the so called SAP BUFFER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, how do you read it? En does anyone has more information about that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly hear from you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anton Pierhagen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 12:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582746#M1566543</guid>
      <dc:creator>AntonPierhagen</dc:creator>
      <dc:date>2011-01-26T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reading SAP buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582747#M1566544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AntonPierhagen2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this just means that within the current processing step, all database changes done using UPDATE/INSERT will be visible to a subsequent SELECT in this  processing step. This is no real advantage as usually the program knows what database changes it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But all other programs/processes will see the database changes after they are committed to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the basic concept of database consistency: If a Type E A or X Error occurs, all changes are rolled back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: An implicit database commit occurs after every processing step. In online programs this means that as soon as the program waits for user input (screen processing), calls an RFC module or receives results from an RFC call or just after executing the last program statement the database commit is done - no rollback after this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See documentation [SAP LUW|http://help.sap.com/abapdocu_702/en/abapcommit.htm] to shed some light on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link Edited by: Clemens Li on Jan 26, 2011 2:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 13:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582747#M1566544</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-26T13:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading SAP buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582748#M1566545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 14:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-sap-buffer/m-p/7582748#M1566545</guid>
      <dc:creator>AntonPierhagen</dc:creator>
      <dc:date>2011-01-26T14:17:12Z</dc:date>
    </item>
  </channel>
</rss>

