Skip to Content
Author's profile photo Former Member

suggestive search in webdynpro

Suggestive search help in webdynpro:-

SuggestValues feature of the inputField is only available as of NetWeaver 7.02 or enh 2 and higher

Suggestive search is only applicable on input field in webdynpro .

In oder to assign suggestive search  select input field  in input field  properties there is a property SUGGESTVALUES   check this property system will automatically assign suggestive search to input field.

su.JPG

the InputField is enhanced with the suggestFilterMethod. You have two options to control the way the Suggest Values works – prefixSearch and containsSearch. This would provide the functionality you describe.

In prefix search –  feature allows you to search for the beginning portion of a term

In Contain search – enter value will treat as *value* .  enter value can exits anywhere in result .

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      very helpful