cancel
Showing results for 
Search instead for 
Did you mean: 

Fields multiple copy / Paste

Former Member
0 Kudos

Hi Experts,

one of the requirements i have in my project is to have multiple copy paste from an Excel sheet to

a web dynpro form we have. Basically the user select multiple cells in excel and paste them in the WDA form.

Your opinion is highly appreciated.

Thanks,

Abdul.

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

this is not possible in web dynpro as of 7.1.

There is no API available to read the clipboard.

Answers (3)

Answers (3)

Former Member
0 Kudos

Considering alternative ways of transferring data from excel to WDA such as upload.

Former Member
0 Kudos

Thanks for the quick reply folks. Thats about all the confirmation i needed before i think of an alternative way of doing that.

gill367
Active Contributor
0 Kudos

HI

As abhimanyu pointed out that there is no API to catch the clipboard data.

the FM which are availabale in GUI for copy paste clipboard data also don't work in web page.

so if you want to have it at any cost, only solution will be some work around.

create a text edit and paste the data there using CTRL+V and then read it from there.

using the string operations to seperate and then fill the fields.

thanks

sarbjeet singh