<?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: Dynamic search help for input fields in a step loop in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992326#M1895836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share some of your logic what you are trying to do... it will help in understanding your problem better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2015 05:00:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-03T05:00:24Z</dc:date>
    <item>
      <title>Dynamic search help for input fields in a step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992324#M1895834</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;I have a step loop with many input fieldsin a screen (dynpro) and I want to have different search help for each input field.&lt;/P&gt;&lt;P&gt;So, I associated the input field name with a variable and then entered the search help element for that variable as :SEARCH_HELP (SEARCH_HELP is a variable that will contain the name of the search help element).&lt;/P&gt;&lt;P&gt;Then, I changed the value of SEARCH_HELP variable in the loop of the PBO event, but all my input fields get the same search help (the last one).&lt;/P&gt;&lt;P&gt;I searched a lot for a solution to this issue without success. So, please give me any advice or anything to find a solution to this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 20:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992324#M1895834</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-04-02T20:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic search help for input fields in a step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992325#M1895835</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;Yes you are right the last search help will update over other search help.&lt;/P&gt;&lt;P&gt;So what i suggest provide a dummy search help for field/s , and we put our code in POV event.&lt;/P&gt;&lt;P&gt;When user click f4 for our field a module for F4 will trigger so their we decide which search help and that will displayed to user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process &lt;SPAN class="L0S52"&gt;on &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;value-request&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;field &lt;/SPAN&gt;ttdst&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tplst&amp;nbsp; &lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;f4_trans&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;use FM &lt;SPAN class="L0S52"&gt;call &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;function &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'F4IF_INT_TABLE_VALUE_REQUEST'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that search help will assign in run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1723729" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="How to get the result of a search help in an internal table?" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1249/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 04:59:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992325#M1895835</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-04-03T04:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic search help for input fields in a step loop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992326#M1895836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share some of your logic what you are trying to do... it will help in understanding your problem better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 05:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-search-help-for-input-fields-in-a-step-loop/m-p/10992326#M1895836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-03T05:00:24Z</dc:date>
    </item>
  </channel>
</rss>

