Fiori-like Prototype ( 2022 SAP Business Technology Platform With The Beginning )

1. What is SAP® BAS?

SAP® Business Application Studio also known as SAP® BAS, is a Service in SAP® Cloud for Integrated Development and Enhancement of Applications.

SAP® Business Application Studio 即 SAP® BAS,在SAP®云环境中主要用于:集成开发 和 拓展应用 的一个在线服务。

SAP BAS Spaces


SAP Business Application Studio

2. What SAP® BAS is made of?

SAP® BAS is a container that is Based out on Eclipse Theia which almost looks Like a VS Code Development Environment.

SAP® BAS 是一个基于 Eclipse Theia 的容器。( 它外观+功能看起来像是一个 VS Code 开发环境 )

Theia


VS Code Like
SAP BAS With Theia

3. Is it Free to Use?

No, for productively using SAP® BAS you need to acquire SAP® Licence. 

若在正式生产环境使用 SAP® BAS,需要申请授权;同时给组织/个人提供:测试体验环境。

Licence

4. How Many kinds of SAP® BAS is Present?

SAP® BAS has different Flavours that are tailored for different types of development. For developing SAPUI5 or Fiori® App with BAS you select SAP® Fiori type, for developing CAPM App you select SAP® CAPM® type and so on. Also, with time you might see more development Flavour added to it.You can also enable different packages like SAP® Workflow Package, CDS Viewer, HANA® Development Packages Which will allow you to develop the respective type of Project and Operate on Different File Types.

SAP® BAS 提供种类繁多的应用开发模板,供业内合作伙伴参考使用。

Kinds of application

5. What is the Operating System on Which SAP® BAS Runs?

SAP® BAS is a Virtual Container that runs on Ubuntu Based OS Architecture. Developers will not have root access to the operating system but still, the additional packages and modules required for the project can be installed with the Terminal.

1. SAP® BAS 是在基于 Ubuntu 的操作系统架构上运行的虚拟容器。

2. 开发人员没有操作系统的 root 访问权限,但项目所需的附加包和模块仍然可以通过终端安装。

/etc/os-release
/etc/issue.net

6. How good is Terminal experience in BAS?

SAP® BAS Terminal Provides an Integrated Experience of Development and Dev-Ops. You can switch back and forth between, editors, terminal, and explorer to get the development done fast. You can almost use all CLI(Command Line Interface) Command with SAP® BAS which you might be using with Linux Systems. But for commands which require any kind of Extra Permissions like root permissions will not be possible out of the box.Terminal also allows you to do an operation in multiple ways. 

SAP® BAS 终端提供 Dev-Ops 的集成开发体验。您可以在编辑器、终端和资源管理器之间来回切换,以快速完成开发。您几乎可以将所有 CLI(命令行界面)命令与 SAP® BAS 一起使用,这些命令可能与 Linux 系统一起使用。但是对于需要任何类型的额外权限(如 root 权限)的命令,开箱即用是不可能的。

Example 1. If you want to push an App to SAP® Cloud Foundry you can either use Explorer, right-click on MTA File, and Right Click on the Build and Deploy or You can also use BAS Terminal directly to use the respective CLI Commands.

使用 SAP® 官方提供 CLI 工具包,将应用部署至 SAP® 云端。

SAP Cloud CLI

Example 2. You can use Yeoman Generator from CLI and create a Blank Application or Also you can use File>New Project from Template option to create a new Project.

使用 SAP® BAS 平台提供的 Yeoman 应用模板构造器,新建:所需的应用(微服务)。

npm install -g generator-easy-ui5
yo
npm install -g yo

Reference

SAP® BAS(Business Application Studio) in a Nutshell

SAP BTP Cockpit Trial

SAP Dev Tools ( Cloud Part )

Get Ready for UI5-Development on Your Local Machine

你可能感兴趣的:(Fiori-like Prototype ( 2022 SAP Business Technology Platform With The Beginning ))