cancel
Showing results for 
Search instead for 
Did you mean: 

File transfer in WebDynpro

Former Member
0 Kudos

Hello to all,

I want to transfer a file from the presentation client to a mapped drive (or to the same machine but a different location). How can this be achieved in WebDynpro for ABAP.

I have gone thru WDR_TEST_UI_ELEMENTS (samples) but its not clear how to <b>MOVE</b> a file from the local system to a centralised location. Any help will be highly appreciated.

regards,

abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abhishek,

You can use the same functionality as File Upload. Use the browse button functionality to select a file from local system & you can select the destination as the folder in the centralised location ( windows functionality). Probably you can rename the action button as "Transfer to Destination" after uploading the file from ur local sys.

In your code, provide the destination mapped drive/folder for upload. Or you need to develop a FM that uploads the file to the destination drive folder on click of the button.

Pls refer to view " FileUpload " in WD component " WDR_TEST_EVENTS ".

Thanks,

Phani