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: 

ALV Tree down load option

Former Member
0 Kudos

Hi,

I have developed an ALV Tree report using the class CL_GUI_ALV_TREE. Now got the requirement for down load option.

Generally Down load option is existed for ALV Grid report. I could not find the down load option for Tree report.

Is there any alternative to achieve this functionality.

Can you please update me if any one has experienced the same. Thanks in advance.

Thanks & Regards,

Jacks.

1 REPLY 1

Former Member
0 Kudos

Hi

You can create a button and in its action call the class "CL_GUI_FRONTEND_SERVICES". This class has a method "FILE_SAVE_DIALOG". You can set the path in that to specify where you want to save that file. Path, Full Path and File Name are the mandatory parameters to that method. So pass those values and you can save your files.

Hope this help you.

Regards

Vinodh