Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Search help

Former Member
0 Likes
698

hello,

How can i attach the 1 search help to more than 2 UI parameters ? so that if value for one parameter is imported to search help , the value of another will automatically get exported by search help?

Edited by: Surjit Singh on Jan 21, 2009 8:44 AM

1 ACCEPTED SOLUTION
7 REPLIES 7
Read only

Former Member
0 Likes
678

u can do it using ...

DYNP_VALUES_READ which reads the value entered in first parameter...and then

DYNP_VALUES_UPDATE which updates the same value to the other parameter

Read only

0 Likes
678

kindly elaborate..????

Read only

Former Member
0 Likes
678

Try declaring the UI parameter field type same as in the search help.

regards,

Jinson

Read only

0 Likes
678

ya I hav tried it but it is still not working.What else will be the problem?

Read only

0 Likes
678

can u tell me wat is the exact requirement with the fields?

Read only

0 Likes
678

Actually I hav created a collective search help containing two elementary search helps.

I declare 3 Parameters (2 from ele. search help1 & 1 from ele.search help2) in abap editor.

There is a commom import parameter in both elem.search helps.

Now I want to export values to all there parameters using this common import parameter.

bt only first parameter is reflecting back.

Do there any code deficiency in this..??

Hw can i do this...???