cancel
Showing results for 
Search instead for 
Did you mean: 

WDA Search Help Multiple Selection

ged_hurst
Participant
0 Kudos

Hello everyone,

I've managed to integrate a standard search help into my WD ABAP application.

The thing is that from the search help pop-up I can select multiple rows but when I select more than 1 row in the help value list the OK button is greyed out.

I would like to select more than 1 entry and transfer it back to the associated input field, like a list of values separated by a comma.

How can I implement this?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you are talking about OVS then

OVS allow multiple selection in F4 you can enable the multiple selection buy seting the

table_multi_select = 'X' in ovs set_configuration method

ged_hurst
Participant
0 Kudos

To be honest I didn't mean that.

I've integrated a standard search help in my WDA, just defining a context attribute bound to a dictionary field having a search help. Now I'd like to have a multiple selection enabled for it.

What I am getting is a General Value List from which I cannot transfer multiple values back to the caller.

Is there a way to do it?

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The DDic search help is not designed to return multiple values. It is bound to a single context attribute. There wouldn't really be anywhere to return more than one value into.

Answers (0)