Hi Guys,
We've got the following situation:
For one of our services we have created 2 FMs in SAP ECC: a FM to read a certain table, and a FM that can change the content of the table (CUD).
Using these FMs (remotely-enabled) we build 3 Odata services: a service to Read(Query), a service to Create an entry and a service to delete an entry.
The problem arises when we want to delete or create something.
The Create/Delete operations work, and we can check with the FMs that it actually works (after an operation a entry is created or deleted).
However, the OData READ service still provides us the old results.
Is there any cache on the gateway that stores previous sent data and resend this data if a call to the service is made within a certain period or something?
I tried debugging it with an app, within the gateway and with a REST client for my browser.
Anyone with the same problem?