Hi,
I need to compare a date in the sapscript. The code is in the window of the sapscript. I tried the code below but it doesn't work.
IF &P45-PFIRE& GE '20100407' "Value of &P45-PFIRE& is 20090101
" Do something
ELSE.
" Do something
ENDIF.
Any advice please.