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

Smartform

Former Member
0 Likes
722

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.

4 REPLIES 4
Read only

Former Member
0 Likes
709

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

Read only

Former Member
0 Likes
709

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.

Read only

Former Member
0 Likes
709

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

Read only

Former Member
0 Likes
709

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