Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8709

Re: 3 ALV custom containers download in single file

$
0
0

Hi Devdathh,

 

I would recommend the following solution remove the export button from all three ALV and put a custom download button in the toolbar O|R a single Download button on your SCREEN PF-Status.

 

This will give centralized Download functionality as per your requirement.

 

For the download you already have all 3 tables.

 

Create a new table with single field as a character.

 

Data : begin of it_download,

            line type c length 1024,

          begin of it_download.

 

Now loop on all three tables and concatenate the entire contents of the table in single line

seperated by the horizontal tab and append it to the it_download table.

 

Once done download this table as XLS.

 

Regards


Viewing all articles
Browse latest Browse all 8709

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>