Application Development 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: 

Microsoft Excel option is not pulling data.

former_member1050074
Participant
0 Kudos

Hi Friends..

I have created ALV report, When I click the option "Export to Excel" Excel sheet is opened, but no data is there.

if I choose Local file----> Excel..its working fine. But customer required the Export to Excel option.

anybody help me to get the data through Export to Excel option.

Thanks

Gowrishankar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Gowrishankar,

Open Excel in your system, go to the menu Tools-> Macro-> Security. Tab Trusted Publishers - make sure that both "Trust all installed add ins and templates" and "trust access to Visual Basic Project" are checked.

Regards,

Sai

5 REPLIES 5

Former Member
0 Kudos

Data might be more than the XLS file can capture. So please check your report and reduce the data for output as per selection criteria.

Regds,

Anil

Former Member
0 Kudos

can you tell me the gui status is it the standard one or you had used any custom gui status

and can you also tell what is the ucomm for export to excel ? is it &XXL.

Former Member
0 Kudos

Hi,

In your PF status pass this parameters:

function Code: &VEXCEL

function Text: Microsoft Excel

icon name: ICON_XLS

info text: Microsoft Excel View

fastpath: M

Thanks,

Krishna

Former Member
0 Kudos

check your catalog fields matchs with your internal table fields

Former Member
0 Kudos

Hi Gowrishankar,

Open Excel in your system, go to the menu Tools-> Macro-> Security. Tab Trusted Publishers - make sure that both "Trust all installed add ins and templates" and "trust access to Visual Basic Project" are checked.

Regards,

Sai