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

Dynamic Search Help.

Former Member
0 Likes
727

Hi All,

How to add dynamic search help to a field in Module Pool .?? .. My case is, i have 3 input fields, and depending on the inputs of first two fields i have to assign a search help for the third field. Can anyone help me in this case???

Thanks in Advance

Varun.

3 REPLIES 3
Read only

Former Member
0 Likes
470

Hi

U need to use the process POV on your screen: here you can define the serach you need.

PROCESS ON VALUE-REQUEST.

   FIELD <field> MODULE <module>.

In the module for search help you can use the fm DYNP_VALUES_READ to get the value of the other fields and decide which search help has to be used

Max

Read only

Clemenss
Active Contributor
0 Likes
470

Hi madcap42,

what is it you want to achieve?

If the search help assigned to your special field is defined to take all three field as input parameters, it can behave as expected.

Checj the online help for [Elementary Search Help|http://help.sap.com/saphelp_nw73/helpdata/en/cf/21ee38446011d189700000e8322d00/frameset.htm], read the section about Import and Export Parameters with special attention.

Note: There is more in the standard than you are aware of.

Regards

Clemens

Read only

Former Member
0 Likes
470

Use FM F4IF_FIELD_VALUE_REQUEST for attaching search help on value request module

http://help.sap.com/saphelp_47x200/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/frameset.htm

Nitesh