‎2013 Jan 08 7:56 AM
Hello,
I created a search help for a custom field in custom field of VL01N. At the corresponding field, I wanna show the search help push button which shows when cursor is set to the field in the same way as the system does.
Thanx.
‎2013 Jan 08 10:57 AM
‎2013 Jan 08 8:27 AM
Hi,
Use the following Event.
PROCESS ON VALUE-REQUEST.
FIELD <screen_field_name>
‎2013 Jan 08 8:38 AM
Hi,
I think you need KW : knowledge warehouse to made this job.
Regards
Fred
‎2013 Jan 08 9:06 AM
Hi,
You can directly assign that seach help what you have created to that perticular field in the layout of the modulepool.
Thanks
Mani
‎2013 Jan 08 9:57 AM
Hello Mani,
Would you mind explain it in detail? I have a function group for adding custom tab to VL01N.
Thanx.
‎2013 Jan 08 10:21 AM
Hi,
if your custom field is using data element which is created in dictionary you can assign your search help at the data element level then that search help will automatically comes to your filed no need to do anything if you refer that dictionary field.
or else you can assign your search help name in the Attributes ( Search Help) of that filed in the layout of the module pool.
Thanks
Mani.
‎2013 Jan 08 10:57 AM