Skip to content

several changes in BAS #23005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-10-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-3-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-4-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-5-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-6-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-7-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tutorials/appstudio-fioriapps-create/BAS-Generate-App-8-1-.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The flow consists of the following parts:

### Open the project's folder


1. In the left side bar, select **Hamburger icon | File | Open Folder...** to open the **Open Folder** dialog.

<!-- border -->![open workspace dialog](BAS-Open-Workspace-1-.png)
Expand All @@ -97,7 +98,9 @@ The flow consists of the following parts:

<!-- border -->![open workspace dialog](BAS-Open-Workspace-3-.png)

### Generate an app based on SAPUI5 Application template

### Generate an app based on the SAP Fiori Basic template


1. In the **Get Started** tab click **Start from template**.

Expand All @@ -121,8 +124,8 @@ The flow consists of the following parts:

| Step | Parameter | Value |
|:-----|:----------|:------|
| A | Application type | **SAPUI5 freestyle** |
| B | Which `template` do you want to use? | **SAPUI5 Application** tile |
| A | Application type | **SAP Fiori** |
| B | Which `template` do you want to use? | **Basic** tile |

<!-- border -->![Floorplan Selection](BAS-Generate-App-3-1-.png)

Expand All @@ -147,9 +150,9 @@ The flow consists of the following parts:
| A | Module name | **`businesspartners`** |
| B | Application title | **Suppliers** |
| C | Application namespace | **ns** |
| D | Description | **An SAPUI5 freestyle app to view a list of suppliers (demo)** |
| D | Description | **An SAP Fiori app to view a list of suppliers (demo)** |
| E | Project folder path | **`/home/user/projects/FioriDemo`** |
| F | Minimum SAPUI5 version | **1.102.1 (Source system version)** (default) |
| F | Minimum SAPUI5 version | **1.112.3 (Source system version)** (default) |
| G | Add deployment configuration | **Yes** (default after setting the project folder path)|
| H | Add FLP configuration | **Yes** |
| I | Configure advanced options | **No** (default) |
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The period for idle time for Factory accounts is different than for trial accoun

If you are not logged in to a Cloud Foundry space - Before you can deploy your new application, set your Cloud Foundry preferences.

1. In the menu bar, select **View | Find Command** to open the **command palette**.
1. In the left side bar, select the **Hamburger icon | View | Command Palette…** to open the **command palette**.

<!-- border -->![Command Palette-Login to CF](BAS-CF-Login-1-.png)

Expand All @@ -58,7 +58,7 @@ If you are not logged in to a Cloud Foundry space - Before you can deploy your n

<!-- border -->![Command Palette-Login to CF](BAS-CF-Login-2-.png)

3. A **Cloud Foundry Sign In** tab opens in SAP Business Application Studio. Select the API endpoint, provide your credentials, and click **Sign in**.
3. A **Cloud Foundry Sign In** tab opens in SAP Business Application Studio. Select the API endpoint, provide your credentials, and click **Sign in**. If you don't know your API endpoint open the SAP Business Technology Platform Cockpit and navigate to your subaccount. Click on Overview on the left and you can see the URL of the API endpoint under "Cloud Foundry Environment".

<!-- border -->![Cloud Foundry Login dialog](BAS-CF-Login-3-.png)

Expand Down