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

Custom Search Help

Former Member
0 Likes
416

I have built a dynamic custom search help (3 search helps dynamically assigned to one non-dictionary field on a screen). The search help does not provide edit functionality for the field. It doesn't give the message "Entry XXX does not exist - check your entry" for values entered that are not on the drop-down. The search help uses a database view, since I need to set selection conditions. Is there any way to have the search help automatically edit the values?

1 REPLY 1
Read only

Former Member
0 Likes
253

Edit functionality(validating the entered values) is actually done either in PAI(in case of dialog programs) or in the 'At selection-screen' options(in case of report programs) or if it is a database field and the database field has a check table mentioned in the definition.

Search help is not the one that provides this functionality. It only gives you possible entries(F4). Validation should be handled as explained above.

Srinivas