<?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: Cluster View not saving data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693027#M2017773</link>
    <description>&lt;P&gt;If it's a view cluster without any custom ABAP code then contact SAP support/check SAP Notes.&lt;/P&gt;&lt;P&gt;If you have custom ABAP code, then please post the custom code and explain more. &lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2023 20:12:59 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-05-02T20:12:59Z</dc:date>
    <item>
      <title>Cluster View not saving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693026#M2017772</link>
      <description>&lt;P&gt;Hello, I've a cluster view with 3 tables. All of them are header tables.&lt;/P&gt;
  &lt;P&gt;I'm calling this cluster view from a custom program using the FM VIEWCLUSTER_MAINTENANCE_CALL.&lt;/P&gt;
  &lt;P&gt;In DEV system, everything works fine but in QAS system is not (not an authorization problem).&lt;/P&gt;
  &lt;P&gt;I can add a new entry or delete one, but every time I try to change some data of an existing entry, I get the success message "Data was saved" (SV018) but the truth is, the data is not saved in the table. &lt;/P&gt;
  &lt;P&gt;Did someone already have this error?&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 16:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693026#M2017772</guid>
      <dc:creator>former_member324377</dc:creator>
      <dc:date>2023-05-02T16:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster View not saving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693027#M2017773</link>
      <description>&lt;P&gt;If it's a view cluster without any custom ABAP code then contact SAP support/check SAP Notes.&lt;/P&gt;&lt;P&gt;If you have custom ABAP code, then please post the custom code and explain more. &lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 20:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693027#M2017773</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-02T20:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster View not saving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693028#M2017774</link>
      <description>&lt;P&gt;Have you not received any messages related to the transport or the client?&lt;/P&gt;&lt;P&gt;Does the SM34 transaction work when your program call does not?&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 10:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693028#M2017774</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-05-03T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster View not saving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693029#M2017775</link>
      <description>&lt;P&gt;I don't know if it's because I tried to do some changes directly in SM30 for the tables or if enter in SE54 and did a test of the cluster view (there also worked fine). When I got back to the custom program today (with a selection screen and a call to the FM VIEWCLUSTER_MAINTENANCE_CALL), the changes to the data were working. This is a very weird behavior. &lt;/P&gt;&lt;P&gt;Thanks to everyone that replied and tried to help. &lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 10:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693029#M2017775</guid>
      <dc:creator>former_member324377</dc:creator>
      <dc:date>2023-05-03T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster View not saving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693030#M2017776</link>
      <description>&lt;P&gt;Then probably it means that there were some data buffered, and your application server was out of sync.&lt;/P&gt;&lt;P&gt;Next time it happens (or anyone experiencing this), do this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;clear the SAP buffers, e.g. /$sync in the command field (be careful, tell the administrators/users as it will impact the performance to rebuild the buffers)&lt;/LI&gt;&lt;LI&gt;and repeat it on each application server (switch via SM51 as explained in the forum).&lt;/LI&gt;&lt;LI&gt;try again the view cluster&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(of course, this solution may possibly work for anything else implying the SAP buffers, not only view clusters)&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 11:15:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cluster-view-not-saving-data/m-p/12693030#M2017776</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-03T11:15:30Z</dc:date>
    </item>
  </channel>
</rss>

