cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Version Update

Evaristo_EBC
Discoverer
0 Kudos
165

Hi Experts

We'll need to update the Fiori version for our apps from 1.71.21 to 1.120.14, there is a recommended procedure by SAP to do this? Any tool to facilitate this process? 

Thank you.
Br, Evaristo.

Accepted Solutions (0)

Answers (3)

Answers (3)

Rithika
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi @Evaristo_EBC,

Although I'm not entirely sure if  there is  particular standard/ tools to do this

Here's what our team did when we updated our library.

1) We changed our version to the newest version in the manifest.json file

2) Used UI5lint to check if all the components/elements used are not deprecated.

3) Accessibility testing- with newer version, there are color variations so make sure your application follows the color contrast guidelines for accessibility. 

4)There can be changes in the components-their size, color or functionality hence rigorous testing has to be done to make sure everything works as expected.

5)Test all the pages, dialogs, fragments, SmartControls.

hope this helps

Regards,

Rithika

AustinDevine
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Evaristo,
You can use Fiori tools to change the minUI5Version via the Application Info view.
https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/c3e0989caf6743a88a52df603...
or command palette options are shown. 
Try previewing the application after this change and it should load with the newer UI5 version. 

Since you are moving to 1.120.0 (or also higher UI5 version)you can optionally run the ui5 linter to check for best practice (also available via Application Info and Command Palette) for Freestyle Applications.

Kind regards,

Austin

 

 

ArunJacob
Active Participant
0 Kudos

Hi,

Direct tool may not be there, 

but Check the SAP Fiori version compatibility matrix, guidelines etc.

Compatibility Rules - Documentation - Demo Kit - SAPUI5 SDK

Thanks

Evaristo_EBC
Discoverer
0 Kudos

Hi ArunJacob

Thank you for your answer.
What I mean was about tools like UI5Lint for example.