‎2007 May 07 12:48 PM
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?
‎2007 May 07 12:50 PM
Hi,
We have an option to set the Country
SET COUNTRY <Country_name>
Regards
Sudheer
‎2007 May 07 12:50 PM
Hi,
We have an option to set the Country
SET COUNTRY <Country_name>
Regards
Sudheer
‎2007 May 07 12:52 PM
sudheer
can u expl me in detail on this. and how this is handeled in coding?
‎2007 May 07 12:53 PM
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
‎2007 May 07 1:02 PM