Hello everyone!
I can not run the cache update policy in the object. It does not work!
The test is as follows:
- A sap rfc GETLIST, which returns a recordset. Each record is of type X
- A sap rfc OPERATION that modifies a record of type X and that takes as input the id (primary key) of the line to change, and that returns the entire record X changed (including the id).
- GETLIST is used as definition of mbo Y, while OPERATION is used as definition for an update operation of Y with apply result to the cache set.
- Y is in a cache group set to "scheduled, 1h".
Now, if I run the operation, the line on my bb after synchronization remain the same as before (in the CDB it is not changed), while the SAP system has changed the row.
What's wrong? Please help!
Thanks!