2010 Oct 30 11:30 AM
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?
2010 Oct 30 11:38 AM
Hi Sujitha Arunachalam,
It will not throw any error, it will read the first record i.e, x c1.
Thanks & Regards,
Faheem.
2010 Oct 30 11:48 AM