Hello,
we have a small table which continuously being read and seldom modified. Based on this assumptions we would like to fully buffer this table, using the standard SAP buffering.
Our problem comes with the synchronization mechanism. In this case the changes must be propagated to all instances immediately and not with the regular interval defined in rdisp/bufreftime. So once the change is done, the buffer for that table must be invalidated.
Since I know from where is this table modified, I would like to know if there is an ABAP FM or mechanism to trigger the invalidation of an specific table buffer. I have found FM SBUF_GENERIC_RESET, but I would appreciate any previous experience with this, or any other module, to perform this task.
Many thanks in advance.
Javier