hi all,
I am having one internal table which is dynamicaly genrated in program...now i want to have data of first row into single column. field name of internal table are dynamic ...its is described below
<b>present layout</b>
row/column field1 field2 field3 field4 ..........
data1 data2 data3 data4 ...........
<b>desired layout</b>
field
data1
data2
data3
date4
data5
.
.
.
.
.
no of fields are also not fixed..how it can be done..
Regards
Deepak