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

translate

prabhu_s2
Active Contributor
0 Likes
598

hi

If i have a variable of xyz of value 123.45 i want to change the value to 123,45

i know this is possible to use via TRANSLATE or REPLACE command. the idea is we need to change this accordinly based on country. is there any std way to do other than coding?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
580

Hi,

We have an option to set the Country

SET COUNTRY <Country_name>

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
581

Hi,

We have an option to set the Country

SET COUNTRY <Country_name>

Regards

Sudheer

Read only

0 Likes
580

sudheer

can u expl me in detail on this. and how this is handeled in coding?

Read only

Former Member
0 Likes
580

Hi

These type of currency settings are based on the following:

User Settings in SU01

Country settings by writing code

Country settings are handled by using the command

SET COUNTRY 'IN'.

Reward points if useful

Regards

Anji

Read only

prabhu_s2
Active Contributor
0 Likes
580

thkx guys