Application Development 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: 

How to transpose an internal table

former_member594288
Participant
0 Kudos

Hi Everyone,

How to transpose an internal table when the rows are high and columns are low.

Suppose i have an internal table with below image.

transpose.png

4 REPLIES 4

Muthu_raja
Active Participant
0 Kudos

matt
Active Contributor
0 Kudos

former_member594288
Participant
0 Kudos

Hi Muthu,

Thanks for responding but the link you share it will not work when the rows are high and columns are low. I solved the issue by using create_dynamic_table concept.

0 Kudos

Create dynamic table is the wrong (and obsolete) approach. You should use RTTS to create dynamic data objects.