Posts Tagged ‘Excel’

Adventure on SAP ALV Function Modules [SAP]

Friday, July 10th, 2009

I have developed an ABAP program. Basically it gets billing document (invoice) data, then show as ALV report. The one of the functionalities is you can send selected rows via e-mail. The e-mail has an Excel file attachment that has data for selected rows.  The question is here which fields will be inserted into Excel file attachment. I decided to use a dynamic logic. What I mean is whatever current ALV layout; the Excel file layout will be same. So users can decide the Excel file layout, instead of hard-coded file layout/structure.

(more…)