Skip to Content

Create an MTA project for the Multitenant Application using SAP Business Application Studio

Create a new MTA project for the Multitenant Application of the solution using the SAP Business Application Studio
You will learn
  • How to create an MTA project in the Business Application Studio
Sumana-vasukiSumana VasukiJuly 10, 2023
Created by
mervey45
March 21, 2023
Contributors
mervey45
Sumana-vasuki

Prerequisites

  • A user with Subaccount Administrator access to the 05 Provide sub-account
  • Step 1

    As subaccount administrator of the 05 Provide subaccount, go to Security→Role Collections

    BAS Developer

    1. Select the Business_Application_Studio_Developer Role Collection.
    2. Click Edit.
    3. Add the relevant users for development and MTA deployment.
    4. Save the changes.
  • Step 2
    1. Open the Business Application Studio (BAS) instance using the relevant user.

    2. Create a new Dev Space by clicking on “New”.

      New Dev Space

    3. Give a suitable name and add the MTA tools plugin (You may see a slightly different name depending on when you refer this tutorial).

      MTA Tools

    4. Once the space is shown as “Running”, open it. You should see a welcome page.

    If the welcome page does not appear, you can always start a project from template by clicking on ‘File’–>New Project from Template.

    Business Application Studio Welcome
  • Step 3
    1. Create a new Basic Multitarget Application Project from Template

      BAS MTA Template

    2. Provide a unique project name to identify the application in your workspace

      MTA Project Name

    3. Click Finish. You should see a project created with a generated “mta.yaml” file.

      MTA Content

  • Step 4

    What does the abbreviation MTA stand for in the context of this tutorial?

Back to top