hi,
i have 2 internal tables (for ex it1 and it2).....it1 has 10 records and 9 fields and it2 has 6 records which has 1 field..........i.e i hav to display 10 fields in my output(i.e 9 from it1 and 1 from it2)........for 1st record in it1 i have 3 records in it2 and for 6th record in it1 i have 3 records in it2.....so i hav to get all 10 records from it1 and 6 from it2.........i.e totally i have to get 14 records in my output.......
now the issue is on wich table i have to put loop ad how to fill the final internal table....