<?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: Creating search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545180#M1266149</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;I am also getting the same problem. Could u pls send me the FM code wat u used.&lt;/P&gt;&lt;P&gt;I try to create the search help exit , created the FM and using 'DYNP_VALUES_READ ' FM to read screen values but the values are not coming, it is reading the current screen number and program but I want the TCode screen number and program. Could you pls provide me the input parameters for the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 14:19:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T14:19:34Z</dc:date>
    <item>
      <title>Creating search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545177#M1266146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added a new field to table QMEL, adn this field links to a 'Z' table.  So I have created a domain poiting to this table, and a search help whihc passes in the customer number, and then passes back the value for my new field, based on what is held in the 'Z' table.  This all works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then I have aded the new field to the IW51 transaction, and when using the search help in the transaction, the trasaction just returns the full list of options.  So how can I get the transaction to pass in the customer number, so that it restrcits the returned list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 14:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545177#M1266146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545178#M1266147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like a strange problem........Try giving the search help in the Screen Field attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test the Search help nature on any selection Screen of your test program and observe the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the last option........Create a new search help by deleting this and observe the changes, if any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2009 19:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545178#M1266147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-27T19:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545179#M1266148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up wirting my own little fucntion module to produce the search help and I used the fucntion module DYNP_VALUES_READ to read the data from the screen that I needed to use as part of the search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 15:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545179#M1266148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T15:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Creating search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545180#M1266149</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;I am also getting the same problem. Could u pls send me the FM code wat u used.&lt;/P&gt;&lt;P&gt;I try to create the search help exit , created the FM and using 'DYNP_VALUES_READ ' FM to read screen values but the values are not coming, it is reading the current screen number and program but I want the TCode screen number and program. Could you pls provide me the input parameters for the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 14:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545180#M1266149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T14:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545181#M1266150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My function module is just a copy of FM QMHL_HELP_BELEG_POSITION...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing I do in the PBO is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FIELD maktx MODULE maktx_hlp_i10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF lit_dynpfields OCCURS 100.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE dynpread.&lt;/P&gt;&lt;P&gt;  DATA: END OF lit_dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: ls_dyname   LIKE d020s-prog.&lt;/P&gt;&lt;P&gt;  DATA: ls_dynumb   LIKE d020s-dnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: ls_catalogue  TYPE zmm_catalogue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- Bespoked FM to produce search help list (popup) -&lt;/P&gt;&lt;HR originaltext="----------------" /&gt;&lt;P&gt;  CALL FUNCTION 'Z_SKU_DESCRP_SEARCH_HELP'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      i_maktx        = maktx&lt;/P&gt;&lt;P&gt;      i_catalogue    = ls_catalogue&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      data_not_found = 1&lt;/P&gt;&lt;P&gt;      OTHERS         = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID 'Z0' TYPE 'I' NUMBER '000'&lt;/P&gt;&lt;P&gt;            WITH 'No materials found'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- populate other screen fields with data brought back in above step&lt;/P&gt;&lt;P&gt;  ls_dyname = 'ZMM_CREATE_CATALOGUE'.&lt;/P&gt;&lt;P&gt;  ls_dynumb = sy-dynnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Ext Desc&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  lit_dynpfields-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;  lit_dynpfields-fieldvalue = ls_catalogue-matnr.&lt;/P&gt;&lt;P&gt;  lit_dynpfields-fieldinp   = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND lit_dynpfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_UPDATE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      dyname               = ls_dyname&lt;/P&gt;&lt;P&gt;      dynumb               = ls_dynumb&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields           = lit_dynpfields&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      invalid_abapworkarea = 01&lt;/P&gt;&lt;P&gt;      invalid_dynprofield  = 02&lt;/P&gt;&lt;P&gt;      invalid_dynproname   = 03&lt;/P&gt;&lt;P&gt;      invalid_dynpronummer = 04&lt;/P&gt;&lt;P&gt;      invalid_request      = 05&lt;/P&gt;&lt;P&gt;      no_fielddescription  = 06&lt;/P&gt;&lt;P&gt;      undefind_error       = 07.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 07:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-search-help/m-p/5545181#M1266150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T07:48:03Z</dc:date>
    </item>
  </channel>
</rss>

