<?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 How to keep buffer in cloud app? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-buffer-in-cloud-app/m-p/12794017#M2024519</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;In SAP GUI, user's behavior creates some buffer data and the buffer will be saved into db when user clicks save button.&lt;/P&gt;
  &lt;P&gt;I am wondering how this works the same in cloud Fiori app, as far as I know, RESTful API is stateless and there is not something like session.&lt;/P&gt;
  &lt;P&gt;Regards.&lt;BR /&gt;Eric&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 07:31:55 GMT</pubDate>
    <dc:creator>EricYu0912</dc:creator>
    <dc:date>2023-10-12T07:31:55Z</dc:date>
    <item>
      <title>How to keep buffer in cloud app?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-buffer-in-cloud-app/m-p/12794017#M2024519</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;In SAP GUI, user's behavior creates some buffer data and the buffer will be saved into db when user clicks save button.&lt;/P&gt;
  &lt;P&gt;I am wondering how this works the same in cloud Fiori app, as far as I know, RESTful API is stateless and there is not something like session.&lt;/P&gt;
  &lt;P&gt;Regards.&lt;BR /&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 07:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-buffer-in-cloud-app/m-p/12794017#M2024519</guid>
      <dc:creator>EricYu0912</dc:creator>
      <dc:date>2023-10-12T07:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep buffer in cloud app?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-buffer-in-cloud-app/m-p/12794018#M2024520</link>
      <description>&lt;P&gt;In classical ABAP programming so called LUWs are used (Logical Units of Work). In short they are keeping changes and either push it to DB after COMMIT is called or are cleared with ROLLBACK. Documentation from SAP on the topic: &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/abensap_luw.htm" target="_blank"&gt;SAP LUW&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As for cloud computing you can refer to the blog to check differences: &lt;A href="https://blogs.sap.com/2022/12/05/the-sap-luw-in-abap-cloud/" target="_blank"&gt;The SAP LUW in ABAP Cloud&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 18:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-keep-buffer-in-cloud-app/m-p/12794018#M2024520</guid>
      <dc:creator>fprokopiuk</dc:creator>
      <dc:date>2023-10-12T18:33:24Z</dc:date>
    </item>
  </channel>
</rss>

