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

Former Member
0 Likes
780

how can i provide a search help for a particular field in screen painter

4 REPLIES 4
Read only

Former Member
0 Likes
329

Hi Venkat,

1)In the PAI of the screen, add a module Process on value request.For example:

PROCESS AFTER INPUT.

MODULE USER_COMMAND_100.

PROCESS ON VALUE-REQUEST.

FIELD field_name MODULE value_request_for_field_name.

*field_name is the field for which you require search help.

In the Module value_request_for_field_name call this function 'F4IF_INT_TABLE_VALUE_REQUEST'.

2)The above procedue can be used if the field you have defined doesnt have an existing search help.If it already has search help and the field in the screen is taken from the dictionary,then in the attributes,u can check from from dictionary under the dictionary tab.

3)A manual search help can also be created in the se11 transaction by clicking on the search help radio button and giving the table and field name for which search help is required.

Regards,

Beejal

**Reward if answer is helpful

Read only

Former Member
0 Likes
329

refer this link

<a href="https://forums.sdn.sap.com/click.jspa?searchID=869967&messageID=2869550">https://forums.sdn.sap.com/click.jspa?searchID=869967&messageID=2869550</a>

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
329

Hi,

In the screen painter if you navigate to the properties dialog for a screen field that is by double clicking that field, there you have an option Search Help there you have to privde a DDIC search help relevent for that field. This option is there in the Attributes section of this dialog under the Dict tab.

Regards,

Sesh

Read only

Former Member
0 Likes
329

first in se11 u create search help if it doesnt exist

if it exists use the existing one

go to se51 layout then d click on the field for which u want to keep search help

then in the pop up screen in lower part you will get attributes in it dictionary in it search help will be there mention the search help the one u created or the existing one

Hope this will help u.

revert if u have any querries.