Skip to content

Latest commit

 

History

History
 
 

ex0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Getting Started - Setting up your Development Environment

If you don't have an SAP BTP trial account already, see this tutorial.
After activation, or if you already had an SAP account, go to the SAP BTP Trial page and click Log On.

Setting Up SAP Business Application Studio

Depending on when you created the SAP BTP Trial account, the subscription to SAP Business Application Studio might already be added in the subaccount.
If you are not subscribed to SAP Business Application Studio, follow this step to add the subscription to your subaccount.

Accessing SAP Business Application Studio

On the Welcome screen, Click on the Quick Tool Access icon SAP Business Application Studio.

Welcome SAP BTP Trial

Creating the Development Space

Click on the button Create Dev Space.

Create Dev Space

Enter a name for your development space and select application profile Full Stack Cloud Application.

Select Profile

In the lower right corner of the page press button Create Dev Space.

confirm

Once your development space has status running, click on the development space name to open it.

enter dev space

Getting the Sample Scenario

Get the GitHub repository clone Https Url from the repository's landing page.
Click on button Code, then click the copy icon.

copy link

In the dev space, we will see a Welcome Page.
Click on tile Clone from Git.

Click on link "Clone from Git"

Alternatively, you can go via menu View->Find Command... and search for command git clone.

command git clone

Paste the repository link into the input field.

https://github.com/c-kobo/ui5con2023.git

Enter the github repository URL

If asked, select repository location.

Select repository location

When the cloning is finished, open the cloned repository.

Open cloned repository

Alternatively, you can open a workspace via the file menu.

open workspace

Select folder path /home/user/projects/ui5con2023/ and click Ok. This will restart SAP Business Application Studio.

select ws folder

In the Explorer pane on the left side of SAP Business Application Studio, you should see the workspace content.

select ws folder

Summary

With the setup procedure done, you now have completed:

  • Setting up the SAP Business Technology Platform trial account
  • Access to SAP Business Application Studio
  • Creation of your development space
  • Setting up the sample OData V4 service in SAP Business Application Studio

Continue to - Exercise 1 - Generating an SAP Fiori Elements App