Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

internal table rows to columns

Former Member
0 Likes
1,638

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 ?

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
399

Check the links -

Regards,

Amit

Reward all helpful replies.

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
400

Check the links -

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
399

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