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 we download master data in excel file

Former Member
0 Likes
1,561

Hi guru,

I have more than 5000 records of data in master table in Sales and FI .So how i will download all the data in excel file.

Give me step by step answer, or there is any tool for download all the data in excel file.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,116

Hi:

use fm GUI_DOWNLOAD

have a look

[Link|;

Regards

Shashi

Hi,

You can use "SE16N" transaction from where you can download the data to excel .Give the table name and execute then the data in the table will be displayed and then press export tab where you find the option Spreadsheet .

Thank U,

Jay....

3 REPLIES 3
Read only

Former Member
0 Likes
1,117

Hi:

use fm GUI_DOWNLOAD

have a look

[Link|;

Regards

Shashi

Read only

Former Member
0 Likes
1,116

Hi,

You can use "SE16N" transaction from where you can download the data to excel .Give the table name and execute then the data in the table will be displayed and then press export tab where you find the option Spreadsheet .

Thank U,

Jay....

Read only

Former Member
0 Likes
1,116

Hi,

You can also run the BDC to download the data in the spread sheet.

1.prepare the internal table with same structure as the table.

2. select the desired data from the table into the internal table.

3.then use the FM GUI_DOWNLOAD/'TEXT_CONVERT_XLS_TO_SAP' and pass the name of the internal table and the excel sheet name as the parameter.

4.save ,activate and execute the code.

Hope this helps you.

Pooja