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

How to extract data from table

laxman_sankhla3
Participant
0 Likes
1,295

Hi

I want to export all the data present in the table to an excel sheet.

I know that we can export from

menu bar

system> List> save>Local file> spread sheet to local system

But by doing that only some data is being downloaded but i want the whole data present in that table. I had extended the width to maximum but the total entries are more than the width i want that data also to be downloaded into the local system

Points will be rewarded surely

Regards

Laxman

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,247

Hi,

define an internal table of type stanadrd table. select all the data and append to internal table and use FM GUI_DOWNLOAD

Regards,

Naveen

Hi

I want to export all the data present in the table to an excel sheet.

I know that we can export from

menu bar

system> List> save>Local file> spread sheet to local system

But by doing that only some data is being downloaded but i want the whole data present in that table. I had extended the width to maximum but the total entries are more than the width i want that data also to be downloaded into the local system

Points will be rewarded surely

Regards

Laxman

11 REPLIES 11
Read only

Former Member
0 Likes
1,247

Hi Laxman,

Use GUI_DOWNLOAD for the same.

Regards,

Atish

Read only

0 Likes
1,247

Hi Atish

Thansk for ur reply

How?????// can u explain in clear

Regards

Laxman

Read only

0 Likes
1,247

please use FM WS_EXCEL.

regards

prabhu

Read only

Former Member
0 Likes
1,247

Hi,

increase the width of the output

in selecting the data itself

and then download in to local file

then it will work

as it worked in my case

thanks

venkatesh

Read only

Former Member
0 Likes
1,247

Have tried option

Menu Path Edit-> download -> spreadshet

and

have you removed value in maximum no. hits field, by default it value is 200

Message was edited by:

Saida Rao Devarasetty

Read only

0 Likes
1,247

hi

in ekpo table 30,000 entries.

i want to extract all 30,000 entris from ekpo.

how can it possible.

thanks .

Read only

0 Likes
1,247

go to se16,

give ekpo,

download to excel sheet(there is option in se16 to downlaod toexcel sheet.)

reward for all helpful answers.

regards,

seshu.

Read only

Former Member
0 Likes
1,248

Hi,

define an internal table of type stanadrd table. select all the data and append to internal table and use FM GUI_DOWNLOAD

Regards,

Naveen

Read only

Former Member
0 Likes
1,247

hi laxman,

go to <b>se16</b>,

there u can provide your table,

thne there is option to downlaod to excel sheet.

it works for <b>data base table</b>.

regards,

seshu.

Read only

Former Member
0 Likes
1,247

use from WS_EXCEL.

regards

Prabhu

Read only

Former Member
0 Likes
1,247

HI,

You can Donwload the data from SM30 transaction code,

Regards

Sudheer