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 an ALV into .CSV

Former Member
0 Likes
2,661

Hi Expert,

I have a specific program that generate an ALV

I have to basic SAP functionality to export the data in this program

My question is how can I export the data directly to .CSV format ? (without passing through any new developpment)

Is their any customizing possible to change the export parameters ?

Thanks in advance

BR

Hi Expert,

I have a specific program that generate an ALV

I have to basic SAP functionality to export the data in this program

My question is how can I export the data directly to .CSV format ? (without passing through any new developpment)

Is their any customizing possible to change the export parameters ?

Thanks in advance

BR

2 REPLIES 2
Read only

former_member282968
Contributor
0 Likes
1,371

Dear Nazim,

In the ALV report use (ctrl+shift+f9)->it will ask "In which format should the list
be saved ?"  ---> select spread sheet and give the filename with the extenstion as CSV. When generate-> It will generate the CSV file in the directory mentioned.

With regards,

Read only

0 Likes
1,371

Hi Naveen

The CSV file is "comma separated" which doesn't correspond to the extraction to spreadsheet (even if you change the extension to .csv).

In fact, the CSV file is a .txt file with ";" separator

when you extract the ALV in SAP in .txt, it put the "|" separtor which does'nt correspond to .csv

Regards