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

Saving file on local server

Former Member
0 Likes
341

Hi all

I have solved the problem of saving the file on local server, but it is storing data in only file. my requirement is that it shud generate files as per the plant no. as many plant code sare there that many files shud be generated.

Plz help.

regrds

Mona

Hi all

I have solved the problem of saving the file on local server, but it is storing data in only file. my requirement is that it shud generate files as per the plant no. as many plant code sare there that many files shud be generated.

Plz help.

regrds

Mona

1 REPLY 1
Read only

Former Member
0 Likes
310

Hi Mona,

if you want to download the files based on the plant, split your internal tables based on the plant and use different GUI_DOWNLOAD to download you file. If needed you can concatenate plant name to your download file name.

in case if you want to download in application server, use open dataset and close dataset to download the multiple files.

Thanks,

Arun