0. Getting Started - SAP-archive/teched2022-AD264 GitHub Wiki

In the following we describe how to get started with the Incidents Management application, which we use throughout the session and the exercises.

Set Up SAP Business Application Studio

Follow these tutorials to

Open SAP Business Application Studio

  1. Start Google Chrome (BAS runs best with that browser)
  2. Open the URL of your SAP Business Application Studio subscription
  3. Log in with the your personal credentials
  4. Create a dev space of type Full Stack Cloud Application (might take a few minutes).
  5. Enter the dev space by clicking on it's title → a page like this appears:

image-20221114050830692

Clone Sample Repo

  1. In the panel on the left click the blue button [ Clone Repository ]

  2. In the Provide repository URL prompt dialog to the top enter this:

    https://github.com/SAP-samples/teched2022-AD264
    
  3. In the next dialog prompt window just keep the prefilled folder /home/user/ and press the [ OK ] button.

  4. Accept default in all following dialog popups if any.

Sometimes it takes a few seconds until the [ Clone Repository ] button is enabled. In case that takes too long you can also clone the repository from the command line in a new Terminal with that git command:

git clone https://github.com/SAP-samples/teched2022-AD264

The cloned repository contains prepared content for the exercises:

Folder / File Description
exercises/ A git submodule link to the repo's wiki content
incidents/ The Incidents Management SaaS application
x-solar/ Pre-built verticalization for vendors of solar panels
x-t1/ Individual extension for SaaS customer t1
package.json Npm workspace setup