Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal table data fetch

Former Member
0 Likes
363

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
333

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

2 REPLIES 2
Read only

Former Member
0 Likes
334

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

Read only

Former Member
0 Likes
333

Hi,

First get data from excel sheet then u can do what ever u want on the internal table..

rgds,

Kiran