How to use SAP HCP, mobile service for SAP Fiori – part 2
This blog post is continuation of a 4-part series on How to use SAP HCP, mobile service for SAP Fiori.
Part 2: Create a sample Fiori App in SAP Web IDE
In this second part, we’ll create a sample Fiori app that we’ll build upon and add other functionalities like push, offline, etc. You may use an existing working Fiori app, however, please ensure you complete tasks #12 and #13.
In this post, we’ll create a sample Fiori app in SAP Web IDE:
- Add a destination for OData service (this backend will populate data for the sample app)
- Create a sample Fiori Project from Template in SAP Web IDE
- Prepare Fiori app for mobile packaging
- Deploy app to HCP and to the SAP Fiori Launchpad from SAP Web IDE
Step-by-step guide:
1. In order to have some data in our app, let’s create an HCP Destination for OData service. Go to Destinations tab and click New Destinations tab
2. Add the following destination information
3. Now we’re ready to create a new project in SAP Web IDE. Go to HCP Services and locate SAP Web IDE service
4. At the Overview tab, you’ll find SAP Web IDE URL, click to open (perhaps bookmark it for quicker access)
5. Click New Project from Template to start creating our Fiori application
6. Select Project Template
- Select SAP Fiori Master-Detail Application
- Click Next
7. Basic Information
- Provide Project Name
- Click Next
8. Data Connection – Provide Service Information
- Destination – Northwind
- URL – /V2/northwind/northwind.svc (press > arrow)
- Click Next
9. Template Customization – Fill out all required information noted with asterisk (*); rest of the fields are optional
Application Settings
- Type* – App for SAP Fiori Launchpad
- Title* – Product Listing
- Namesapce* – com.sap.fiori.Insert_AppName (this is referred to as app ID and will be used in Fiori Mobile Advance Configuration File (ACF))
- Description – optional
Data Binding – Object
- Object Collection* – Products
- Object Collection ID* – ProductID
- Object Title* – ProductName
- Object Numeric Attribute – UnitPrice (optional)
- Object Unit of Measure – none
Data Binding – Line Item
- Line Item Collection – Order_Details
- Line Item Collection ID – OrderID
- Line Item Title – Quantity
- Line Item Numeric Attribute – none
- Line Item Unit of Measure – none
10. Run the app
- Open App Project folder
- Expand webapp folder and select components.js
- Click Run button from navigation menu
11. Your application preview mode will be opened in a new browser tab
12. Over next several steps, you will ready the app for mobile deployment…
13. Deploy app to HCP
- Right-click project folder
- Select Deploy
- Select Deploy to SAP HANA Cloud Platform
14. Login to SAP HANA Cloud Platform
15. Update Application Details (if necessary); click Deploy
16. Upon successful deployment; Click Register to SAP Fiori Launchpad
NOTE: Currently the cloud packager needs the app to be registered to the launchpad in order to do the “packaging”. We will look to see if that is a requirement we can eliminate in future.
NOTE: If you update the existing app (e.g. version 1.0.1), you only need to deploy app to HCP. Hence, you do not need to register the app to SAP Fiori Launchpad again.
17. General Information – fill out required information and click Next
18. Tile Configuration – fill out required information and click Next
19. Assignment – fill out required information and click Next
20. Confirmation
21. Successfully Registered
- Optionally, Open SAP Fiori Launchpad (to preview your app); remember app may not run properly due to destination changes made earlier
This concludes part 2 of this blog… On to part 3, configure Fiori Mobile and test app on your mobile device.
Northwind v2 sometimes doesn't work, not sure why.
I use : http://services.odata.org/V3/Northwind/Northwind.svc/
In step9, looks like value for Namespace should be "com.sap.fiori.products". Any other format is not getting accepted.
That's correct. You need to ensure this same ID is used in the Advanced Configuration File.
Very good, Dhimant. On step 8, it's missing to say that it's necessary to select the Entity Set Products. 😉
Hi Dhimant,
I am using trail account and can we deploy apps to HCP ? As i am getting error In step14: you don't have permission to access this account.(I am able to logon on browser using same id and password)
Yes, you should be able to deploy app to HCP. Is this your trial account (I assume)? for sap ID, can you use your trial id (S#)? Thanks.
Thanks Dhimant,
I logged in using S-ID and same id using there, it's working now! 🙂
Dear Dhimant,
Now, I am not getting the step#14 and able to complete the above process without step#14. Please correct me?
Regards,
Ramesh
Hello,
I am following the guide and in step 2. I am using my URL for OData which I have been created using XS Project in HANA Studio for my trial account. In step 8 I am able to select created Destination. Could you please advice what should be a service URL? I was trying to paste the same as in the Destination setting and many others (Northwind does not work with V2, V3 or V4).
In Destination the URL is: Â https://myhanadbs*********trial.hanatrial.ondemand.com
the link to display OData is with format:
https://myhanadbs*********trial.hanatrial.ondemand.com/my_package1/test1/Hello/ODATA_CV.xsodata/$metadata
Please let me know if I can help with providing more information.
Regards,
Emilia
This should be the  /my_package1/test1/Hello/ODATA_CV.xsodata
Hi ,
In step 9 , after clicking 'Finish' button i got the below error,can you please help me to proceed further.