‎2009 Jan 21 7:42 AM
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
‎2009 Jan 21 9:46 AM
‎2009 Jan 21 8:41 AM
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
‎2009 Jan 21 8:52 AM
‎2009 Jan 21 8:42 AM
Try declaring the UI parameter field type same as in the search help.
regards,
Jinson
‎2009 Jan 21 8:49 AM
ya I hav tried it but it is still not working.What else will be the problem?
‎2009 Jan 21 8:51 AM
‎2009 Jan 21 8:59 AM
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...???
‎2009 Jan 21 9:46 AM