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: 

Gui_Download....How to Output the each field in different line

former_member252723
Participant
0 Kudos

Hi All,

I need to create a text file that will be downloaded into the pc with the format as

Personnel Number

Amount

Bank

etc...

i.e each field should be in a new line.

and i have to add the Constants like :20:, :23B: etc before each field.

How can i make this possible?

Please Help its urgent.

Regards

Shareef

3 REPLIES 3

varma_narayana
Active Contributor
0 Kudos

Hi ..

You have to store the Data in this format in your Internal Table and then Pass the Internal Table to GUI_DOWNLOAD.

Bcoz GUI_DWONLOAD transfers the Internal Table as it is to the File.

<b>Reward if Helpful</b>

0 Kudos

Hi,

Could you please provide a sample code for that.

i have tried with it but it is coming in one line.

Thanks in advance

Regards

Shareef

former_member252723
Participant
0 Kudos

Solved