cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to export an image as part of ALV column into excel?

former_member111748
Participant
0 Kudos
833

In an expense program, we have an attachment icon in one column which when double clicked, opens another popup from where the attachment image can be downloaded. However, we are trying to figure out if there's a way to download this attachment image when ALV exported to excel, so that the image shows up in the column instead of just the picture of the icon (which is how it works right now).

Is this practical?

What will be the performance issues, if any associated with it?

Accepted Solutions (0)

Answers (2)

Answers (2)

DoanManhQuynh
Active Contributor
0 Kudos

standard download feature of ALV cant download image, icon, checkbox...if you want to do it, first you have to handle download event and download to excel by yourself. With excel, i suggest using cl_xlsx_document. search about it you could find some how-to blog .

Sandra_Rossi
Active Contributor
0 Kudos

Only one solution, do the export yourself with abap2xlsx

former_member111748
Participant
0 Kudos

Thanks Sandra.

I haven't worked with abap2xlsx before, do you know a good example I can use to solution my requirement?

Sandra_Rossi
Active Contributor
0 Kudos

abap2xlsx is provided with many demo programs. ZDEMO_EXCEL16 for images.