Scenario
You will add the UI application and the approuter to the mta.yaml
file.
Task Flow
In this exercise, you will add the UI and the approuter to the mta.yaml
file.
Prerequisite
You have set up a standalone approuter.
The automatic creation of the mta.yaml
file added everything that is needed from the CAP side to the mta.yaml
file:
- The service.
- The database deployer.
- The dependency to the XSUAA and SAP HANA Cloud service.
Your SAP Fiori elements-based UI application, however, is still missing. You will have to add this module manually since, currently, there is no automation support to do this.
The approuter is also an application, just like your CAP service and the UI. To deploy the approuter, you will need to add a configuration to the MTA file that you created earlier.