2023 May 02 5:32 PM
Hello, I've a cluster view with 3 tables. All of them are header tables.
I'm calling this cluster view from a custom program using the FM VIEWCLUSTER_MAINTENANCE_CALL.
In DEV system, everything works fine but in QAS system is not (not an authorization problem).
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.
Did someone already have this error?
Thanks
2023 May 02 9:12 PM
If it's a view cluster without any custom ABAP code then contact SAP support/check SAP Notes.
If you have custom ABAP code, then please post the custom code and explain more.
2023 May 03 11:39 AM
Have you not received any messages related to the transport or the client?
Does the SM34 transaction work when your program call does not?
2023 May 03 11:57 AM
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.
Thanks to everyone that replied and tried to help.
2023 May 03 12:15 PM
Then probably it means that there were some data buffered, and your application server was out of sync.
Next time it happens (or anyone experiencing this), do this:
(of course, this solution may possibly work for anything else implying the SAP buffers, not only view clusters)