Application Development and Automation 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: 
Read only

Program for downloading data

0 Likes
524

we have a requirement wherein based on checkbox selected which are for s.o (first you select checkbox and then enter value for s.o) only specific columns should get downloaded.

are field-symbols of any help here.....user can select 2 columns or 5 columns to download.........

any demo program.......??

thanx.

3 REPLIES 3
Read only

BH2408
Active Contributor
0 Likes
488

hi ,

put a push button on the application tool bar and based on the checkbox selected , get that records and download it...

Regards,

Bharani

Read only

0 Likes
488

Execute button is available by default on selection screen.......but question is: are <fs> helpful here for writing dynamic WHERE cond. and getting no. of columns to download ...............any other way out for this

Read only

0 Likes
488

Hi,

Definitely field symbols helps. Just search in forums with "How to use Dynamic internal table". You can get lot of sample codes.

Thanks,

Vinod.