Application Development and Automation 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: 
Read only

Microsoft Excel option is not pulling data.

Former Member
0 Likes
1,424

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
Read only

Former Member
0 Likes
1,209

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
Read only

Former Member
0 Likes
1,209

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

Read only

Former Member
0 Likes
1,209

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.

Read only

Former Member
0 Likes
1,209

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

Read only

Former Member
0 Likes
1,209

check your catalog fields matchs with your internal table fields

Read only

Former Member
0 Likes
1,210

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