cancel
Showing results for 
Search instead for 
Did you mean: 

Pasting Multiple Entries into Multiple Selection Select Option Box

Former Member
0 Kudos

Hello WDA experts,

We have a simple requirement to paste a few value entries (e.g. materials) from the clipboard into a Web Dynpro Multiple Selection box of a Select Option (implemented by way of Component WDR_SELECT_OPTIONS), whereby each entry is pasted into a different row.  Sadly, only the first value (of several on the clipboard) is pasted into the Web Dynpro Multiple Selection popup.

Material values on the clipboard:

    

500000505
500006549
500004503

Web Dynpro ABAP Multiple Selection:

This works beautifully in a classic SAPGUI ABAP Dynpro Multiple Selection box.  Each entry is successfully copied to the respective row.

Do you have any suggestions on how to make this work for Web Dynpro Multiple Selections?

Best regards,

David

Accepted Solutions (1)

Accepted Solutions (1)

m_aravindan
Active Participant
0 Kudos

Hi Dave ,

           check this doc.

http://scn.sap.com/docs/DOC-39726

Regards

Aravindan

Former Member
0 Kudos

This document mentions that multi-value paste is available in 731 SP07 and fully explains how prior versions can be enhanced via the Enhancement Framework to provide a workable feature.  Thank you very much, Aravindan.

Former Member
0 Kudos

Is there no OSS note that will add this functionality?  Was hoping to avoid an enhancement.

Former Member
0 Kudos

No, I was unable to find an OSS note (some type of advanced correction) to enable this feature.  I have observed, however, that some limited multi-value paste functionality is available in 731 SP06 (as opposed to SP07).  You can paste up to the number of entries visible on the screen, but no more:

This may or may not work for you, depending on your release and requirements.  I do hope that a fully featured multi-value paste is available in SP07 as advertised, where all clipboard entries are pasted beyond just those visible in the Multiple Selection popup.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi dave,

Please go through below thread..

http://scn.sap.com/thread/1614530

https://scn.sap.com/thread/2070283

Cheers,

Kris.