cancel
Showing results for 
Search instead for 
Did you mean: 

Number format problem sapui5 launchpad

former_member611449
Discoverer
0 Kudos

startup.png

Hello everyone,

We've been struggling for a while against the language problem, ever since we started developing Fiori Applications.
The way we understood it is that the number format in the Fiori Application should be the same as the user's data format in his preferences ( ie 1.234.567,89)

But we had to rely on formating directly in the fiori application.
I have tried to look for the file start_up.js but came up empty.
Is it possible to have the same format as the user preferences directly using the start_up file/service ?

junwu
Active Contributor
0 Kudos

what problem you have?sap's app or your app?

Accepted Solutions (0)

Answers (2)

Answers (2)

laurent_burtaire
Active Contributor

Hello Omar,

this is one of the SAP mistery: for every SRM Fiori applications, decimal notation, date format and time format are managed by Fiori applications themselves (and using different ways between applications...), not by the Fiori Launchpad.

I do not know how does it work for other Fiori applications (ECC, CRM, etc). But one thing is sure, this is not harmonized.

Maybe one day (or not).

Regards.

Laurent.

laurent_burtaire
Active Contributor
0 Kudos

Hello Omar,

the formatter.js from you Fiori App should manage, through functions from the SAP UI5 library, all kind of format:

- price,

- quantity,

- currency,

- date.

Regards.

Laurent.

meghalshah
Explorer
0 Kudos

Please check Blog.

Regards,

Meghal Shah

former_member611449
Discoverer
0 Kudos

Hello

I did see this page before posting, we don't have the same format for this file, it looks like this : startup.png