cancel
Showing results for 
Search instead for 
Did you mean: 

ALV Export to Microsoft Excel Question

Former Member
0 Kudos

Hi All,

I know this would be a basic question and I tried searching the forums and did not find any luck. I have implemented the standard ALV and the output is displayed in the table. The standard Export-->Export to Microsoft Excel does not work for me when I click on it. Should I need to enable / trigger this event to make this work?

Also, Is there anyway that I show the Export to Microsoft Excel option directly in the standard ALV instead of clicking on the Export and then Export to Microsoft Excel?

Thanks,

Nagarajan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nagarajan,

That is a satandard functionality no coding required. it will work.

Your excel file containes any images??

Try this...

l_value TYPE REF TO cl_salv_wd_config_table.

lr_filter ?= l_value.

lr_filter->set_export_allowed( abap_true ).

OR

If you want to cal excel by using your custom button please check this...blog

also check this...

Cheers,

Kris.