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

Smart form number formatting

karthick1608
Participant
0 Likes
849

Dear all,

I have a issue in smart form where the value is printed as 2.515.616 (DECIMAL)

The value should be printed as 2,515,616.00(COMMA)

How to change the format for that particular variable?

please help

Thanks

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
723
/: SET COUNTRY country

Choose the country with the desired thousands separator.

cf https://help.sap.com/saphelp_nw70/helpdata/en/d1/8034fb454211d189710000e8322d00/frameset.htm

Dear all,

I have a issue in smart form where the value is printed as 2.515.616 (DECIMAL)

The value should be printed as 2,515,616.00(COMMA)

How to change the format for that particular variable?

please help

Thanks

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
724
/: SET COUNTRY country

Choose the country with the desired thousands separator.

cf https://help.sap.com/saphelp_nw70/helpdata/en/d1/8034fb454211d189710000e8322d00/frameset.htm

Read only

723

It works..

Thank you so much