is it possible to use for all entries in same internal table
for example,
begin of itab,
matnr like mard-matnr,
producthierarchy like mara-prdha,
maktx like makt-maktx,
end of itab.
now i have to fetch the matnr from mard basing on tha plant (werks )
and then using for all entries in itab-matnr i have to fetch prduct hierarchy from mara
and maktx from makt
basing on the matnr which has been populated before in itab using werks.
give me suggestions how couls i do it.
thanks & regards,
kiran.