<?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: missing search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915772#M1147541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to ask this question which puzzles me a lot.&lt;/P&gt;&lt;P&gt;when i execute this piece of code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: sign1 like kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see a seach help when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I make a change the above code into:&lt;/P&gt;&lt;P&gt;PARAMETERS: sign2 like ZFLI_SIG-sigid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant see anymore the search help dialog box when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: zfli_sig is a ztable. sigid is a primary key on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to see the search help window when I press F4 though&lt;/P&gt;&lt;P&gt;I created a ztable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;======================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your sign2 if u r looking for the same F4 help as sign1 u can achieve in following ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  make ur dataelement for Ztable same as that of KUNNr   (PARAMETERS: sign1 like kna1-kunnr.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if u r not able to do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use at selection screen on value request for sign2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under this call the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;passing kunnr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Dec 2008 09:30:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-17T09:30:33Z</dc:date>
    <item>
      <title>missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915765#M1147534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to ask this question which puzzles me a lot.&lt;/P&gt;&lt;P&gt;when i execute this piece of code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;PARAMETERS: sign1 like kna1-kunnr.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see a seach help when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I make a change the above code into:&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;PARAMETERS:  sign2 like ZFLI_SIG-sigid.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant see anymore the search help dialog box when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: zfli_sig is a ztable. sigid is a primary key on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to see the search help window when I press F4 though&lt;/P&gt;&lt;P&gt;I created a ztable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915765#M1147534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915766#M1147535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You have to assign the value table as Ztable to Domain or create a search help for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For KUNNR value table is Value Table KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915766#M1147535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915767#M1147536</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;     You need to create a search help for the field which you have created in order to get a search help on pressing F4. In case of the kunnr field, it has a pre-defined search help associated with it, so when we call that field the associate search help is also called. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  So please create a search help and associate it with the Data element, later when you use this Data element in a ny program, the search help also gets called automatically.&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;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915767#M1147536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T06:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915768#M1147537</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;since it is a custom field you have to create a search help&lt;/P&gt;&lt;P&gt;and assign it at data element level using SE11 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info on that check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=20033088&amp;amp;messageID=3051700]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 06:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915768#M1147537</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-17T06:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915769#M1147538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi levis,&lt;/P&gt;&lt;P&gt;Check the whether u have specified the search help while creating the filed in the table .&lt;/P&gt;&lt;P&gt;Incase u go and check KUNNR in KNA1 there is the searhc help attached to it while in ur case I am sure it is missing .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks &lt;/P&gt;&lt;P&gt;Sahil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 07:00:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915769#M1147538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T07:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915770#M1147539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks expert for your help... I almost got  the answer to my problem. However, I have one more problem on the return value when I select from the search hetlp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code that I did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_custid ,&lt;/P&gt;&lt;P&gt;        sid LIKE zfli_sig-sigid,&lt;/P&gt;&lt;P&gt;        lname LIKE zfli_sig-lname,&lt;/P&gt;&lt;P&gt;      END OF ty_custid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: it_custid TYPE STANDARD TABLE OF ty_custid,&lt;/P&gt;&lt;P&gt;      wa_custid TYPE ty_custid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK sign WITH FRAME TITLE text-004 .&lt;/P&gt;&lt;P&gt;PARAMETERS:  sign2 LIKE zfli_sig-sigid.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR sign2.&lt;/P&gt;&lt;P&gt;  SELECT sigid lname FROM zfli_sig INTO TABLE it_custid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM search_help_field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  search_help_field&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM search_help_field.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      retfield        = ?????????????&lt;/P&gt;&lt;P&gt;      dynpprog        = sy-repid&lt;/P&gt;&lt;P&gt;      dynpnr          = sy-dynnr&lt;/P&gt;&lt;P&gt;      dynprofield     = ????????????&lt;/P&gt;&lt;P&gt;      value_org       = ????????????&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab       = it_custid&lt;/P&gt;&lt;P&gt;      return_tab      = ???????????&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      parameter_error = 1&lt;/P&gt;&lt;P&gt;      no_values_found = 2&lt;/P&gt;&lt;P&gt;      OTHERS          = 3. &lt;/P&gt;&lt;P&gt;ENDFORM.          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From ti s program, I had selected two fields namely, sigid and lname. So when I execute the program and pressed F4, I see already the search help box. But when I select an options, what I want to appear is the SIGID and not the LNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, may you please elaborate further what should I placed on the function module having question marks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 08:58:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915770#M1147539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T08:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915771#M1147540</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;Chk out this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1370558"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 09:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915771#M1147540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915772#M1147541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to ask this question which puzzles me a lot.&lt;/P&gt;&lt;P&gt;when i execute this piece of code, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: sign1 like kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see a seach help when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I make a change the above code into:&lt;/P&gt;&lt;P&gt;PARAMETERS: sign2 like ZFLI_SIG-sigid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cant see anymore the search help dialog box when I press F4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: zfli_sig is a ztable. sigid is a primary key on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to see the search help window when I press F4 though&lt;/P&gt;&lt;P&gt;I created a ztable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;======================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for your sign2 if u r looking for the same F4 help as sign1 u can achieve in following ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  make ur dataelement for Ztable same as that of KUNNr   (PARAMETERS: sign1 like kna1-kunnr.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if u r not able to do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use at selection screen on value request for sign2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under this call the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; F4IF_FIELD_VALUE_REQUEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;passing kunnr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 09:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915772#M1147541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T09:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: missing search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915773#M1147542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot experts for sparing me your time and knowledge. i got it now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 02:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-search-help/m-p/4915773#M1147542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T02:22:21Z</dc:date>
    </item>
  </channel>
</rss>

