Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
nash_gajic
Explorer

This post is part of the series which will show you how to use SAP Smart Business service on HANA Cloud Platform to help you to visualise content in the form of analytical Fiori tiles and interactive dashboards.


In order to create tiles that display key information from the underlying application data services. We will be using SAP HANA Interactive Education content (SHINE) deployed to our HANA Cloud Platform MDC instance. SHINE comes with pre-enabled data models, tables, views, dashboards etc. for more details on the SHINE please visit the following link: https://github.com/SAP/hana-shine

Prerequisites


  • Access a trial landscape, you need to have a developer account first. If you still need to create a developer account, you can start from here: Signing Up for a Developer Account.

  • Subscription to SAP HANA Cloud Portal is a mandatory precondition referring to the initial post by muralidaran.shanmugham2

Instructions

To create and configure a trial tenant database, follow these steps:

  1. Log on to the SAP HANA Cloud Platform cockpit and select an account.
  2. Choose Databases & Schemas from the menu on the left. Choose New.
  3. In the Database ID enter a unique ID that contains lower-case letters and numbers.
  4. In the Database System field select the HANA MDC (<trial>) option. Fill in the SYSTEM User Password field. Choose Save.
    The Events page is displayed. It shows the progress of the database creation.

NOTE* If there are no free resources available you will not be able to create a tenant database. You should try again later. Free Trial also offers maximum of three Databases & Schemas which you can assign to your account.



5. Wait until the tenant database is in Started state. This process might take a while.


Now you have your tenant database created and configured. Click on Administration Tools: SAP HANA Cockpit.

6. This will open-up log on screen to an Administrative console (Username: system) and your previously saved password for Database/Schema.

7. New roles will automatically become assigned after your confirmation.


8. This leads us to a SAP HANA Database Administration screen. Click on Manage Roles and Users Tile to proceed.


9. This will open up HANA Web-based Development Workbench: Security screen. Double-Click on the SYSTEM users and search through SYSTEM Users by clicking on the green + sign:


10. Under “Type name to find a role:”, select the following roles:

sap.hana.ide.roles::CatalogDeveloper

sap.hana.ide.roles::Developer

sap.hana.ide.roles::EditorDeveloper

sap.hana.xs.lm.roles::Administrator

sap.bc.ina.service.v2.userRole::INA_USER



11. Click on the Save icon:


12. Navigate to SHINE contents available in the github location https://github.com/SAP/hana-shine

Click on the file HCODEMOCONTENT_11.1.tgz and then select “View Raw” to download the delivery unit to your laptop.



13. Upload the delivery unit into your newly created HANA DB. Navigate back to your HANA Cockpit and click on the tile “HANA Application Lifecycle Management”.

14. Click on the Products tile and navigate to the tab “Delivery Units”

Click on “Import” button. Point to the downloaded tgz file and click on “Import”.


Confirm the import by verifying the contents and click on “Import”. The objects will be activated within a minute.


15. Navigate back to the Database Overview screen and launch the Web Development Workbench.

16. Click on “Editor” to launch the development editor

17. You should be able to find a package called “democontent” which contains lot of objects as shown below. Select the index.html file and click on the run icon as shown below.


      

18. You will be provided with a “403 Forbidden” error message. The reason being we have not added roles which have been created to access this demo content.

19. Navigate back to the HANA Cockpit and open the tile “Manage Roles and users”. Add the below role to the SYSTEM user and Save your changes.


20. We should be now able to run the index.html file available under democontent. You will be initially prompted to check Prerequisites.


21. Click on “Generate Time Data” and “Create Synonyms” and close the popup.


This will now provide access to pre-made applications for you to test some of the features available in HANA. Spend some time exploring few of the applications.

22. Go to your web-based HANA Development workbench screen and open up services – which will represent your services to expose data (the following image depicts some of the key parts of the design-time objects etc.)


23. Go to services > salesByRegion.xsodata and modify code by adding:

annotations {

enable OData4SAP;

}


Click Save and execute to test XSOdata

24. Go to HCP cockpit Destinations and clone BusinessSystem00 destination * which was create when you initially imported your site. *Refer to my colleague's post earlier if you are missing your BusinessSystems Destination.


Import New Destination based on the same naming convention * BusinessSystems (this will point HCP Smart Business Services to your currently exposed OData services from your SHINE content). URL should reflect your existing HCP services catalog with DB login credentials.


25. Go back to your Cloud Portal and open up your previously created Launchpad.


For the next steps go to part 3 of this blog: Fiori Analytics on HANA Cloud Platform using Smart Business Service 3.


14 Comments
Labels in this area