Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.7 KB

File metadata and controls

29 lines (16 loc) · 1.7 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. We added a Standalone Approuter, but there was also an option for a Managed Approuter. What's the difference?

  3. Why does the file default-env.json work? Hint it has everything to do with @sap/xsenv.

  4. When we change the Requires section of the mta.yaml what are we doing?

Further Study

Next

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