Skip to Content
0
Former Member
Oct 30, 2010 at 10:30 AM

Read Statement

33 Views

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?