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

Export table data to txt file

Former Member
0 Likes
3,065

Hi,

I have to dump the BKPF table data(some selected columns) into a txt file. It has around 30 lakh records.

I am planning to select the data from se16 for different date ranges and export into different txt files.

Is there any way that i can dump the whole data into a txt file for some selected columns.

Thanks,

Hi,

I have to dump the BKPF table data(some selected columns) into a txt file. It has around 30 lakh records.

I am planning to select the data from se16 for different date ranges and export into different txt files.

Is there any way that i can dump the whole data into a txt file for some selected columns.

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
1,115

You can write a report program to download that column to excel.

Check SE16N , if these is such option.

Read only

nirajgadre
Active Contributor
0 Likes
1,115

Hi,

goto se16> select the records as per requirement> goto change layout> select the number of column you required> click on the export option> select radio button unconverted> save the file in txt format.

you will get only select columns in the text file.