<?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: need help on search functionality in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998976#M1606490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hareesh,&lt;/P&gt;&lt;P&gt;The Std MD04 program populates the data in the table control with respect to MDKE structure. It uses FM "MD_SEARCH_MDKEX" for searching the value, since i had to customize this program with more than 15 fields in the table control i have changed the structure to ZMDKE from MDKE and populated the same to the table control.&lt;/P&gt;&lt;P&gt;Since the std search is with respect to MDKE structure i am not able to achieve the find functionality in my customized program.&lt;/P&gt;&lt;P&gt;Replacing all the std includes, classes and FM from MDKE to ZMDKE is a very tedious process so wanted to know is there any work around for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any possible solutions.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 06:41:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-07T06:41:10Z</dc:date>
    <item>
      <title>need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998973#M1606487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have customized the T-Code MD04 as per the business requirement, now the user is asking for Find / CNTRL+F Functionality on this program.&lt;/P&gt;&lt;P&gt;Since i have customized the structure as per the given requirement to populate the fields in the table control, i am not able use the Std Find Functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if any workaround for achieving this task, Any help will be highly appreciated.&lt;/P&gt;&lt;P&gt;Kindly do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 07:12:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998973#M1606487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T07:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998974#M1606488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Any Help For Achieving this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 08:06:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998974#M1606488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T08:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998975#M1606489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please explain the requirmenr a bit more ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;HM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 10:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998975#M1606489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-06T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998976#M1606490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hareesh,&lt;/P&gt;&lt;P&gt;The Std MD04 program populates the data in the table control with respect to MDKE structure. It uses FM "MD_SEARCH_MDKEX" for searching the value, since i had to customize this program with more than 15 fields in the table control i have changed the structure to ZMDKE from MDKE and populated the same to the table control.&lt;/P&gt;&lt;P&gt;Since the std search is with respect to MDKE structure i am not able to achieve the find functionality in my customized program.&lt;/P&gt;&lt;P&gt;Replacing all the std includes, classes and FM from MDKE to ZMDKE is a very tedious process so wanted to know is there any work around for this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any possible solutions.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 06:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998976#M1606490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-07T06:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998977#M1606491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilekani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attache the same search helps to &lt;STRONG&gt;ZMDKE&lt;/STRONG&gt; as on &lt;STRONG&gt;MDKE&lt;/STRONG&gt;, hope it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Faisal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 07:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998977#M1606491</guid>
      <dc:creator>faisalatsap</dc:creator>
      <dc:date>2011-07-07T07:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: need help on search functionality</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998978#M1606492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was achieved by writing the code manually. &lt;/P&gt;&lt;P&gt;Created a screen for search criteria and added some fields to it, so based on that i validated the screen field(i.e. the table control values) with the search field(entered on the search criteria) and used an indicator to mark the field if the value is true and was displaying the same in the Table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 06:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-search-functionality/m-p/7998978#M1606492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-08T06:37:25Z</dc:date>
    </item>
  </channel>
</rss>

