<?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: Table Control Searchhelp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890198#M1688931</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 hope your requirement is to put the value "U" and value&amp;nbsp; "2" in the screen. For this, you need to modify the internal table of the associated table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you change the value of the internal table, it will be displayed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 15:49:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-19T15:49:40Z</dc:date>
    <item>
      <title>Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890193#M1688926</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 like to know how to create Searchhelp for a field in TableControl.&lt;/P&gt;&lt;P&gt;I have a Dynpro with two TableControls on it. Both transacted with internal table.&lt;/P&gt;&lt;P&gt;One of these TableControls has 3 keys. Over the first one you can choose the right combination.&lt;/P&gt;&lt;P&gt;But after this selection only the first key is taken up to the Dynpro. The other two keys are empty.&lt;/P&gt;&lt;P&gt;All 3 keys have the same name like the appropriate structure. A Data Dictionary - relation is not possible.&lt;/P&gt;&lt;P&gt;The 3 keys of the structure have filled in the searchhelp and in the searchhelp the 3 fields are as well importing as exporting.&lt;/P&gt;&lt;P&gt;Have someone an idea how to resolve this problem?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Kristin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 08:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890193#M1688926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T08:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890194#M1688927</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;If you want to set the standard serach help for a field, you can give the SEARCH HELP name in the REFERENCES tab under the ELEMENT LIST tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the element list tab, place the cursor in the I/O field of the your table control and click on the Attributes Button. Then give the standard search help name in SEARCH HELP field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the custom F4 help for a field, write the module inside the statement PROCESS on VALUE REQUEST. Then use the function module f4if_int_table_value_request to populate the custom search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROCESS &lt;SPAN class="L0S52"&gt;ON VALUE-REQUEST.&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&amp;lt;field name&amp;gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&amp;lt;module name&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 09:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890194#M1688927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890195#M1688928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help!&lt;/P&gt;&lt;P&gt;Now I have the solution for getting all 3 keys by using the searchhelp.&lt;/P&gt;&lt;P&gt;(because it's in PROCESS on VALUE REQUEST)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what I have to do, if I write something in the field of the first key and click return?&lt;/P&gt;&lt;P&gt;Then nothing happens.&lt;/P&gt;&lt;P&gt;And if I write &lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&amp;lt;field name&amp;gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&amp;lt;module name&amp;gt; &lt;SPAN class="L0S52"&gt;ON CHAIN&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REQUEST. between CHAIN and ENDCHAIN of the loop from my internal table (PAI), the searchhelp is displayed but only the first key is taken up to the Dynpro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Is there another function I required?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thanks a lot!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Kristin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 12:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890195#M1688928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T12:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890196#M1688929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kristin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to get your question.&lt;/P&gt;&lt;P&gt;Can you please post your requirement/issue in details. If possible, can you post the screen shot of the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 14:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890196#M1688929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T14:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890197#M1688930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with your help one side works -&amp;nbsp; the custom F4 help - directly click on the searchhelp.&lt;/P&gt;&lt;P&gt;(PROCESS &lt;SPAN class="L0S52"&gt;ON VALUE-REQUEST.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt;FIELD &lt;/SPAN&gt;&amp;lt;field name&amp;gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&amp;lt;module name&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; with the function module f4if_int_table_value_request)&lt;/P&gt;&lt;P&gt;Now I con choose with the searchhelp and all 3 keys are taken up to the Dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I need the same when I write something in the first key and click "return".&lt;/P&gt;&lt;P&gt;Example: &lt;EM&gt;I write "AB" in the field of the first key. Now I click "return". At next I get a list with all values which beginns with "AB" (for example: ABA, ABC and ABE). Now I pick up the second value "ABC" (= first key) with the second key = U &lt;/EM&gt;&lt;EM&gt;and the third key = 2. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;But the values for the second (U) and the third key (2) are not taken up to the Dynpro.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Kristin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 15:06:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890197#M1688930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T15:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890198#M1688931</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 hope your requirement is to put the value "U" and value&amp;nbsp; "2" in the screen. For this, you need to modify the internal table of the associated table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you change the value of the internal table, it will be displayed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 15:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890198#M1688931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890199#M1688932</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, this is my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't know how to modify the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich have in the PAI:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;loop internal table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CHAIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY 1&lt;/SPAN&gt;&amp;lt;field name&amp;gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&amp;lt;module name&amp;gt; &lt;SPAN class="L0S52"&gt;ON CHAIN&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REQUEST.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY 2&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY &lt;/SPAN&gt;&lt;/EM&gt;3&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;ENDCHAIN &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endloop internal table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The module has also the f4if_int_table_value_request and after this the function &lt;/P&gt;&lt;P&gt;&amp;nbsp; DYNP_VALUES_UPDATE (with the values of the return_tab).&lt;/P&gt;&lt;P&gt;&amp;nbsp; sy&lt;SPAN class="L0S70"&gt;-subrc is &lt;SPAN class="L0S32"&gt;0, but the values for the second (U) and the third key (2) are not taken up to the Dynpro&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S32"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S70"&gt;&lt;SPAN class="L0S32"&gt;Cheers Kristin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 16:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890199#M1688932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890200#M1688933</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;Please try the below mentioned logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI&lt;/P&gt;&lt;P&gt;&lt;EM&gt;loop internal table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CHAIN&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY 1&lt;/SPAN&gt;&amp;lt;field name&amp;gt; &lt;SPAN class="L0S52"&gt;MODULE &lt;/SPAN&gt;&amp;lt;module name&amp;gt; &lt;SPAN class="L0S52"&gt;ON CHAIN&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;REQUEST.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY 2&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD KEY &lt;/SPAN&gt;&lt;/EM&gt;3&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;MODULE &amp;lt;module name&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;ENDCHAIN &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;endloop internal table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the new module, write the code to modify the new internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;~Niranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 04:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890200#M1688933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T04:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control Searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890201#M1688934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much! Now it works. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Kristin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 12:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-searchhelp/m-p/8890201#M1688934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-20T12:10:38Z</dc:date>
    </item>
  </channel>
</rss>

