Hi KSRCM SRCM,
1) If you want to LOOP through two tables and show them in MAIN, you can create two TABLEs and loop them.
2) If you want the two tables to begin from the same line, then you can give the total length of the first table as 10 cm and second table as the length of your MAIN (say 22 cm for example)
Say your first table VBAK has 3 column nd other table SFLIGHT has 2 Column
Column widh for table VBAK = 10 cm
Col 1 = 3 cm Col 2 = 3 cm and Col 3 = 4 cm (Total 10)
Column width for table SFLIGHT = 22 CM
Col1 = 10 cm ( dummy column which is above or below table VBAK)
Col 2 = 5 cm (actual first column of SFLIGHT)
Col 3 = 7 cm (actual second column of SFLIGHT)
Total = 22 cm
3) Else, you can create two separate secondary windows on top of MAIN. Fit the two windows to hide MAIN window exactly.
Now create one table each in two secondary windows and LOOP and display your data.
Hope this helps.
Cheers.
Raju Shrestha