Creating a New Composite Object Graph

This use case describes the creation of a new composite relationship consisting of Order<-Item<-ItemNote MBOs.

The following diagram shows the construction of an Order with two Items and one ItemNote:
  1. When the pending operation on the Order is submitted a replay operation is sent to SAP Mobile Server which contains the entire composite graph.
  2. Since the replay operation contains the entire graph, there is no need to merge the replay graph with the cache to pick up missing graph parts.
  3. The operation replay graph is bound to the EIS Order create operation’s input parameters and the Order create operation is invoked.
  4. The primary key contained in the create operation results is used to query the EIS for the current version of the graph which is then merged into the cache.
  5. The download query executes and the query results are returned to the client.


newCompositeGraph