cancel
Showing results for 
Search instead for 
Did you mean: 

Search help - DDIC

Former Member
0 Kudos

Hi Folks,

My Scenario is :

I Have a table with 3 columns with associated context node (3 attributes) which referes to a Dictionary structure.

I have created a Seachhelp and associated it to the first attr' which gets back a popup with 3 columns, Now when I select any from here it should reflect back those values to the corresponding fields in to this table, i.e, 3 col's should fill with the respective data from the Popup fields.

How can I do it ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If the search help is defined at the structure level itself, and not only in the web dynpro view, this will be taken care of. Else, you can use an OVS search help and in the select event, do a set attribute to the other attributes.

Regards

Nithya

Former Member
0 Kudos

Hi,

you should check out OVS search helps,

try ovs into se 80 to look for the test webdynpro application.

in the last phase you should set the attributes of the selected element

grtz,

Koen

Former Member
0 Kudos

Hi Koen,

Thanx or your early response.

But I already have a searchhelp with all the possible values init.

All I want is just to get that values from that Searchhelp in to my local table's col's.

Do you ,ean to say that it Is that not possible ?

Former Member
0 Kudos

Hi,

I meant it was the easiest way (in wda)

else you need to define the searchhelp on your structure, with the export parameters

set to your structure elements, in your node use this structure as ddic type,

then the fields should be supplied with the values

(make sure the structure definition and search help binding of the parameters is done correctly)

grtz,

Koen

Former Member
0 Kudos

But I already a standard Structure and am already referin to that.

Do I have to create a new struc' ?

Former Member
0 Kudos

Bind the DDIC search help to the fields of the structure that you have already created. In se11 itself.

Former Member
0 Kudos

thanks folks its working