cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file from server

Former Member
0 Kudos

Hi All,

Is it possible to upload a csv file from the application server using Web Dynpro ABAP.

Please help

Regards

Sunil Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Sunil,

Didnt quite get to understand as to what you meant to say. If the file is already present in your server whereelse do you want to upload it to? You can read the file contents from the server using the normal ABAP dataset & then use it to do whatever you wish to do. If you wish to download the file contents then you can use the [ATTACH_FILE_TO_RESPONSE method of CL_WD_RUNTIME_SERVICES |;or else you can convert the file contents into an XTSRING format & use the [FileDownload |;UI element.

Regards,

Uday

Answers (0)