Skip to Content
0
Feb 24, 2014 at 06:16 AM

Transpose internal table using dynamic table creation

113 Views

I have an internal table with only one column it_table:

it_table:

sales_org

distribution_channel

division

material

.

.

.

Now I want to transpose this table so that i can download the table in an excel with only one row:

sales_org distribution_channel division material.......

Please help me to implement this?