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

Former Member
0 Likes
330

Hi All.

IN THE ALV OUTPUT, I LIKE TO DISPLAY ALL THE FIELDS (EG: 7 fileds)

WHILE DOWNLOADING THE ALV REPORT. I WANT TO DOWNLOAD ONLY FIELDS (i.e 6).

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
307

Hi

I've given a solution in your .

I tried it and it worked fine.

In my example I wrote the code only to manage the download to excel, but u can develop it for all functionalities for a download.

Max

2 REPLIES 2
Read only

Former Member
0 Likes
308

Hi

I've given a solution in your .

I tried it and it worked fine.

In my example I wrote the code only to manage the download to excel, but u can develop it for all functionalities for a download.

Max

Read only

Former Member
0 Likes
307

Hi Priya,

Try this.

1) Once you have alv report displayed in the screen.

2) Click button 'View' ( next to print button) on application toolbar

3) Select Excel in Place

4) This will download the same format as of Report . You can delete the columns you don't want to download..

I hope your ALV have all the Standard functions in Toolbar. If not copy the status from and get the function as mentioned above.

Program - SAPLSALV

Status - STANDARD

Reward points if this Helps.

Manish