hi all,
i am developing a small report.
the problem is i am using three tables
EKPO, "Purchasing Document Item
MARA, "General Material Data
EQUI. "Equipment master data
fetching the data based on matnr and ebeln from 3 tables
the number of records fetched for example are
EKPO -200
MARA-90
EQUI-1500
now i need to move the data to final internal table.
the problem is on which table i need to loop ie., EKPO or MARA or EQUI.
thanks in advance.