Skip to content
NextLytics
Megamenü_2023_Über-uns

Shaping Business Intelligence

Whether clever add-on products for SAP BI, development of meaningful dashboards or implementation of AI-based applications - we shape the future of Business Intelligence together with you. 

Megamenü_2023_Über-uns_1

About us

As a partner with deep process know-how, knowledge of the latest SAP technologies as well as high social competence and many years of project experience, we shape the future of Business Intelligence in your company too.

Megamenü_2023_Methodik

Our Methodology

The mixture of classic waterfall model and agile methodology guarantees our projects a high level of efficiency and satisfaction on both sides. Learn more about our project approach.

Products
Megamenü_2023_NextTables

NextTables

Edit data in SAP BW out of the box: NextTables makes editing tables easier, faster and more intuitive, whether you use SAP BW on HANA, SAP S/4HANA or SAP BW 4/HANA.

Megamenü_2023_Connector

NextLytics Connectors

The increasing automation of processes requires the connectivity of IT systems. NextLytics Connectors allow you to connect your SAP ecosystem with various open-source technologies.

IT-Services
Megamenü_2023_Data-Science

Data Science & Engineering

Ready for the future? As a strong partner, we will support you in the design, implementation and optimization of your AI application.

Megamenü_2023_Planning

SAP Planning

We design new planning applications using SAP BPC Embedded, IP or SAC Planning which create added value for your company.

Megamenü_2023_Dashboarding

Business Intelligence

We help you with our expertise to create meaningful dashboards based on Tableau, Power BI, SAP Analytics Cloud or SAP Lumira. 

Megamenü_2023_Data-Warehouse-1

SAP Data Warehouse

Are you planning a migration to SAP HANA? We show you the challenges and which advantages a migration provides.

Business Analytics
Megamenü_2023_Procurement

Procurement Analytics

Transparent and valid figures are important, especially in companies with a decentralized structure. SAP Procurement Analytics allows you to evaluate SAP ERP data in SAP BI.

Megamenü_2023_Reporting

SAP HR Reporting & Analytics

With our standard model for reporting from SAP HCM with SAP BW, you accelerate business activities and make data from various systems available centrally and validly.

Megamenü_2023_Dataquality

Data Quality Management

In times of Big Data and IoT, maintaining high data quality is of the utmost importance. With our Data Quality Management (DQM) solution, you always keep the overview.

Career
Megamenü_2023_Karriere-2b

Working at NextLytics

If you would like to work with pleasure and don't want to miss out on your professional and personal development, we are the right choice for you!

Megamenü_2023_Karriere-1

Senior

Time for a change? Take your next professional step and work with us to shape innovation and growth in an exciting business environment!

Megamenü_2023_Karriere-5

Junior

Enough of grey theory - time to get to know the colourful reality! Start your working life with us and enjoy your work with interesting projects.

Megamenü_2023_Karriere-4-1

Students

You don't just want to study theory, but also want to experience it in practice? Check out theory and practice with us and experience where the differences are made.

Megamenü_2023_Karriere-3

Jobs

You can find all open vacancies here. Look around and submit your application - we look forward to it! If there is no matching position, please send us your unsolicited application.

Blog
NextLytics Newsletter
Subscribe for our monthly newsletter:
Sign up for newsletter
 

How to Fix the Gaps in SAP Datasphere's Standard Time Dimension

Your report is done and the numbers are correct, but the calendar labels display raw technical keys, calendar week is showing blank, and your business users are confused about what time period they are looking at. The standard time dimension in SAP Datasphere is the problem, but there is an easy fix.

What Is the Time Dimension and Why Does It Matter?

Every report that involves dates relies on a time dimension. It is the primary component of time-based analysis and tells your reporting tool what "last month" means, how to group data by calendar week and how to display a readable label like "January 2026" instead of a raw number like "202601".

SAP Datasphere ships with a built-in time dimension called SAP.TIME.*. It is well documented by SAP and covers the basic granularities: days, months, quarters, years. For many standard use cases, it is a solid starting point.

However,  in real-world reports, the standard version often falls short. We have seen this across multiple projects and when it fails, it does not always fail loudly. Reports show technical keys instead of readable labels. Calendar periods have no human-readable text behind them. Business users look at the date description "20" and have to assume what month and year we are referring to.

The core problem: SAP's standard time dimension was built for broad compatibility, not for the specific, consistent reporting logic that demanding business environments require.

Where Does the Standard Version Break Down?

We have identified three critical gaps that appear repeatedly in customer projects:

1. Missing text associations: The standard time dimension does not ship with text associations for fields like calendar week or month. Without these associations, reports display raw technical keys instead of readable period names  "202551" instead of "CW 51 2025", for example. You cannot add associations to SAP's standard views, so you are stuck.

2. Raw keys instead of readable labels: Instead of seeing "January 2026", business users see "202601" or “January”, since the Year is not respected. Instead of "Q1 2026", they see "20261". These are not just cosmetic issues, they are how business users navigate, verify, and communicate about their data. Raw keys or non meaningful text destroys trust in reports.

3. No room to customize: SAP's standard views are locked. You cannot modify them to add missing attributes, custom text logic, or additional associations. Any enhancement has to live somewhere else, which is exactly where our approach starts.

The screenshot below shows exactly what this looks like in practice:

  • The “Date” column shows the Date with a plain number for the day.

  • The "Calendar Quarter" column shows numbers like "20262", "20264" instead of "Q2 2026", "Q4 2026".

  • The "Calendar Week" column shows raw values like "202617", "202642" and not readable calendar week names. 

  • The "Calendar Month" column shows the Text with no context for the Year, making it unusable when used alone.

The data is correct but it is completely unreadable.

Wrong_Display_With_Standard_Time_Dimension
Figure 1: Wrong display with standard time dimension 

The worst part? Reporting Tools like SAP Analytics Cloud (SAC) would love to display the correct text for fields like the date, respecting the User Settings for Date display, but Datasphere’s Metadata overwrites this as seen in this screenshot.

SAC_Date_Format
Figure 2: Date Format in SAC. Metadata has the correct text available

This issue directly affects business users and report consumers, anyone who relies on date filters, calendar-based comparisons, or time-series views in their daily work.

And since this is just such a fundamental core component of your reporting, every business will benefit from a good solution.


Watch the recording of our webinar: 
"SAP Datasphere and the Databricks Lakehouse Approach"

Webinar Recording SAP Datasphere Insights and the Databricks Lakehouse Approach    View recording  


How We Solve It: Wrapping the Standard with Our Own Views

The key insight here is that we do not throw away SAP's standard time dimension. We cannot modify it since SAP's standard views are locked, but we can build on top of it. The View SAP.TIME.VIEW_DIMENSION_DAY already contains the date data we need. What it lacks are the correct text associations that turn raw keys into readable labels.

So our approach is straightforward: we create our own custom views that use SAP.TIME.VIEW_DIMENSION_DAY as the data source, and we add the missing text associations in our own layer. With this approach we can add any attribute, association or text logic we need without needing to touch SAP's original Views.

The result is a custom day-level view that sits on top of the standard, enriches it, and gives every connected report a stable, readable, and fully customizable time reference. The approach can be used for every other granularity like months, quarters and years.

The Architecture in Four Steps

Create a custom view on top of SAP.TIME
We build a new view that reads from SAP.TIME.VIEW_DIMENSION_DAY and exposes all its date attributes with correct semantic types.

Build text views for each time granularity
We create separate text views for calendar month, calendar quarter, and calendar week. Each view generates a readable label, for example, "January 2026" for month, "Q1 2026" for quarter, "CW 01 2026" for week, in all needed languages. These text views also source their date keys from the SAP.TIME standard tables.

Add explicit text associations to our custom view
We associate each text view to our custom day dimension through explicit associations. With these associations in place, every connected reporting tool that supports this metadata can resolve raw keys into readable labels automatically.

Use the custom view as the time reference in reporting models
All reporting views that need time-based labels now point to our custom dimension instead of the locked SAP standard view. The underlying data still comes from SAP.TIME, we just control the associations and text on top.

The screenshot below shows the definition of the custom day dimension as implemented at one of our customers. Note that we leave the Association for Date empty, since our reporting Tool (SAC) handles this automatically based on the date as shown in our previous screenshot.

Dimension_Definition
Figure 3: The custom day-level time dimension in Datasphere with correct associations

Under the Hood: Building Readable Text Labels
For each time granularity, we write a small SQLScript view that reads distinct period keys from SAP.TIME.VIEW_DIMENSION_DAY and generates a readable label for each one in all desired languages. The month text view, for example, turns "202601" into "January 2026" for English users and "Januar 2026" for German users.

The general pattern is always the same: 

  1. Read distinct keys from the SAP.TIME source

  2. Cross-join with language codes

  3. Map each key to a readable string using a case expression

  4. Expose the result as a text view

  5. Associate that view to our custom dimension

For those interested in the concrete implementation, we show the full SQL for the calendar month text view below. The same logic applies to quarter and week:

Click to show the full source code

/**
 * Builds CALMONTH texts (DE/EN) from SAP.TIME Dimension
 * Source: SAP.TIME.VIEW_DIMENSION_DAY
 */

lt_months =
    SELECT DISTINCT
        CAST("CALMONTH" AS NVARCHAR(6)) AS "IDENTIFIER"
    FROM "SAP.TIME.VIEW_DIMENSION_DAY"
    WHERE "CALMONTH" IS NOT NULL;


/**
* Can be anything, just need a single row result
*/
lt_dummy = SELECT DISTINCT MIN("YEAR") FROM "SAP.TIME.VIEW_DIMENSION_YEAR";

lt_langs =
      SELECT 'DE' AS "LANGUAGE_KEY" FROM :lt_dummy
UNION SELECT 'EN' AS "LANGUAGE_KEY" FROM :lt_dummy;

return
SELECT
    m."IDENTIFIER",
    l."LANGUAGE_KEY",
    CAST(
        (
            CASE l."LANGUAGE_KEY"
                WHEN 'EN' THEN
                    CASE SUBSTRING(m."IDENTIFIER", 5, 2)
                        WHEN '01' THEN 'January'   WHEN '02' THEN 'February'
                        WHEN '03' THEN 'March'     WHEN '04' THEN 'April'
                        WHEN '05' THEN 'May'       WHEN '06' THEN 'June'
                        WHEN '07' THEN 'July'      WHEN '08' THEN 'August'
                        WHEN '09' THEN 'September' WHEN '10' THEN 'October'
                        WHEN '11' THEN 'November'  WHEN '12' THEN 'December'
                    END
                WHEN 'DE' THEN
                    CASE SUBSTRING(m."IDENTIFIER", 5, 2)
                        WHEN '01' THEN 'Januar'    WHEN '02' THEN 'Februar'
                        WHEN '03' THEN 'März'      WHEN '04' THEN 'April'
                        WHEN '05' THEN 'Mai'       WHEN '06' THEN 'Juni'
                        WHEN '07' THEN 'Juli'      WHEN '08' THEN 'August'
                        WHEN '09' THEN 'September' WHEN '10' THEN 'Oktober'
                        WHEN '11' THEN 'November'  WHEN '12' THEN 'Dezember'
                    END
            END
            || ' ' || SUBSTRING(m."IDENTIFIER", 1, 4)
        ) AS NVARCHAR(30)
    ) AS "CALMONTH_NAME"
FROM :lt_months m
CROSS JOIN :lt_langs l;

What You Gain

 
The final screenshot below shows the same dataset, now using the custom time dimension comparing it to our original dataset again. "April 2026" instead of "202604". "Q2 2026" instead of "20262". "CW17 2026" instead of a raw number. Every column is readable and every label is consistent across all reports.
Figure4_DirectComparisonFigure 4: The same dataset in direct comparison.
 
With this solution you get a single source of truth for time labels and associations. When a new attribute is needed e.g. a fiscal calendar, a custom period or an additional language, we add it once in our custom view. 
Every connected report inherits the change automatically.

Business users stop questioning the dates and instead focus on the numbers again. That is exactly where their attention belongs.
 

Custom Time Dimensions in SAP Datasphere: Is this scalable? Our Conclusion

 
Fixing your time dimension gives business users the readable labels they deserve. That investment in reporting quality reflects a broader truth: business teams need to work with their data directly on the enterprise data platform, confidently and independently.

That is exactly what NextTables is built for. As business-first data maintenance on platforms like SAP Datasphere and Databricks, NextTables enables business teams to update reference data, classifications, mappings, and hierarchies directly where the data lives. Every entry is validated at the point of entry against enterprise master data. Access is controlled down to the row. Changes appear instantly in every connected report and dashboard.

If your team is already investing in getting Datasphere right, the natural next step is giving business users a safe, familiar way to maintain the data behind those reports. Ready to take that next step? Get in touch to see how NextTables can help your business users confidently manage data directly at the source.
Learn more about  SAP Datasphere
 

FAQ - Time Dimensions in SAP Datasphere

Here you can find some of the most frequently asked questions about the time dimension in SAP Datasphere.

Why is there a solution needed in SAP Datasphere's standard time dimension? SAP Datasphere's standard time dimension doesn't include text associations for fields like calendar week or month, causing reports to display raw technical keys (e.g. "202601") instead of readable labels like "January 2026".
What is the SAP.TIME standard time dimension? It's a built-in time dimension that ships with SAP Datasphere, covering basic date granularities like days, months, quarters, and years. It works for simple use cases but has significant gaps in real-world reporting.
Which Datasphere time fields are most affected by the display problem? Calendar Week, Calendar Month and Calendar Quarter are the most impacted, as they either show raw numeric keys or incomplete text that lacks year context, making them confusing for business users. 
Can you just edit SAP's standard time dimension to fix the display issue? No. SAP's standard views are locked and cannot be modified. Any enhancements must be built in a separate custom layer on top.
How does the custom Datasphere view solution work? A new custom view is created on top of SAP.TIME.VIEW_DIMENSION_DAY, with separate text views built for each time granularity (month, quarter, week) that generate readable labels. These are then linked via explicit text associations.
Does this custom solution replace SAP's standard time dimension entirely? No. The underlying data still comes from SAP's standard tables. The custom layer simply adds the missing text associations and readable labels on top, without discarding SAP's original work.
Does the custom Datasphere display solution support multiple languages? Yes. The text views are designed to generate labels in multiple languages simultaneously using a cross-join with language codes. For example "June 2026" in English and "Juni 2026" in German.
What happens when a new time attribute or language is needed in Datasphere in the future? You add it once in the custom view, and every connected report automatically inherits the change,  making the solution easy to maintain and extend over time. 
 

,

avatar

Steven

Steven works as an SAP BW / BI consultant. His special focus is on SAP BW and various backend technologies such as SQLScript. Through his two final theses in his studies of business informatics, he was already able to gain deeper knowledge in this area. In his free time he likes to spend time outdoors and travel the world.

Got a question about this blog?
Ask Steven

How to Fix the Gaps in SAP Datasphere's Standard Time Dimension
11:01

Blog - NextLytics AG 

Welcome to our blog. In this section we regularly report on news and background information on topics such as SAP Business Intelligence (BI), SAP Dashboarding with Lumira Designer or SAP Analytics Cloud, Machine Learning with SAP BW, Data Science and Planning with SAP Business Planning and Consolidation (BPC), SAP Integrated Planning (IP) and SAC Planning and much more.

Subscribe to our newsletter

Related Posts

Recent Posts