Data Change Notification Data Flow

Data change notifications (DCNs) refresh data when a change to the enterprise information system (EIS) occurs.

DCN requests are sent to SAP Mobile Server as HTTP GET or POST operations. Each DCN can instruct SAP Mobile Server to modify cached MBO data.

A DCN can be invoked by a database trigger, an EIS event, or an external process. DCNs are more complex to implement than other data refresh methods, but ensure that changes are immediately reflected in the cache.

Data change notification dataflow
  1. An event initiates the DCN.
  2. The DCN (HTTP POST or GET) is issued to SAP Mobile Server.
  3. A result response is returned to the EIS.