Skip to Content
0
Former Member
Dec 03, 2006 at 07:55 PM

for all entries

37 Views

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.