Hello Friends,
Please explain me what exactly is happening here?
LOOP AT T_S677.
READ TABLE TBL_MARC with key MATNR = T_S677-MATNR.
if sy-subrc EQ 0.
CONTINUE.
endif.
endloop.
Regards,
Shreekant