Display Unbooked Data in SAP BusinessObjects Cloud...
Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
This blog will cover how Unbooked data can be shown in SAP BusinessObjects Cloud when using the Live HANA connection. Before we get into the details let's first understand what is meant by unbooked data.
Unbooked data simply means there is no corresponding transactional data for a field. It's best to illustrate this concept with an example. In my HANA system I have two tables:
CountryTable - contains a list of countries and their capital cities
FactsTable - contains the Sales Revenues for a subset of the countries
Notice that France doesn't have any corresponding Sales Revenue figures in the facts table, which means there is no booked data available for France.
I've built a simple HANA Calculation view on these two tables to show the model may not always expose the dimension values that don't have any booked data. In my view, the tables are joined together with an inner join which would exclude any dimension values from the result set that don't have a corresponding entry in the fact table.
A data preview on the model shows that France is excluded from the result set.
As a business user, I may also want to see not just booked data, but also unbooked data. We can use HANA's value help features in conjunction with SAP BusinessObjects Cloud features to see both booked and unbooked data.
Value Help in HANA Configuration
Open the HANA model
Click on Semantics and select a dimension. In my case this is the Country dimension.
Click the Assign Semantics dropdown and select Assign Value Help View..
Pick the Country field from the Country table.
The Value Help Column should reflect the selected value help field.
Save and Activate your HANA model.
Unbooked data in SAP BusinessObjects Cloud
For the purpose of this blog, I assume that the audience is already familiar with Live Connectivity option from Business Objects to SAP HANA and knows how to build stories in BOC. To see unbooked data in SAP BusinessObjects Cloud:
Add a table component to the canvas and add Country to the Rows area. Notice that France is not shown.
In the Designer, Click the icon next to the Country dimension to select Unbooked Data
Notice that France is now visible even though it has no corresponding Sales Revenue
Similarly Unbooked option is also available for Input Controls and Filters. Add an Input Control on Country and enable the Unbooked toggle.
France should now be listed as one of values that can be used in the Input Control.