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

ALV Grid Problem

Former Member
0 Likes
359

I have a report in which i have an ALV Grid. My problem is that from the menu of the report i want to call the standard 'Export to Spreadsheet' functionality that is buid with in the ALV Grid.

Remember i dont want to write code to implement the export functionlity, intead provide an option in my report Menu.

2 REPLIES 2
Read only

Former Member
0 Likes
328

I don't think you can call the standard Grid's toolbar funciton from outside the grid (like in your case a Menu). However, if its just a matter of exporting the data to a excel sheet, you can do that yourself.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
328

Hi

GOOD

IN THE MENU BAR YOU CAN CREATE A MENU ITEM AND USING MENU ITEM YOU CAN CALL A STANDARD EXPORT TO SPREADSHEET FUNCTIONALITY.

THANKS

MRUTYUN