Hello I have an internal table:
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
After execution the data should be transposed to display as
1 5 9 13
2 6 10 14
3 7 11 15
4 8 12 16.
Is there any way I can code this or create a dynamic table?
Please help me in this.
Thanks