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?