‎2010 May 09 6:23 AM
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.
‎2010 May 09 7:01 AM
hi ,
put a push button on the application tool bar and based on the checkbox selected , get that records and download it...
Regards,
Bharani
‎2010 May 09 7:51 AM
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
‎2010 May 09 9:26 AM
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.