‎2011 Aug 06 3:48 PM
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.
‎2011 Aug 06 6:40 PM
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
‎2011 Aug 06 8:22 PM
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
‎2011 Aug 07 3:52 PM
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