<?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: Coding in Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189733#M1714090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sabyasachi Karforma..U have given instant and absolutely correct solution. I have implemented it. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jan 2013 14:53:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-01T14:53:28Z</dc:date>
    <item>
      <title>Coding in Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189731#M1714088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a ztable and used kunnr (vbak-kunnr) in it. I want an F4 help on KUNNR&amp;nbsp; in Table maintenance screen based on some conditions &lt;/P&gt;&lt;P&gt; where VKORG=1101, VTWEG&amp;nbsp; =10 ,SPART =20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am not able to understand where should i write my logic &lt;/STRONG&gt;to call function module 'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/P&gt;&lt;P&gt;In the events i cannot do so because they are called once an entry has been done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 12:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189731#M1714088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-01T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189732#M1714089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prachi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; in this case you have to use search help Exit. first, you go se37 and create a fm. in changing parameter, you have to take -&amp;gt; shlp type shlp_descr and callcontrol type ddshf4ctrl. in tables parameter &lt;/P&gt;&lt;P&gt;you have to take shlp_tab type shlp_desct and record_tab type seahlpres.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in source code you have to write your required code. callcontrol has a field-&amp;gt; step.&lt;/P&gt;&lt;P&gt;if callcontrol-step eq 'select'.&lt;/P&gt;&lt;P&gt;select * from &amp;lt;Dbtable&amp;gt; into table it where VKORG=1101, VTWEG&amp;nbsp; =10 ,SPART =20.&lt;/P&gt;&lt;P&gt;call function 'f4ut_results_map'&lt;/P&gt;&lt;P&gt;in this fm you have to pass record_tab and it to source_tab parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;callcontrol-step= 'EXIT'.&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;callcontrol-step= 'DISP'.&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;at last put this fm in your cutom search help (search help exit field).&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;your problem will be solve if not then let me know. after getting correct answer&amp;nbsp; close your thread according to SCN rules and engagement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sabyasachi Karforma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 13:46:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189732#M1714089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-01T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189733#M1714090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sabyasachi Karforma..U have given instant and absolutely correct solution. I have implemented it. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 14:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189733#M1714090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-01T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Coding in Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189734#M1714091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome prachi gupta......&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sabyasachi Karforma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 15:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-in-search-help/m-p/9189734#M1714091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-01T15:24:15Z</dc:date>
    </item>
  </channel>
</rss>

