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: 

Need help regarding ALV Grid to excel download (Urgent)

Former Member
0 Kudos

Hi,

I have some problem with the excel download from ALV Grid.

I am displaying some Icons in the ALV Grid. When user clicks on this Icons it will goto Material Master (T Code MM03) BDText and Int.Comm tabs in Additional data.

ALV Grid has the option to select the layout (Fileds to be displayed in the output)

When downloaded into Excel the text available at these tabs (BDText and Int.Comm) should be downloaded into excel. For this one I added a button to the screen using PF Status in ALV Grid. But when downloded using this button all the fields in the table which is used for ALV Display are getting downloaded.

But I need only the fields which are available in the layout are to be downloaded.

Thanks,

Srinivas

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I believe standard thing won't support your requirement

you need to find out what fields are visible now and try to write some code to download.

-Pavan

1 REPLY 1

Former Member
0 Kudos

I believe standard thing won't support your requirement

you need to find out what fields are visible now and try to write some code to download.

-Pavan