<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680876#M1291297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nandi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you will have to create your Search help using &lt;STRONG&gt;SE11&lt;/STRONG&gt; and than assign this to your &lt;STRONG&gt;Structure&lt;/STRONG&gt;  for steps please have a look at my [Blog|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13637] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;; and use it like i did in bellow code of Blog under &lt;STRONG&gt;Selection Screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will help you in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2009 06:25:18 GMT</pubDate>
    <dc:creator>faisalatsap</dc:creator>
    <dc:date>2009-05-25T06:25:18Z</dc:date>
    <item>
      <title>search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680869#M1291290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my module pool screen I have Shipment Number(vttk-tknum) field along with Shipment Item(vttp-tpnum).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have created custom search help for Shipment item (TPNUM). Now the search help for Item should function like: what Shipment no I have selected, it should give the corresponding Item number once I click the search button for item field.&lt;/P&gt;&lt;P&gt;To get that thing I am using FM 'F4IF_INT_TABLE_VALUE_REQUEST' and I am getting desire list. &lt;/P&gt;&lt;P&gt;Now the issue is:&lt;/P&gt;&lt;P&gt;1) If I select Shipment No and then hit enter and click on F4 of Item then I get the desire list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) But if I select Shipment No and click on F4 of Item immediately after that then no list appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why this is so? &lt;/P&gt;&lt;P&gt;I have to get that list without hitting enter key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on that and let me know if any more details is required on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nabanita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680869#M1291290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680870#M1291291</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 would have written the module pool program such that, after pressing enter only, it retrieves the data from the next item table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz provide with the code. so that it will be better to give you a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680870#M1291291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680871#M1291292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the F4 help of a field if you call the module under the event PROCESS ON VALUE-REQUEST.&lt;/P&gt;&lt;P&gt;If you have created a standard search help for your field, then declare that search help name in the screen field.&lt;/P&gt;&lt;P&gt;You can add it here.&lt;/P&gt;&lt;P&gt;Screen-&amp;gt; Element list-&amp;gt; References. Give the search help name again the I/0 button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680871#M1291292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680872#M1291293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Please post the sample code..u r logic seems to be right.. there may be some problem with the coding part..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 05:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680872#M1291293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T05:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680873#M1291294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the sample code.  Z_F4_SHIPMENT_IT  is my custom search help for shipment item. PLease help&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;      Module  Z_F4_SHIPMENT_IT  INPUT&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;MODULE z_f4_shipment_it INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: return_tab TYPE TABLE OF ddshretval,&lt;/P&gt;&lt;P&gt;        dynpro_values TYPE TABLE OF dynpread.&lt;/P&gt;&lt;P&gt;  DATA: ship_item(4) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF wa_f4_prn OCCURS 0,&lt;/P&gt;&lt;P&gt;          tknum TYPE  vttk-tknum,&lt;/P&gt;&lt;P&gt;          tpnum TYPE  vttp-tpnum,&lt;/P&gt;&lt;P&gt;         END OF wa_f4_prn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa_f4_prn.&lt;/P&gt;&lt;P&gt;  SELECT  tknum tpnum  FROM vttp INTO TABLE wa_f4_prn WHERE tknum EQ rqm01-tknum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DELETE ADJACENT DUPLICATES FROM wa_f4_prn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'DYNP_VALUES_READ'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      dyname     = sy-repid&lt;/P&gt;&lt;P&gt;      dynumb     = sy-dynnr&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynpfields = dynpro_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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     = 'TPNUM'            "'CNPNO_RSR'&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  = 'SHIP_ITEM'            "'ZCNPNORS'&lt;/P&gt;&lt;P&gt;      value_org    = 'S'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      value_tab    = wa_f4_prn&lt;/P&gt;&lt;P&gt;      return_tab   = return_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     txtuser = return_tab-FIELDVAL .&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " Z_F4_SHIPMENT_IT  INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 06:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680873#M1291294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T06:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680874#M1291295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get rid of the entire coding, create a Search help in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Elemenatry type.&lt;/P&gt;&lt;P&gt;Selection method : VTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Search help parameters&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TKNUM -&amp;gt; Set Imp -&amp;gt; Set Exp -&amp;gt; Lpos = 1 -&amp;gt; Default value = 'TNR'&lt;/P&gt;&lt;P&gt;TPNUM -&amp;gt; Set Exp -&amp;gt; Lpos = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to module pool. Attach this search help in attributes for fields Shipment number and Shipment item. Also check the fields for "Set/get parameter id"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment out the entire code in Process on value request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your search help will work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 06:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680874#M1291295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T06:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680875#M1291296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your select query this field "rqm01-tknum" is there which is your screen value. therefore when you enter a screen value and press enter and then when you press f4 it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just change your select query remove the where condition and everything would be fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suvendu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 06:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680875#M1291296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T06:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: search help issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680876#M1291297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Nandi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this you will have to create your Search help using &lt;STRONG&gt;SE11&lt;/STRONG&gt; and than assign this to your &lt;STRONG&gt;Structure&lt;/STRONG&gt;  for steps please have a look at my [Blog|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/13637] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;; and use it like i did in bellow code of Blog under &lt;STRONG&gt;Selection Screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope will help you in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Reply if any Issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 06:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-issue/m-p/5680876#M1291297</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2009-05-25T06:25:18Z</dc:date>
    </item>
  </channel>
</rss>

