Implementing Synchronization
Use
An unsynchronized state may involve several different problems for your application:
-
An SAP system screen may be out of step with the HTML page
-
Inconsistent data
The data in SAP system may not reflect current Web data
-
Discrepancies between screen contents and HTML page contents, especially when scrollable tables are involved
Examples in this section describe how to deal with synchronization problems.