‎2009 Feb 25 8:25 AM
Within the sapscript I need to code it like this
IF &KOMVD-KAWRT& = '0'Where KAWRT is CURR 15
What is the correct syntax for this?
‎2009 Feb 25 8:45 AM
Hi Megan,
Use the below syntax:
IF &KOMVD-KAWRT& = ' 0.00'Regards,
SB.
‎2009 Feb 25 8:45 AM
Hi Megan,
Use the below syntax:
IF &KOMVD-KAWRT& = ' 0.00'Regards,
SB.
‎2009 Feb 25 9:06 AM
Isnt there a better way than this? This just seems so error prone.
‎2009 Feb 25 9:22 AM
Hi Megan,
This is the approach we are following and I didn't face any issue on this.
deffinately the syntax will work without any error.
Regards,
SB.