cancel
Showing results for 
Search instead for 
Did you mean: 

Upload download files

Former Member
0 Kudos

Hi SDN,

My reqd is that i want to upload file to the application server and then download the file from <b>webdynpro ABAP.</b>

This file can be of any format eq excel,word,pdf..etc

file when downloaded also needs to be opened in the same format.

there can be two files with the same name when uploaded,( file name needs to be a combination ).

I need to get back an unique key while uploading the file.

Kindly tell me how to proceed.

Please pass any FM or sample code that will help me

TIA

Bidyut

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi!

You can use the fileUpload and fileDownload UIElements and it's up to you how you handle the uploaded documents. Create your own GUID or whatever you want to make it unique ...

So where is the problem?

regards,

volker

former_member196517
Contributor
0 Kudos

Hi ,

You can achieve it thru function module archiv_create_table...

Regards

Anuj Goyal

Former Member
0 Kudos

Thanks for your reply Anuj.

We have no separate server for archiving the files.

please help

Bidyut

Message was edited by:

Guest