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: 

file download at presentation server.

Former Member
0 Kudos

Hi Experts ,

i want to download my internal table data at presentation server .

actaully internal table consist of some data field ,some some fields conatininf zero's and some field containing spaces .

i want the as it is in intrenal table in the file . no modification .

internal table is like this

name(5) age(2) zeros(5) spaces(2) add(5)

ajaya 20 00000 noida

jay 21 00000 noida

file should be like this

ajaya2000000 noida

jay 2100000 noida

Thanks and Regards

Priyank Dixit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

use the GUI_Download function module.

1 REPLY 1

Former Member
0 Kudos

Hi,

use the GUI_Download function module.