Skip to Content
0
Sep 11, 2007 at 01:46 PM

Transpose internal table single row to single column

23 Views

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