‎2007 May 26 4:57 AM
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
so depending upon the no of records of first internal table, columns need to be created in the new table with corresponding cusomters data.
how to proceed ?
‎2007 May 26 5:03 AM
‎2007 May 26 5:03 AM
‎2007 May 26 5:06 AM
This is Possible by using Dynamic internal table and look for dynamic internal table thread in SDN.
Normal Internal it is not possible because we do not how much data we have.
Reward Points if it is helpful
Thanks
Seshu