hello experts.
I want to write a or condition but my logic is not working .
please correct my logic.My requirement is if a not equal to se2345
or b not equal to me345 it should give the error.
If a is equal to se2345 and b is not equal to me345 then also it should
give the error , if one is satisified it should give the error.
My logic is like this please correct it.
IF a NE 'se2345'
OR
b NE 'me345'.
MESSAGE e001 WITH 'logic ok'.
ENDIF.
Thank you for all the replies