英文:
Relationship of SAP Fiori to SAP S/4HANA?
问题
Sure, I'll provide the translations for the text you provided:
我是一个初学者,正在尝试学习SAP ERP,并知道SAP S/4HANA是新版本。SAP Fiori是运行S/4HANA的一种方式吗?SAP S/4HANA不已经在其3层系统中有一个表示层吗?
我已经阅读了SAP Fiori是用于用户体验(UX)以及更深入了解SAP S/4HANA的3层系统。
英文:
I'm a beginner and trying to learn SAP ERP and know that SAP S/4HANA is the new version. Is SAP Fiori a way to run S/4HANA? Doesn't SAP S/4HANA already have a presentation layer in its 3-layer system?
I've read that SAP Fiori is for UX and a bit more deeply on the 3-layer system of SAP S/4HANA.
答案1
得分: 0
SAP传统上使用专有的图形用户界面技术称为SAP-GUI。界面是使用自己的编程语言ABAP
开发的,根据这项技术制作的屏幕称为经典屏幕Dynpros
,并使用自己的协议与SAP应用服务器进行通信。最初需要安装本地客户端,后来SAP还引入了Web Dynpro
技术,可以用来在Web界面上呈现经典的GUI屏幕,实际上只是显示界面的转换。
作为彻底重新思考和技术转型的结果,SAP开发了一种全新的与企业应用程序交互的方式以及一种新的用户界面称为Fiori。Fiori已经更新了最广泛使用的场景,旨在保持简单。前端部分基于Web技术,使用HTML5
和自己的JavaScript
用户界面库SAPUI5
。这是SAP采用现代用户为中心的设计原则的用户体验。因此,实际上可以将Fiori视为SAP Web应用程序的设计指南。
这两种前端技术可以与经典的R3 ERP系统以及SAP S/4HANA一起使用,并且可以将R3系统与作为数据库使用的HANA一起运行。SAP S/4HANA是一个具有重新设计的应用程序、简化的数据库模型、物联网、大数据、预测分析等许多可能性的新平台。主要的前端技术和重点是UI5(Fiori),但它也可以与经典的GUI一起使用。
英文:
SAP traditionally used proprietary graphical user interface technology called SAP-GUI. Interface is developed in own programming language ABAP
, screens in accordance with the technology are called classical screens Dynpros
and communicate with SAP application server using own protocol. First it required installation of the local client and later SAP has introduced also Web Dynpro
technology which could be employed to render the classical GUI-screens on the web-interface, what actually is only a transformation of display surface.
As a result of complete re-thinking and technological transformation SAP has developed a completely new way of interaction with enterprise applications and a new user interface called Fiori. Fiori has renewed the most widely-used scenarios and is aimed at keeping things simple. Frontend part is based of the web-technology using HTML5
and own JavaScript
UI library SAPUI5
. This is a SAP's user experience that applies modern usercentric design principles. So actually Fiori can be thought of as a design guidelines for an SAP web applications.
These both frontend technologies can be used and are used with classic R3 ERP system and with SAP S/4HANA. It is possible to run R3 system with HANA used as a database. SAP S/4HANA is a new platform with re-engineered applications, simplified database model, IoT, Big data, predictive analysis and many other possibilities. Main frontend technology and focus is on UI5 (Fiori), but it also works with a classic GUI.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论