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

Multiple lists using ALV

Former Member
0 Likes
381

Hi,

I'm displaying multiple lists using REUSE_ALV_BLOCK_LIST_APPEND. Is it possible to download to excel just one of the list from the many.

Regards

Shantharam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
355

I initial solution when I read your problem is code the condition in user command in ALV.

For example, when user click on 1 record and click on download, then your coding must rectify the line and download it into excel file.

2 REPLIES 2
Read only

Former Member
0 Likes
356

I initial solution when I read your problem is code the condition in user command in ALV.

For example, when user click on 1 record and click on download, then your coding must rectify the line and download it into excel file.

Read only

0 Likes
355

Well, I wanted to download one whole block rather than all blocks.