<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: about search helps in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139305#M450425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)In the PAI of the screen, add a module Process on value request. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;FIELD field_name MODULE value_request_for_field_name.&lt;/P&gt;&lt;P&gt;*field_name is the field for which you require search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Module value_request_for_field_name call this function 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)The above procedure 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Elementary Search Helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you must select the type of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Elementary search help and choose . &lt;/P&gt;&lt;P&gt;The maintenance screen for elementary search helps appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory text in the field Short text. &lt;/P&gt;&lt;P&gt;You can for example find the search help at a later time using this short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Definition tab page enter the selection method of the search help. &lt;/P&gt;&lt;P&gt;You can enter the name of a table or a view (database view, projection view or help view) here. If you enter a table that has a text table, the name of the text table is automatically entered in the corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the input help (F4 help), select fields of the selection method as parameter in the Search help parameter area. Select the fields that should be used in the dialog box for value selection or in the hit list. &lt;/P&gt;&lt;P&gt;If the selection method is a table that has a text table, both the fields of the table and the fields of the text table are offered in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data element of the parameter is automatically copied from the selection method. The data element defines the output attributes and the F1 help of the parameter in the hit list and in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter another data element. To do so, select the Mod flag. The Data element field is now ready for input. Then select a data element with the input help (F4 help). Only data elements whose data type, length and number of decimal places is the same as those of the previous data element can be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This removes the link between the data element of the search help parameter and the data element of the selection method field having the same name. If you cancel the Mod flag, the data element of the assigned table field is used again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of the search help parameters. &lt;/P&gt;&lt;P&gt;Select the IMP flag if it is an import parameter. Select the EXP flag if it is an export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the dialog for the input help with the fields LPos, SPos and SDis. Enter the parameter position in the hit list in LPos. If you enter nothing or the value 0 here, the parameter is not displayed in the hit list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the parameter position in the dialog box for value selection in SPos. If you enter nothing or the value 0 here, the parameter is not displayed in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the SDis flag if the parameter should be a pure display field in the dialog box for value selection. The user is thus informed that the contents of the parameter restrict the value, but he cannot change this restriction. This makes sense for example when the parameter is an import parameter or if it has a default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter a default value in the Default value field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the dialog type of the search help. &lt;/P&gt;&lt;P&gt;The dialog type defines how the hit list is displayed in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you have to assign the search help a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to link the search help to a screen field. The search help attachment is not part of the search help definition; it is part of the object definition to which the search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred during activation, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link on how to create search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) after creation of search help, you can assign this to database field in change mode of table and double clicking of the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in screen field, double click to see the attributes and give your search help there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2007 11:28:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-18T11:28:48Z</dc:date>
    <item>
      <title>about search helps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139302#M450422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz give the information about the search helps nad how to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139302#M450422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: about search helps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139303#M450423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi papa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to create a help view if a view with outer join is&lt;/P&gt;&lt;P&gt;needed as selection method of a search help.&lt;/P&gt;&lt;P&gt;The selection method of a search help is either a table or a&lt;/P&gt;&lt;P&gt;view.&lt;/P&gt;&lt;P&gt;If you have to select data from several tables for the search&lt;/P&gt;&lt;P&gt;help, you should generally use a database view as selection&lt;/P&gt;&lt;P&gt;method.&lt;/P&gt;&lt;P&gt;However, a database view always implements an inner join. If&lt;/P&gt;&lt;P&gt;you need a view with outer join for the data selection, you&lt;/P&gt;&lt;P&gt;have to use a help view as selection method.&lt;/P&gt;&lt;P&gt;The creation method for Help view is similar to that of&lt;/P&gt;&lt;P&gt;Database view.&lt;/P&gt;&lt;P&gt;The input help (F4 help) is a standard function of the R/3&lt;/P&gt;&lt;P&gt;System.&lt;/P&gt;&lt;P&gt;The user can display the list of all possible input values&lt;/P&gt;&lt;P&gt;for a screen field with the input help.&lt;/P&gt;&lt;P&gt;This standard process can be completely defined by creating a&lt;/P&gt;&lt;P&gt;searchhelp in the ABAP Dictionary. This search help only has to&lt;/P&gt;&lt;P&gt;be assigned to the screen fields in which they should be&lt;/P&gt;&lt;P&gt;available.&lt;/P&gt;&lt;P&gt;There are two types of search help:&lt;/P&gt;&lt;P&gt;Elementary search helps describe a search path. The elementary&lt;/P&gt;&lt;P&gt;search help must define where the data of the hit list should be&lt;/P&gt;&lt;P&gt;read from (selection method), how the exchange of values&lt;/P&gt;&lt;P&gt;between the screen template and selection method is&lt;/P&gt;&lt;P&gt;implemented&lt;/P&gt;&lt;P&gt;(interface of the search help) and how the online input help&lt;/P&gt;&lt;P&gt;should be defined (online behavior of the search help).&lt;/P&gt;&lt;P&gt;Collective search helps Combine several elementary search&lt;/P&gt;&lt;P&gt;helps. A collective search help thus can offer several&lt;/P&gt;&lt;P&gt;alternative search paths.&lt;/P&gt;&lt;P&gt;Each customer of a carrier or of a travel agency has a&lt;/P&gt;&lt;P&gt;customer number. You want to find a search option for this&lt;/P&gt;&lt;P&gt;customer number.&lt;/P&gt;&lt;P&gt;The user must be offered two different search paths.&lt;/P&gt;&lt;P&gt;1&amp;gt; The user should be able to search for the customer&lt;/P&gt;&lt;P&gt;number using the customer data, such as the name and&lt;/P&gt;&lt;P&gt;address.&lt;/P&gt;&lt;P&gt;2&amp;gt;The user should be able to search for the customer number&lt;/P&gt;&lt;P&gt;using existing customer bookings.&lt;/P&gt;&lt;P&gt;Two elementary search helps SCUSTOM_NAME (for searching&lt;/P&gt;&lt;P&gt;with the customer data) and SCUSTOM_BOOK (for searching&lt;/P&gt;&lt;P&gt;with the existing bookings) are created for the actual search&lt;/P&gt;&lt;P&gt;paths.&lt;/P&gt;&lt;P&gt;These elementary search helps are included in the collective&lt;/P&gt;&lt;P&gt;search help SCUSTOM.&lt;/P&gt;&lt;P&gt;Elementary Search Help SCUSTOM_NAME&lt;/P&gt;&lt;P&gt;This elementary search help should enable you to search for&lt;/P&gt;&lt;P&gt;the customer number using the name and address (street,&lt;/P&gt;&lt;P&gt;city, country).&lt;/P&gt;&lt;P&gt;All this data is contained in table SCUSTOM. Table&lt;/P&gt;&lt;P&gt;SCUSTOM must therefore be selected as the selection&lt;/P&gt;&lt;P&gt;method of the elementary search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For creation:&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;1&amp;gt; In the initial screen of the ABAP Dictionary, select object&lt;/P&gt;&lt;P&gt;class Search help, enter the name of the search help and&lt;/P&gt;&lt;P&gt;choose Create. A dialog box appears in which you must&lt;/P&gt;&lt;P&gt;select the type of search help.&lt;/P&gt;&lt;P&gt;2&amp;gt; Select Elementary search help and choose .&lt;/P&gt;&lt;P&gt;The maintenance screen for elementary search helps&lt;/P&gt;&lt;P&gt;appears.&lt;/P&gt;&lt;P&gt;3&amp;gt; Enter an explanatory text in the field Short text.&lt;/P&gt;&lt;P&gt;You can for example find the search help at a later time&lt;/P&gt;&lt;P&gt;using this short text.&lt;/P&gt;&lt;P&gt;4&amp;gt; In the Definition tab page enter the selection method of the&lt;/P&gt;&lt;P&gt;search help. You can enter the name of a table or a view&lt;/P&gt;&lt;P&gt;(database view, projection view or help view) here. If you enter a&lt;/P&gt;&lt;P&gt;table that has a text table, the name of the text table is&lt;/P&gt;&lt;P&gt;automatically entered in the corresponding field.&lt;/P&gt;&lt;P&gt;5&amp;gt; Using the input help (F4 help), select fields of the selection&lt;/P&gt;&lt;P&gt;method as parameter in the Search help parameter area.&lt;/P&gt;&lt;P&gt;Select the fields that should be used in the dialog box for&lt;/P&gt;&lt;P&gt;value selection or in the hit list. If the selection method is a&lt;/P&gt;&lt;P&gt;table that has a text table, both the fields of the table and the&lt;/P&gt;&lt;P&gt;fields of the text table are offered in the&lt;/P&gt;&lt;P&gt;input help.&lt;/P&gt;&lt;P&gt;The data element of the parameter is automatically copied from&lt;/P&gt;&lt;P&gt;the selection method. The data element defines the output&lt;/P&gt;&lt;P&gt;attributes and the F1 help of the parameter in the hit list and in&lt;/P&gt;&lt;P&gt;the dialog box for value selection.&lt;/P&gt;&lt;P&gt;You can assign the parameter another data element. To do&lt;/P&gt;&lt;P&gt;so, select the Mod flag. The Data element field is now ready&lt;/P&gt;&lt;P&gt;for input. Then select a data element with the input help (F4&lt;/P&gt;&lt;P&gt;help). Only data elements whose data type, length and&lt;/P&gt;&lt;P&gt;number of decimal places is the same as those of the&lt;/P&gt;&lt;P&gt;previous data element can be assigned.&lt;/P&gt;&lt;P&gt;This removes the link between the data element of the search&lt;/P&gt;&lt;P&gt;help parameter and the data element of the selection method&lt;/P&gt;&lt;P&gt;field having&lt;/P&gt;&lt;P&gt;the same name. If you cancel the Mod flag, the data&lt;/P&gt;&lt;P&gt;element of the assigned table field is used again.&lt;/P&gt;&lt;P&gt;6&amp;gt; Define the attributes of the search help parameters.&lt;/P&gt;&lt;P&gt;Select the IMP flag if it is an import parameter. Select the&lt;/P&gt;&lt;P&gt;EXP flag if it is an export parameter.&lt;/P&gt;&lt;P&gt;7&amp;gt; Select the dialog type of the search help.&lt;/P&gt;&lt;P&gt;The dialog type defines how the hit list is displayed in the&lt;/P&gt;&lt;P&gt;input help.&lt;/P&gt;&lt;P&gt;8&amp;gt; Save your entries.&lt;/P&gt;&lt;P&gt;A dialog box appears in which you have to assign the search&lt;/P&gt;&lt;P&gt;help a development class.&lt;/P&gt;&lt;P&gt;9&amp;gt; Choose Activate .&lt;/P&gt;&lt;P&gt;Reword some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Naganjana reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139303#M450423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: about search helps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139304#M450424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz give me the answers it is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139304#M450424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: about search helps</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139305#M450425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 3 ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)In the PAI of the screen, add a module Process on value request. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;FIELD field_name MODULE value_request_for_field_name.&lt;/P&gt;&lt;P&gt;*field_name is the field for which you require search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Module value_request_for_field_name call this function 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)The above procedure 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Elementary Search Helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the initial screen of the ABAP Dictionary, select object class Search help, enter the name of the search help and choose Create. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you must select the type of search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Elementary search help and choose . &lt;/P&gt;&lt;P&gt;The maintenance screen for elementary search helps appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter an explanatory text in the field Short text. &lt;/P&gt;&lt;P&gt;You can for example find the search help at a later time using this short text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Definition tab page enter the selection method of the search help. &lt;/P&gt;&lt;P&gt;You can enter the name of a table or a view (database view, projection view or help view) here. If you enter a table that has a text table, the name of the text table is automatically entered in the corresponding field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the input help (F4 help), select fields of the selection method as parameter in the Search help parameter area. Select the fields that should be used in the dialog box for value selection or in the hit list. &lt;/P&gt;&lt;P&gt;If the selection method is a table that has a text table, both the fields of the table and the fields of the text table are offered in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data element of the parameter is automatically copied from the selection method. The data element defines the output attributes and the F1 help of the parameter in the hit list and in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter another data element. To do so, select the Mod flag. The Data element field is now ready for input. Then select a data element with the input help (F4 help). Only data elements whose data type, length and number of decimal places is the same as those of the previous data element can be assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This removes the link between the data element of the search help parameter and the data element of the selection method field having the same name. If you cancel the Mod flag, the data element of the assigned table field is used again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of the search help parameters. &lt;/P&gt;&lt;P&gt;Select the IMP flag if it is an import parameter. Select the EXP flag if it is an export parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define the dialog for the input help with the fields LPos, SPos and SDis. Enter the parameter position in the hit list in LPos. If you enter nothing or the value 0 here, the parameter is not displayed in the hit list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the parameter position in the dialog box for value selection in SPos. If you enter nothing or the value 0 here, the parameter is not displayed in the dialog box for value selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the SDis flag if the parameter should be a pure display field in the dialog box for value selection. The user is thus informed that the contents of the parameter restrict the value, but he cannot change this restriction. This makes sense for example when the parameter is an import parameter or if it has a default value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign the parameter a default value in the Default value field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the dialog type of the search help. &lt;/P&gt;&lt;P&gt;The dialog type defines how the hit list is displayed in the input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save your entries. &lt;/P&gt;&lt;P&gt;A dialog box appears in which you have to assign the search help a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to link the search help to a screen field. The search help attachment is not part of the search help definition; it is part of the object definition to which the search help is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help is activated. You can find information about the activation flow in the activation log, which you can display with Utilities ® Activation log. If errors occurred during activation, the activation log is automatically displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link on how to create search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) after creation of search help, you can assign this to database field in change mode of table and double clicking of the field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) in screen field, double click to see the attributes and give your search help there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee93446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 11:28:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-search-helps/m-p/2139305#M450425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T11:28:48Z</dc:date>
    </item>
  </channel>
</rss>

