Exploring the Star Schema

Objective

After completing this lesson, you will be able to explore the Star Schema

Relation Explorer

A star schema contains many relationships between data elements and it is difficult to get the full picture of the data model by navigating through the code. The tool Relation Explorer can be used to find your way around the star schema and observe all the connected objects.

The Relation Explorer is part of the ADT tools of Eclipse. The Relation Explorer is a popular tool used in a wide range of ABAP development scenarios.

You launch the tool using Show InRelation Explorer.

Relation Explorer, highlighting the current context and how to change the context

The tool is used in different development scenarios, so it is important to set the context of the tool usage to provide the information you are interested in. To explore a star schema you should use the context analytics. You can set the context manually using the drop-down selector button that only appears alongside the tab. If you launch the tool from a CDS view with dataCategory: #CUBE or dataCategory: #DIMENSION, the context is automatically set to analytics.

The Relation Explorer is a tool that is especially useful to the developer of analytical queries so they can discover the available elements of the underlying cube that they plan to consume.

Log in to track your progress & complete quizzes