2007 Jan 08 7:58 PM
In the extended program check I am getting 'Use additional CURRENCY when outputting with MESSAGE '
Here i am trying to write the currency field with WRITE statements.
Thanks in advance
2007 Jan 08 8:05 PM
Hi Hemant,
Please try this.
WRITE IT_VBAP-NETWR CURRENCY IT_VBAP-WAERK.
Regards,
Ferry Lianto
2007 Jan 08 8:00 PM
You need something like this -;)
SALES = 93860.
WRITE SALES CURRENCY 'DEM' DECIMALS 0.
Greetings,
Blag.
2007 Jan 08 8:05 PM
Hi Hemant,
Please try this.
WRITE IT_VBAP-NETWR CURRENCY IT_VBAP-WAERK.
Regards,
Ferry Lianto