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: 

how to Get dotted line while download file using GUI_DOWNLOAD

former_member421418
Participant
0 Kudos

Hi Experts ,

I have created on Button on ALV display which is DOWNLOAD , After clicking this button the out of alv has to Download into Text file.

Download the file using GUI_DOWNLOAD .

But client wants data to be downloaded separated by Horizontal and vertical lines .like below

Date : 9/30/2016

----------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------------------------

cl  | account no | Name | country | Part no | Part Name | Licence No | Exp Date

----------------------------------------------------------------------------------------------------------------------------

100 | HDFC1010 | KK  |     IN    |    P1090 |   CLUTCH   | 14BC8        | 09/30/2017

100 | HDFC1010 | KK  |     IN    |    P1090 |   CLUTCH   | 14BC8        | 09/30/2017


Can you Please how to achieve this functionality .


Regards

Kiran

1 REPLY 1

VenuAnumayam
Participant
0 Kudos

Please search the forum for "how to download data using delimiter" and there are numerous examples. For e.g. you could use pipe delimiter for those "|" in the file data.

And for the "horizontal lines", I'm assuming it's only for the header, correct? You can format your internal table with the "dotted line" and then download the data.