Welcome to the workshop Accelerate the Development of SAP Fiori Apps Using SAP Fiori Elements.
This workshop will guide you step-by-step through the process of creating a Fiori elements floorplans for OData V4 app.
Based on a SAP Cloud Application Programming Model service equipped with basic UI annotations, you will learn how to generate and enhance a
List Report/Object Page Fiori elements application with the help of SAP Fiori tools and the SAP Fiori Elements Flexible Programming Model.
If you don't have an SAP BTP account already, you can create your own here.
After having registered your new user, start your trial via this link
At first time log in, you'll be asked to select your preferred region.
This will start the set-up of your account.
Your subaccount, org and space is created automatically, along with the necessary role configurations and subscriptions.
When done, the subaccount overview page is shown.
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 a subaccount.
Click on the Quick Tool Access icon SAP Business Application Studio.
Click on the button Create Dev Space.
Enter a name for your development space and select application profile Full Stack Cloud Application.
In the lower right corner of the page press button Create Dev Space.
Once your development space has status running, click on the development space name to open it.
Get the GitHub repository clone Url from the repository's landing page.
Click on button Code (1), then click icon (2).
In the dev space, you will see a Welcome Page.
Click on tile Clone from Git.
Alternatively, you can go via menu View->Find Command... and search for command git clone.
Paste the repository link into the input field.
https://github.com/SAP-samples/teched2021-IIS160.git
If asked, select repository location.
When the cloning is finished, open the cloned repository.
Alternatively, you can open a workspace via the file menu.
Select folder teched2021-IIS160 and click Open. This will restart SAP Business Application Studio.
In the Explorer pane on the left side of SAP Business Application Studio, you can see the workspace content.
With the setup procedure done, you now have completed:
- Setting up the SAP BTP 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