Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.38 KB

File metadata and controls

25 lines (14 loc) · 1.38 KB

Exercise 4 - Create a User Interface with CAP (SAP HANA Cloud)

In this exercise we will use services based on SAP Cloud Application Programming Model Node.js and use an SAP Fiori wizard to create a user interface.

Perform all the steps in 👉 tutorial: Create a User Interface with CAP (SAP HANA Cloud)

Summary

You now have an SAPUI5 based user interface for your CAP application. But in fact we've done much more than that in this exercise. You've also added and configured the application router and "wired" the configuration between the CAP and the application router.

Questions for Discussion

  1. We added an Application Router to your application, but what is it really and why is it helpful?

  2. Why does the file default-env.json work? Hint it has everything to do with @sap/xsenv. How does cds bind avoid the need for the default-env.json?

Further Study

Next

Continue to 👉 Exercise 5 - Add User Authentication to Your Application (SAP HANA Cloud)