cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to fill several fields (context attributes) with one search help call?

Former Member
0 Kudos

Hi,

Is it possible to bind a search help that way, that after calling the search help and selecting a value two fields are filled?

I want to have one field ready for input with a search help that returns two values (key and description). The key should be inserted into the field the search help is called from, the description should be filled into another (read-only) field.

I already created a structure with the corresponding datatypes and defined the components of this structur to the corresponding components of the search help... but thats not enough to get it work - or isn't it possible at all?

Best regards,

Michael

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Michael,

You can achieve this using a search help's exporting parameters and binding your context node to a DDIC structure that uses the search help. Take a look at document .

Cheers,

Amy

Former Member
0 Kudos

Hi Amy,

thanks for pointing out.

It describes exactly what I did... i thought...

It only worked when calling the search help for the description field but not when calling for the key field?! After I recreated the search help now it works like a charm 😉

Thank you!

Answers (1)

Answers (1)

Former Member
0 Kudos

you can create OVS for your ready for input field on selecting result from ovs in 

phase 3 of OVS you can bind value to any no of field

for ovs info. go through below link

http://help.sap.com/saphelp_erp2005/helpdata/en/30/d7fa41c915da6fe10000000a1550b0/content.htm

http://saptechnical.com/Tutorials/WebDynproABAP/OVS/page1.htm

if helpful reward points