‎2008 Feb 05 9:59 AM
Hi Experts,
I am printing one field and the value for that field is 118.272,000. Now i want that field to be printed like 118,272. so can any one help me in this issue.
Thanks & Regards,
Ramana.
‎2008 Feb 05 10:17 AM
hello Ramana,
write like this may works.
it will convert to one currency to another currecny
write fidname to V_fldname right-justified currencey fldname(WAERK).
try this
Regards
Santhosh
‎2008 Feb 05 10:20 AM
Hi,
check this,
click system in menu bar in any screen --->
User Profile -
> Own data --->
then click Default Tab.
then select Decimal Notation as X (from drop down list)
Save and come out , then check ur smartoform now.
Thanx
bgan.
‎2008 Feb 05 10:23 AM
hI
1. DIVIDE THE NUMBER BY 1000 AND THEN PRINTS IT
2. Truncate the decimal plaves. u can use offsets or U can use CONDENSE
Reward if useful
Narendra
‎2008 Feb 05 10:47 AM
In smartform you can print the field like &FIELD(10.0)& to indicate the number of positions and decimals.
If you want to change the decimal notation you have to go to SU01 and change it.
Regards,
Jen