SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Deploy MTA based application to Application Frontend

Learn how to create and deploy your Application Frontend applications as part of MTA based project using SAP Business Application Studio.

Overview

You will learn

  • Configure destinations to facilitate fast development with SAP Business Application Studio project templates.
  • Create the MTA project with Fiori application and Application Frontend deployment configuration.
  • Preview Fiori application without deploying it.
  • Build and deploy MTA project.
  • Find the link to deployed Fiori application and run it.
  • Re-deploy UI static resources with CLI.
Vadim Tomnikov V Vadim Tomnikov August 21, 2026
Created on October 23, 2025
Contributors

More from Vadim Tomnikov

See all 4 tutorials by Vadim Tomnikov →

Prerequisites

Prerequisites

Steps

Step 1 Configure Destination

  1. Navigate to BTP Cockpit subaccount.
  2. Navigate to Destinations.
  3. UI5

  4. Click Create.
  5. Select From Scratch.
  6. Fill the Destination Details form:
  7. Nameui5TypeHTTPProxy TypeInternetURLhttps://ui5.sap.comAuthenticationNoAuthentication
    <li>Click <strong>Create</strong>.</li>
    <p><strong>Northwind</strong></p>
    <li>Click <strong>Create</strong>.</li>
    <li>Select <strong>From Scratch</strong>.</li>
    <li>Fill the <strong>Destination Details</strong> form:</li>
    <table></table>
        <tbody></tbody>
            <tr><th>Name</th><td><strong><code>northwind</code></strong></td></tr>
            <tr><th>Type</th><td><strong><code>HTTP</code></strong></td></tr>
            <tr><th>Proxy Type</th><td><strong><code>Internet</code></strong></td></tr>
            <tr><th>URL</th><td><strong><code>https<span>://</span>services.odata.org/northwind/northwind.svc/</code></strong></td></tr>
            <tr><th>Authentication</th><td><strong><code>NoAuthentication</code></strong></td></tr>
        
    
    <li>Use <strong>Add Property</strong> button to configure additional destination properties:</li>
    <table></table>
        <tbody></tbody>
            <tr><th>WebIDEEnabled</th><td><strong><code>true</code></strong></td></tr>
            <tr><th>WebIDEUsage</th><td><strong><code>odata_gen</code></strong></td></tr>
            <tr><th>WebIDEAdditionalData</th><td><strong><code>full_url</code></strong></td></tr>
            <tr><th>HTML5.DynamicDestination</th><td><strong><code>true</code></strong></td></tr>
        
    
    <blockquote><p>The additional destination properties above are only required to enable relevant SAP Business Application Studio capabilities. Add them to destinations used in development, but not in production.</p></blockquote>
    <li>Click <strong>Create</strong>.</li>
    

    Northwind Destination
    Northwind Destination

    Step 2 Create SAP Business Appication Studio Dev Space
    +
    Step 3 Create Fiori Application From Template
    +
    Step 4 Preview Application
    +
    Step 5 Build & Deploy MTA
    +
    Step 6 Run Application
    +
    Step 7 Re-deploy Application with CLI
    +

    Resources

    Discussion

    Share feedback on this tutorial or join the conversation in SAP Community.

    Submit detailed feedback Discuss in Community
    Steps
    Step 1 of 7
    1. Configure Destination 2. Create SAP Business Appication Studio Dev Space 3. Create Fiori Application From Template 4. Preview Application 5. Build & Deploy MTA 6. Run Application 7. Re-deploy Application with CLI