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.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Smart Business is a framework for exposing strategic (key) and operational performance indicators (KPIs, OPIs) as Fiori applications without the need to write any code.


It can be used by customers, partners and SAP’s development teams for making highly aggregated analytical data accessible via Fiori Launchpad tiles.


Smart Business Data Source


Smart Business needs OData Services with OData4SAP annotations to discover aggregate entities, dimensions, measures, parameters etc., so that it can be used to generate analytics. Currently the content build on HANA Live (through XSODATA) and ABAP CDS views only can generate odata4SAP annotations. OData service built on any other platform or technologies would not have these annotations. For supporting other OData services Smart Business has an adaptor tool that can allow customers to configure these metadata for analytical OData service to generate oData4SAP annotations.

 

How to Configure SAP Annotations for OData Service

Perquisites

  1. User should have an OData service and already configured the Service discovery on the corresponding Business system to discover this OData service.


Procedure

  1. In Smart Business Modeler apps, click on Configure OData Metadata tile

  2. Provide the Data sourceProvide the information like, Source System, Service Discovery Mechanism and the OData Service.And click on submit.It will Show all the entity Type configured in the OData service.

  3. Select an analytical Entity Type for which you need to configure SAP Annotations.Provide the Semantics as Aggregation.Note: SAP Annotation Aggregation is required for discovering your entity Type in Smart Business Modeler applications.

  4. Configure Measures and Dimensions for the Selected Entity Type.Each properties in an entity type can be measure, dimension or empty as SAP Annotation aggregation-role.And for each properties user can provide a SAP Annotation label (Sales Order Item) which will be displayed in the screen, if nothing is provided it will take the technical name (SalesOrderItem).If user has any currency field in the OData service, then user can select the SAP Annotation semantics as Currency. Which can be used as the Unit of Measure for the measures.And if user has an ID field (Product ID) which is added as a dimension, but user wants to see the actual name of the field in the UI. Then user can choose the SAP Annotation Text (ProductName).Note: The properties which is selected as dimension/measure, only that will be discovered in smart business modeler application.

  5. Selection of input parametersProperties of an Entity Type can be used as input parameters to retrieve the entities of the OData service.Select the entity type that has the required input parameters from the Odata metadata and select the Semantics as ‘Parameters’ from the dropdown.
    Select the properties of the entity type which are to be used as filters from the parameters column. The user can now provide input values for the selected fields from the evaluation configuration.Note: The input parameters must be defined as properties of an entity type that is associated with the entity type to be retrieved. This step inserts the annotation sap:semantics=’parameters’ allowing the properties of the entity type to be used as input parameter.

  6. Click on Save to Save the OData metadata configuration.


 

 What’s Next?


Smart Business Service is available in SAP Cloud Platform service section. This is also available in SAP Cloud Platform Trial Landscape.


You can easily subscribe it and start exploring this.


Refer to following articles to know more.


How to Subscribe to SAP Smart Business Service

SAP Smart Business Service Roles

Create Your First Smart Business KPI and Tiles in 10 Minutes

How to create Smart Business Apps using HANA Calculation View and XSOData.

Part 1- Subscribe Smart Business Service

Part 2 – Deploy HANA SHINE and prepare data

Part 3 – Configure Destination and Create Analytic Apps

Note: In case you face any issue with Smart Business Service, you can create an Incident on SAP Support Portal with the  components: CA-GTF-SB-HCP. You may also contact Smart Business team at smartbusiness@sap.com

1 Comment