Hi Experts,
We are using sap script for PO print where the euro value is zero but still it is appearing in print preview and print.
The document currency is INR only, in script the any of the following lines are getting true although the variable value is zero.
IF &SUM-EURO-PRICE& NE ' 0,00'
IF &SUM-EURO-PRICE& NE ' 0.00'
EURO,,&SUM-EURO-PRICE&
Regards