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: 

Selected rows in ALV to a file .txt

Former Member
0 Kudos

Hi all, I need to generate a File (.txt) from the selected rows of an alv.

Please, i need if you can help me with that. I have to especify the name of the file with "concatenate" and inside the file, the data must be separated with ' ; '

Thanks in advance.

JCO

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

First separate the data of the selected lines in the ALV output into an internal table

then download the data from that ITAb into a file separated by the separator( string using GUI_DOWNLOAD or some other fun module

Regards

Anji

1 REPLY 1

Former Member
0 Kudos

Hi

First separate the data of the selected lines in the ALV output into an internal table

then download the data from that ITAb into a file separated by the separator( string using GUI_DOWNLOAD or some other fun module

Regards

Anji