cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Graph and the SAP One Domain Model (ODM)

simonpolovina1
Participant

Given that SAP Graph and the SAP One Domain Model (ODM) are closely related, to what extent can SAP Graph be used to consume SAP ODM? Thanks.

View Entire Topic
chris_lindmayer
Advisor
Advisor

Hi Simon,

Graph is not restricted to a particular domain model. Graph embraces API federation and thus, it respects domain models of all connected APIs by including their entities as so-called "mirrors" in a Business Data Graph.

In addition, Graph provides a powerful extension mechanism to expose a custom domain model on top which introduces your own entities. This mechanism enables the association, combination, and projection of various mirrored entities. In this way, an industry or enterprise-specific ubiquitous language can be reflected.

Back to your question. If connected APIs are exposing ODM-compliant entities, they will appear as such in a business data graph. Custom entities, defined in an extension, can be modeled according to ODM.

I hope this clarifies your query.

simonpolovina1
Participant

Thanks, Christian. Your reply clarifies my query. Most appreciated! Simon