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

search help button

Former Member
0 Likes
1,583

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,117

6 REPLIES 6
Read only

Former Member
0 Likes
1,117

Hi,

Use the following Event.

  PROCESS ON VALUE-REQUEST.
  FIELD <screen_field_name>

Read only

FredericGirod
Active Contributor
0 Likes
1,117

Hi,

I think you need KW : knowledge warehouse to made this job.

Regards

Fred

Read only

Former Member
0 Likes
1,117

Hi,

You can directly assign that seach help what you have created to that perticular field in the layout of the modulepool.

Thanks

Mani

Read only

0 Likes
1,117

Hello Mani,

Would you mind explain it in detail? I have a function group for adding custom tab to VL01N.

Thanx.

Read only

0 Likes
1,117

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.

Read only

Former Member
0 Likes
1,118