2009 Jun 06 8:48 PM
2009 Jun 07 9:55 AM
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.
2009 Jun 07 9:55 AM
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.