Hi
I have values in 2 internal table but there is not commen field for both table.
Like
Table 1
F1 M1
F1 M5
F1 F3
F1 F4
F1 F5
I want to display like below
H1 H2 H3 - Header
F1 M1 F3
F1 M5 F4
How do i do it.
Thanks in advace