Hi,
I have a doubt with read statement.
Read table i_tab into wa_itab with key matnr = x.
Now, if the above statement has 2 matching rows,say
x c1
x c2
will the first matching row's content (x c1) be moved to wa_itab or will it result in an error?