on 2019 Jan 16 8:41 PM
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?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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 .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only one solution, do the export yourself with abap2xlsx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 7 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.