odata - EDM.Decimal decimal separator -


i'm starting first project odata services , sapui5, after creating first entity typs i'm facing problem concerning decimal values.

i have created entity type edm.decimal core types. nullable, having prec. 8 , scale of 2 or 7 , 3 . corresponding abap data types 'curr' oder 'quan'.

if test service getting single entity receive following error:

"unable interpret 0,01 number".

after changing decimal separator of user in su01 '.' works fine. in opinion there must better way. can't believe have change every user in company working in, example germany decimal separator '.'.

do have solution problem?

thank help

thomas


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -