SDD64
SDD64

Reputation: 707

Is SAP Fiori only/mostly meant for mobile development?

I struggle to understand where to position SAP Fiori against SAP UI5 development.

I know, that the so called Fioris are an expanding list of SAP Web-Apps based on the technology of SAP UI5.

Currently, I am doing Fiori and SAPUi5 practices. When developing Fiori, I have to require

data-sap-ui-libs="sap.m"

and it seems I only encounter code snippets using XML as the View language of choice.

When developing SAPUI5, I have to require

data-sap-ui-libs="sap.ui.commons"

and mostly see View coding based on JavaScript.

So, is there a rule of thumb to say that Fiori is for mobile and SAPUI5 for desktop?

Upvotes: 1

Views: 627

Answers (1)

Qualiture
Qualiture

Reputation: 4920

You could say that sap.ui.commons was the "old" desktop library, and sap.m was the "old" mobile".
Currently, with the Fiori design language, sap.m now stands for "main", i.e. it caters for both (responsive) desktop and mobile use. I for one never looked back at sap.ui.commons

Upvotes: 4

Related Questions