Skip to Content
0
Former Member
May 30, 2008 at 02:02 PM

If condition logic

31 Views

Need ur help in writing a IF condition logic.

I have written a code like

IF itab-amt between 100 and 200.

Result = itab-sales.

endif.

Now i want to change the logic to

If itab-amt between 100 and 200 excluding 110 120 122 134.....

result = itab-sales.

endif.

can u give me the code with correct syntax

Regards..

Balaji