Skip to Content
0
Former Member
May 09, 2008 at 05:22 PM

read itab error

26 Views

Hello all,

i m coding this......

loop at itab2.

READ TABLE itab1 with KEY X = 'itab2-X'.

if sy-subrc= 0.

process.

endif.

endloop.

But here itab1-X shows no data in debug but there is data in itab2-X.

so no wrong result.

can u tell me why table itab1 is not reading here .

Thanks a lot.