hi
i have an internal table with foll strcuture
customer jan feb mar apr jun july aug sep oct nov dec
a 1 2 3 4 5 6 7 8 9 10 11
b
c
.
.
.
n
*******************************************************
i need to form another internal table whose ouput will be
month custA cust B custc cust d
jan 1
feb 2
mar 3
and so on
*************
is this possible to do ? without dynamic internal table