<?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 with Structure Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069257#M1613413</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;The function module which you have given will help to create Dynamic search help. But it wont create dynamic search help with structure format, Means the parent child relationship format which you are seeing in HR org structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 11:06:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-15T11:06:07Z</dc:date>
    <item>
      <title>Search Help with Structure Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069255#M1613411</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 want to create a search help which should display my output in the structure format base on the different levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already written a test program which display all the values in proper structure format. But I wanna do the same in the search help. It has to display the output in the structure format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 07:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069255#M1613411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help with Structure Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069256#M1613412</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;use FM F4IF_INT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;dez_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 09:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069256#M1613412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T09:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help with Structure Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069257#M1613413</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;The function module which you have given will help to create Dynamic search help. But it wont create dynamic search help with structure format, Means the parent child relationship format which you are seeing in HR org structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 11:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069257#M1613413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T11:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help with Structure Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069258#M1613414</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;you could write additional report based on ALV tree. So you would have the stucture which you want to have and on value request call your custom program. i doubt  that there is FM or class which could generate search help tree. So basically you have to write your own logic. Or you could use GuiXt tool. Example and tutorial.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.synactive.com/tutor_e/lessonco00.html" target="test_blank"&gt;http://www.synactive.com/tutor_e/lessonco00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;dez_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 12:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069258#M1613414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T12:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help with Structure Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069259#M1613415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reading the thread, and didn't see any mention to use the &lt;STRONG&gt;search help exit&lt;/STRONG&gt; : you create a search help, and when called, that will call the function module indicated. That's what is used in the HR org search help. In the function module, you'll do as suggested by dez, displaying an ALV tree (or any other tree control you want).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 20:58:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-with-structure-display/m-p/8069259#M1613415</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-07-15T20:58:02Z</dc:date>
    </item>
  </channel>
</rss>

