Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

currency problem with , and .

Former Member
0 Likes
401

hi

i am taking values from KOMV-KBETR in my program e.g of values taken is 100,50

in ME22 by batch fall as error because it accept format 100.50

do you think that correcting it by replacing all . by , and vise versa is the correct thing to do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
372

Currency formats always be same in dev and prod client..other wise prod get errors..so keep same formats in both systems..by user settings SU01...default settings.

Reward if useful.

Dara.

hi

i am taking values from KOMV-KBETR in my program e.g of values taken is 100,50

in ME22 by batch fall as error because it accept format 100.50

do you think that correcting it by replacing all . by , and vise versa is the correct thing to do?

1 REPLY 1
Read only

Former Member
0 Likes
373

Currency formats always be same in dev and prod client..other wise prod get errors..so keep same formats in both systems..by user settings SU01...default settings.

Reward if useful.

Dara.