‎2009 Sep 25 12:21 PM
hi,
I'm fetching 10 datas from flat file to internal table. But my requirement is first column data is passed to table i need to select 5 column of data from my internal table.
Eg. column 1 = A1
column 2 = A2
column 3 = A3
column 4 = A4
column 5 = A5
column 6 = A6
i passed A1 data and next time i need to select A5. is it possible.
If any one knows let me give the solution..
regards,
bab
‎2009 Sep 25 12:25 PM
Hi,
Have a look at this [Convert rows into columns|http://docs.google.com/Doc?id=dfv2hmgs_5d6bcxqgp&hl=en] if you are looking to convert rows of a internal table into columns
Regards,
Vikranth
‎2009 Sep 25 12:25 PM
Hi,
Have a look at this [Convert rows into columns|http://docs.google.com/Doc?id=dfv2hmgs_5d6bcxqgp&hl=en] if you are looking to convert rows of a internal table into columns
Regards,
Vikranth
‎2009 Sep 25 12:26 PM
Hi,
First get data from excel sheet then u can do what ever u want on the internal table..
rgds,
Kiran