cancel
Showing results for 
Search instead for 
Did you mean: 

dynamically passing the values to search help

Former Member
0 Kudos

hi

can I pass some values dynamically to search help input field.

If I select a profit centre value from a drop down in separate field it should reflect the corresponding values in

search help which is cost centre input field ( i/p fields is in a column of a UI element table).

If I add one more row also the corresponding column should bears the search help...

thanx in advance.......

Accepted Solutions (1)

Accepted Solutions (1)

hyun-soo_kim
Explorer
0 Kudos

Hi..

Does your search help application implement 'IWD_VALUE_HELP'?

If so, you can use 'IF_WD_VALUE_HELP_LISTENER' interface from method SET_VALUE_HELP_LISTENER in component controller.

The interface has F4_CONTEXT_ELEMENT attribute.

Use the element.

Soo.

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Data dictionary based search helps can have multiple importing parameters within Web Dynpro. There are few rules that are documented in the online help however:

Be aware that import and export parameters for the search help are determined only within the same context node (see also Transport of Values for the Input Help), and even then only if a Dictionary structure is assigned to the node.

http://help.sap.com/saphelp_nw70/helpdata/EN/35/bdb6e2c48411d1950800a0c929b3c3/frameset.htm

Former Member
0 Kudos

thank u for your feedbacks and help