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

class cl_gui_alv_grid

Former Member
0 Kudos
371

hi,

i have developed a report using module-pool, in that i have used container for displaying ALV grid format, for this i have used class cl_gui_alv_grid and container of type cl_gui_custom_container i.e:

DATA: g_custom_container TYPE REF TO cl_gui_custom_container,

alv_grid TYPE REF TO cl_gui_alv_grid.

problem is i am not able to download data into excel using the button that comes on the ALV grid container.

How to do that Pls help.

Its urgent.

3 REPLIES 3
Read only

arun_purohit
Participant
0 Kudos
323

hi

u can use other option to download this data

from menu bar-

1. Extras --> Export --> Spreadsheet

Read only

Former Member
0 Kudos
323

Hai,

Go to Export->Local File

Click On Spread Sheet->Continue

It will give a pop-up list

Choose a location and give the file name

click on save Button

Read only

Former Member
0 Kudos
323

Please go through the link which as Example and coding also with screen shots .

<a href="http://www.erpgenie.com/abap/controls/alvgrid.htm">http://www.erpgenie.com/abap/controls/alvgrid.htm</a>

Reward points if it is usefull ...

Girish