Skip to main content
Question

Factsheets' entity-relation diagram

  • November 12, 2025
  • 1 reply
  • 8 views

Hello everyone.

Is there anywhere I can see the factsheets’ attributes and relationships between them? 

I want to check the as-is-state of the whole platform, either as a logical or conceptual diagrams

 of them (like the image shown)

 

Thanks in advance, community

 

Example of conceptual diagram

1 reply

Thomas Schreiner
Forum|alt.badge.img+3
  • Everlasting Love
  • 384 replies
  • November 12, 2025

Hi ​@Miguel Perez 

The closest you will get to this in LeanIX is the official Meta Model v4 documentation:

https://help.sap.com/docs/leanix/ea/meta-model?locale=en-US#fact-sheet-types

Please note that the LeanIX data model consists of

  • fact sheets, which have fields that are by definition not related to other fact sheets, and
  • relations, which form the connection between two fact sheets.

The picture you lined out looks like a relational model, whereas LeanIX is based on a graph database which looks slightly different. In the graph database, Fact Sheets are nodes and relations are edges, and a field can either sit on a node or on an edge.

Hope this helps.