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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -