SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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

🎓 intermediate 20 min. HTML5IntermediateSAP Business Technology PlatformUser Interface

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 October 23, 2025
Created by October 20, 2025
Contributors

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

    Learn more →