Application Development 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: 

Convert number

Former Member
0 Kudos
61

How convert 570000,00 to 570 000,00?

1 ACCEPTED SOLUTION

Firoz_Ashraf
Contributor
0 Kudos
32

Hi,

If you want to put a thousand seperator with two decimal points, then decalare a variable as packed number.

 data v_thousand type p decimals 2 .

Regards,

Firoz.

1 REPLY 1

Firoz_Ashraf
Contributor
0 Kudos
33

Hi,

If you want to put a thousand seperator with two decimal points, then decalare a variable as packed number.

 data v_thousand type p decimals 2 .

Regards,

Firoz.