Hi Prasad,
there is one central table (DDLOG), in which timestamp of last change is written.
Application servers read in distinct intervals (1 - 2 minutes, depending on system parameter), if changes in buffered tables occurred. If yes, local buffer (off this table) is set invalid, otherwise buffer is still valid.
Before you try to implement your own buffer synchronization, deactivate buffer for your table of interest. Already SAP states in extended help for buffer settings, only activate buffering if you have very rare write access or if temporary inconsistencies are acceptable.
Regards,
Christian
Add a comment