Skip to Content
0
Former Member
Oct 02, 2007 at 04:11 AM

comparsion value

19 Views

Hi all

i have an internal table and a declare value1. What is the code to compare this 2 values? i want to loop thru the table and check row by row with value1

assume itab is the internal table

i want to compare the below value. Is my syntax right?

if itab-adminno <> value.

MESSAGE e002(ZMSGGARY) .

endif