<?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: Regarding search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415693#M1243411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created on Database view at DD level with all these fields.&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_naveen inuganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 06:17:21 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2009-04-02T06:17:21Z</dc:date>
    <item>
      <title>Regarding search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415689#M1243407</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 am having one screen where it has F1 and F2 fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For F2 I need to create the search help from data dictionary level.&lt;/P&gt;&lt;P&gt;When ever user presses F4 at Fileld F2, he should present with search help window which contains three columns F2, F3, F4.&lt;/P&gt;&lt;P&gt;And these values should be display accordingly the input of field f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here f2,f3,f4 from same table, f1 is from other table, there is a link bn these two tables in other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create search help for this field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to create View?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 09:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415689#M1243407</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-04-01T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415690#M1243408</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 check this below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help" target="test_blank"&gt;http://www.scribd.com/doc/7247863/Enhancing-Standard-Search-Help&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Durga.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 09:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415690#M1243408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415691#M1243409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a search help for the field F2 based on table which is having f2,f3,f4 fields&lt;/P&gt;&lt;P&gt;and assign it as explicit search help in table itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know on what condition you are linking f1 and f2.&lt;/P&gt;&lt;P&gt;But based on that condition try to restrict values of f2 in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 10:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415691#M1243409</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-04-01T10:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415692#M1243410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   For this functionality you need to create or use the DDIC structure which has the fields F1 F2 F3 F4 as its components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you need to assign the search help directly to the structure using the search help button in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then once you are done with this you need to use this structure to create the fields on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transporting multiple values to the screen or taking input from the screen for a DDIC search help is only possible in this way. You need to create the structure and assign the search help directly to the structure and map the fields of the structure to IMPORT and EXPORT parameters of the search help. Finally use this structure to create your screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 10:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415692#M1243410</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2009-04-01T10:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415693#M1243411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created on Database view at DD level with all these fields.&lt;/P&gt;&lt;P&gt;Problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;_naveen inuganti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 06:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-search-help/m-p/5415693#M1243411</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-04-02T06:17:21Z</dc:date>
    </item>
  </channel>
</rss>

