Skip to Content
0
Former Member
Jan 11, 2011 at 12:31 PM

in po print inr and euro both appearing

43 Views

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