关于 SAP_UI software component 的概要介绍

发布时间 2023-07-23 22:11:51作者: JerryWang_汪子熙

SAP note的主题是 Maintenance and Update Strategy for SAP Fiori Front-End Server.

You want to stay in the support windows for SAPUI5 in the software component SAP NetWeaver "User Interface Technology" (SAP_UI) or formerly SAP NetWeaver UI add-oncarol

SAP Fiori apps require front-end components (providing the user interface and the connection to the back end) and back-end components (providing the data).

Fiori 应用需要前端组件和后端组件才能正常运行。

前端组件提供 UI 和后端的连接。后端组件负责提供业务数据。

Newer SAP Fiori app front-end components require "SAP Fiori front-end server" (FES) based on NetWeaver AS ABAP for deployment.

新的前端组件需要 Fiori Frontend Server(FES),FES 基于 Netweaver ABAP 服务器,用于应用的部署。

As SAPUI5 is a library included in the software component SAP_UI, there are some dependencies between SAPUI5 and SAP_UI versioning.

SAP UI5 是 Software component SAP_UI 包含的 library.

The software component SAP_UI in SAP Fiori front-end server 2.0 (and higher) or in NW AS ABAP 7.40 (and higher) contains the UI technologies:

SAP_UI 这个 software component 包含下列这些 UI 技术:

  • SAPUI5 library
  • SAP Fiori launchpad
  • Web Dynpro ABAP (WDA)
  • SAP Business Client for html
  • SAP themes for these UI technologies

SAP_UI 组件的作用和应用非常广泛。以下是一些具体的例子:

  1. Web Dynpro ABAP: 这是一种用于开发 SAP 的企业级 Web 应用的编程模型。SAP_UI 组件为 Web Dynpro ABAP 提供了运行时环境,使得开发人员可以构建出高度交互的、响应用户操作的 Web 应用。

  2. Floorplan Manager (FPM): 这是一个基于 Web Dynpro ABAP 的工具,用于制作和配置 SAP 的业务应用的用户界面。使用 FPM,开发人员可以基于预定义的模板(称为“Floorplans”)创建出一致的、符合最佳实践的用户界面。

  3. SAP GUI: 这是 SAP 的传统用户界面,用于访问 SAP 系统。SAP_UI 组件提供了 SAP GUI 的运行时环境,使得用户可以通过各种设备(包括桌面电脑、移动设备等)访问 SAP 系统。

  4. Fiori/UI5: 这是 SAP 的现代化用户界面技术,提供了丰富的用户体验。SAP_UI 组件为 Fiori/UI5 提供了运行时环境,使得开发人员可以创建出美观、易用的用户界面。

以下是一些更具体的应用场景:

  • 在销售订单处理中,用户需要通过一个用户界面输入销售订单的详细信息。这个用户界面可能是用 Web Dynpro ABAP 或 Fiori/UI5 开发的,由 SAP_UI 组件进行渲染和操作。

  • 在物料管理中,用户需要通过一个用户界面查看和修改物料的信息。这个用户界面可能是用 FPM 创建的,由 SAP_UI 组件进行渲染和操作。

  • 在财务会计中,用户需要通过 SAP GUI 访问 SAP 系统,录入和查询财务信息。SAP_UI 组件提供了 SAP GUI 的运行时环境,使得用户可以进行这些操作。

如何找到某个 ABAP Netweaver 版本的 UI 技术?

访问官网,选择 UI Technologies in SAP Netweaver 即可:

然后就能看到如下页面: