<?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: Regarding Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045589#M720910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM F4IF_INT_TABLE_VALUE_REQUEST for implementing your search help for the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PLZ Reward Points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 07:23:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T07:23:59Z</dc:date>
    <item>
      <title>Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045588#M720909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the selection screen I have two select options one is Company code (Bukrs)and second is Posting Period (Opvar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need custom search help for the posting period variant .&lt;/P&gt;&lt;P&gt;The default posting period variant should be same as company code (or we can validate against table field T001- OPVAR to get the posting period variant for that particular company code) &lt;/P&gt;&lt;P&gt;In the F4 option for posting period variant, only the posting period variants applicable for selection screen company code should be displayed. Collect data from tables T001- OPVAR and T882G- OPVAR) for the given company code and display in the pop-up (F4). Users should select the required posting period variants from the pop-up and need validation for that field on company code selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me answer for this requirement how to validate the select option&lt;/P&gt;&lt;P&gt;And to create search for two tables t001 and t882g and way to code the program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045588#M720909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045589#M720910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the FM F4IF_INT_TABLE_VALUE_REQUEST for implementing your search help for the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;PLZ Reward Points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045589#M720910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045590#M720911</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;Go through this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/F1Help/Create.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/F1Help/Create.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input help (F4 help) is a standard function of the R/3 System. The user can display the list of all possible input values for a screen field with the input help. The possible input values can be enhanced with further information. This is meaningful especially when the field requires the input of a formal key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard Input Help Process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user calls an input help with the following steps (some steps can be omitted, depending on the definition of the input help):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user starts the input help to display the possible input values for a field (search field) in a screen template.&lt;/P&gt;&lt;P&gt;The system offers the user a number of possible search paths. The user selects one of these search paths. Each search path offers a number of restrictions to limit the number of possible input values. These values are offered in a Dialog box for value restriction when the search path is selected.&lt;/P&gt;&lt;P&gt;The user enters restrictions if required and then starts the search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system determines the values that satisfy the entered restrictions (hits) and displays them as a list (hit list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects the most suitable line from the hit list by double-clicking.&lt;/P&gt;&lt;P&gt;The value of the search field is returned to the screen template (possibly together with other values).&lt;/P&gt;&lt;P&gt;Steps 2 and 3 are omitted if there is only a single search path available. In this case the dialog box for the value selection is offered immediately. You can also output the hit list directly after starting the input help. Steps 2 to 4 are omitted in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function of a Search Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This standard process can be completely defined by creating a search help in the ABAP Dictionary. This search help only has to be assigned to the screen fields in which they should be available (see Attaching Search Helps to Screen Fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of search help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).&lt;/P&gt;&lt;P&gt;Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for Search Helps&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;Creating Collective Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045590#M720911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045591#M720912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow up as below.&lt;/P&gt;&lt;P&gt;           1.Create 'Database view' using SE11-&amp;gt;view-&amp;gt;database view&lt;/P&gt;&lt;P&gt;               - Collect data from tables  T001- OPVAR and T882G-OPVAR &lt;/P&gt;&lt;P&gt;                 using join table in this step.&lt;/P&gt;&lt;P&gt;           2.Create 'Search helps' using SE11-&amp;gt;Search help, choose&lt;/P&gt;&lt;P&gt;               'Elementary   srch hlp'  &lt;/P&gt;&lt;P&gt;               2.1 Tab 'Definition'  fill table view name from step 1, choose Dialog type&lt;/P&gt;&lt;P&gt;                     than input parameter that you want to show on screen after click   &lt;/P&gt;&lt;P&gt;                     field.&lt;/P&gt;&lt;P&gt;           3. On abap programe , at selection screen add coding as below&lt;/P&gt;&lt;P&gt;  select-options : s_burks FOR xxx-burks matchcode object  (search help name  from step 2).'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 07:42:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/3045591#M720912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T07:42:07Z</dc:date>
    </item>
  </channel>
</rss>

