<?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: Search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092721#M435264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If you are using Your own elementary search help then, u can change the &lt;/P&gt;&lt;P&gt;Dialog type as 'DIALOG WITH VALUE RESTRICTION'  in 'Dialog behaviour' property in 'Definition' Tab for that search help in SE11.After doing this then you can get selection condition before displaying List of F4 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 12:26:27 GMT</pubDate>
    <dc:creator>former_member491305</dc:creator>
    <dc:date>2007-04-19T12:26:27Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092716#M435259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;while giving search help to a parameter  and press F4 i shd get an intial screen and while i press enter i shd get all the data assigned to that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Salman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092716#M435259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092717#M435260</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;A search help is a ABAP Dictionary object used to define possible values (F4) help . You can link a search help to a parameter as follows.....&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;PARAMETERS P_PARA1 MATCHCODE OBJECT &amp;lt;SEARCH_HELPNAME&amp;gt;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092717#M435260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092718#M435261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rasheed,&lt;/P&gt;&lt;P&gt;go through  this info.&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;Syntax:&lt;/P&gt;&lt;P&gt;PARAMETERS P_PARA1 MATCHCODE OBJECT &amp;lt;SEARCH_HELPNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;Rewords 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>Thu, 19 Apr 2007 06:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092718#M435261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092719#M435262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Salman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            F4 Help is used to give the Possible values for the Particular Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a F4 help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1  : Go to Se11 and Select Search Help and Enter One Name and Click Create.&lt;/P&gt;&lt;P&gt;Step2  : Enter your Table name in 'Selection Method' Field.&lt;/P&gt;&lt;P&gt;Step3  : Enter the field Name and tick the Flags Imp and Exp and Type 1 and 2 in Lpos,                                     &lt;/P&gt;&lt;P&gt;            Spos fields.&lt;/P&gt;&lt;P&gt;Step4 : Save it and In se38  Write the Code Like This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   data Empname like Zemp-empname matchcode object [enter name that u Created].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Reward If helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092719#M435262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092720#M435263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically you are not supposed to  use differnetly the functionalities of F4 for Search help  and similarly for Enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want F4 help when you press Enter and Get initial screen of the transaction,Am i correct ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, You can also do like that &amp;lt;b&amp;gt;Using Module Programming&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You write the PAO Modules for the selection screen as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CASE SY-UCOMM.&lt;/P&gt;&lt;P&gt;  WHEN 'F4_HELP'.&lt;/P&gt;&lt;P&gt;     CALL TRANSACTION SE11.(Tranction Name)&lt;/P&gt;&lt;P&gt;  WHEN 'ENTER'.&lt;/P&gt;&lt;P&gt;     CALL F4IF_FIELD_VALUE_REQUEST.(Function Modele for F4 Help)&lt;/P&gt;&lt;P&gt;ENSCASE.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope You can proceed now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if it helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rama chary.Pammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092720#M435263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092721#M435264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If you are using Your own elementary search help then, u can change the &lt;/P&gt;&lt;P&gt;Dialog type as 'DIALOG WITH VALUE RESTRICTION'  in 'Dialog behaviour' property in 'Definition' Tab for that search help in SE11.After doing this then you can get selection condition before displaying List of F4 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 12:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/2092721#M435264</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-04-19T12:26:27Z</dc:date>
    </item>
  </channel>
</rss>

