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 REPORT using OOPs

Former Member
0 Likes
500

Dear Experts,

I have requirement like this....

Report has to diplay below things :

First I am splitting container into three parts....

1. Headings and subheadings --> First container

2. Long text --> Second container

3. List data --> Third container

All I am getting properly ...but unable to download all those together..

Can we download all those together into word , excel, send to mail and print

If yes ...how to do it....otherwise is there any other way to meet this requirement...

Thanks in advance....

Sridhar.

3 REPLIES 3
Read only

Former Member
0 Likes
476

>Can we download all those together into word , excel, send to mail and print

It is not possible to download all together...

Read only

Former Member
0 Likes
476

hi,

You can use the function module ALV_DOWNLOAD for this.

In this FM pass the excel sheet name.

or try the GUI_DOWNLOAD

or

u can download usig the send to spredsheets button.

Read only

Former Member
0 Likes
476

Answered