<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147504#M1192920</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; which standard sap search help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2009 18:40:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-28T18:40:28Z</dc:date>
    <item>
      <title>Search help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147503#M1192919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example for one field already a standard search is available. I am using the&lt;/P&gt;&lt;P&gt;same field in the selection screen. After pressing the f4 buttion Intially I am getting the&lt;/P&gt;&lt;P&gt;popup like (langukey,field).&lt;/P&gt;&lt;P&gt;is this possible to populate the language key automatically with the (sy-langu) with out modifing the standard search help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean is there any way to populate the language key write the code in the current Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ofcourse we can use this FM 'F4IF_INT_TABLE_VALUE_REQUEST' we can populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need to populate the languge key = sy-langu with out modifying the standard search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible plese suggest me how it could be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 18:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147503#M1192919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T18:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147504#M1192920</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; which standard sap search help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 18:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147504#M1192920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T18:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147505#M1192921</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;Set the Parameter id &lt;STRONG&gt;SPR&lt;/STRONG&gt; for the Lnaguage key to EN inthe initialization event.&lt;/P&gt;&lt;P&gt;When ever you press the F4 the langu key is filled with EN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 18:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147505#M1192921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Search help problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147506#M1192922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search help COM_PR_COLLECTION (in crm server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2009 19:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-problem/m-p/5147506#M1192922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-28T19:05:32Z</dc:date>
    </item>
  </channel>
</rss>

