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

excel sheet

Former Member
0 Likes
1,015

hello,

how can i get all the fields of the table into excel sheet..

when iam displaying the record i get only a few fields onto my local file..how can i get all the fields is there anything i wanna change in the settings..it is not programming thing..

just transering the fields using system-> save-> local file.

plz advise..

regds

10 REPLIES 10
Read only

former_member188827
Active Contributor
0 Likes
990

in se11.after executing for a particular entry..when u get the record...

click on Settings menu...>format list..>Choose fields.

check if all da checkboxes are selected or not..

if not click on select all button or f9 key...

plz reward points if it helps

Message was edited by:

abapuser

Read only

Former Member
0 Likes
990

hi,

go system->list->save->local file->spreadsheet.

all the fields will save in exacl file.

rewards if helpfull

regds,

paras

Read only

Former Member
0 Likes
990

no its not working that way

Read only

0 Likes
990

which table entries are u trying to save?

are all ur fields checked in the settings...>format list..>choose fields..

and did u save it via..

system..>list..>save..>local file

Read only

0 Likes
990

Sudheer,

You will be able to get the data stored in the table into an excel file but not the table itsefl.

go to se 12

give vbak (for ex)

click on technical settings

press f8

you will get the output

this you can export it to excel file as mentioned in the above threads,but not table itself.

K.Kiran.

Read only

Former Member
0 Likes
990

Function module EXCEL_OLE_STANDARD_DAT can be used to start Excel with a new sheet and transfer data from an internal table to the sheet.

Read only

Former Member
0 Likes
990

Hi,

Copy all the data from the table to an internal table and call the FM alsm_excel_to_internal_table to download the data from internal table to excel....

Reward points if helpful............

Regards,

Sree.

Read only

Former Member
0 Likes
990

hi,

before saving in local file just check your table width.if its 250 then only some fields will come. change it 1250 then all fields will come in local file.

Paras

Read only

0 Likes
990

yh, iam changing still i cant get the all fields..

thanks

Read only

Former Member
0 Likes
990

i did it manually..thanks for all of you guyz n galz if theres any..

closing this thread