Hi friends,
if itab-vrkme = 'SET'.
select idnrk from stpo into corresponding fields of itab3
where matkl = '4-1'.
endselect.
endif.
dis is d querry i hv written.
My requirement is to fetch only the semi-finished components from BOM when i hv the SU as 'SET'. (i e. itab-vrkme) in Sales Order.
Where,
'4-1' is d material group for Semi-finished material.
Wen i debug dis particular querry i m not able to get the value for the field idnrk wen the SU is 'SET'.
Plz reply.
Its urgent.
Thanks in advance