The Visual Studio Project with Emily’s extension is ready. The extension contains multiple views:
- The Business Partner Detail view with a specific tab containing a grid with the last five items purchased by the customer.
- The Sales Quotation Detail view with a validation on the Customer Reference Number system field.
Next, Emily must:
- Package the Visual Studio Code project.
- Deploy it to the Web client production environment.
The Visual Studio Project includes an mta.yaml development descriptor file.
The mta.yaml file contains a list of all entities, such as modules, resources, and properties that belong to an application and the dependencies between them. The file is automatically generated when a multi-target application (MTA) project is created or modified.
In this video, Emily builds an .mtar archive file from the mta.yaml development descriptor file. This action packages the whole project to this unique .mtar archive file.
For more details on building UI API apps, refer to Building and Deploying UI API Apps | SAP Help Portal.
In the next lesson, Emily will deploy the extension on the Web client production environment.