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

Script comma separator Issue

former_member576008
Active Participant
0 Likes
649

Hi All,

Iu2019m facing an issue in the script like thousand separator is not displaying in the output according to user profile for the language English while issuing a SA.But incase of Chinese language its working fine.

Thanks in advance.

Regards,

Nandha

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
597

check user profile "number format" in transaction SU01

3 REPLIES 3
Read only

Sandra_Rossi
Active Contributor
0 Likes
598

check user profile "number format" in transaction SU01

Read only

0 Likes
597

Sandra,

Tried changing the user profile, its displaying correctly in the chinese script according to the user profile but for english its always showing comma( , )as separator for decimals and space for thousands...

Please suggest

Thanks,

Nandha

Read only

0 Likes
597

Hi ,

Check if the command SET COUNTRY is used any where in the script(language EN), because if that is used then the script will display the decimal format based on country specific settings.