Skip to Content
0
Former Member
May 23, 2007 at 08:30 PM

converting rows to columns in internal tables

138 Views

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