‎2007 Jan 24 4:04 AM
how can i provide a search help for a particular field in screen painter
‎2007 Jan 24 4:14 AM
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
‎2007 Jan 24 4:15 AM
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>
‎2007 Jan 24 4:16 AM
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
‎2007 Jan 24 4:19 AM
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.