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

Rounding Off Problem For Amount

Former Member
0 Likes
431

hi all,

i am facing one problen regarding the issue of rounding off of amount.

in my se38 program when i do rounding off of price like A = 23985.52,

i get A = 23986.00. which is OK. for me.

but when i pass this same value to my sapscript its showing me<b> 23.986,00</b> why this happen why <b>,</b> is coming in place of <b>.</b>

please do as urgent.

thanks in advance

VINOD

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
406

Hi,

check the user settings (defaults) in SU01 Tcode.

or use the command SET COUNTRY ' ' in script.

it will print the country specific format.

regards,

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
407

Hi,

check the user settings (defaults) in SU01 Tcode.

or use the command SET COUNTRY ' ' in script.

it will print the country specific format.

regards,

Anji

Read only

Former Member
0 Likes
406

hi

go to t-code: SU3

go to second tab defaults...

change the decimal notation and try...

hope this helps

thx

pavan