<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742070#M322332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.....A Lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jan 2007 16:23:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-01T16:23:31Z</dc:date>
    <item>
      <title>Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742068#M322330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;     I have created search help with se11 now i want associate this help with my source code.I am using parameter in selection screen.&lt;/P&gt;&lt;P&gt;Table :-zreal_master&lt;/P&gt;&lt;P&gt;Parameter Fields In se38:- Pcode,Pdesc both are like with database fields as zreal_master-product_code,zreal_master-product_desc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My need is that when user select Product_desc then other correspondence fields should display into product_code field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 13:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742068#M322330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T13:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742069#M322331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rajnish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Define the match code with the parameter declaration.&lt;/P&gt;&lt;P&gt;Eg: PARAMETERS: pdesc LIKE zreal_master-product_desc MATCHCODE &amp;lt;mobj&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In AT SELECTION-SCREEN OUTPUT, extract the Product Code to respective Parameter&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF NOT pdesc IS INITIAL.
   SELECT SINGLE product_code INTO pcode 
          FROM zreal_master
          WHERE product_desc EQ pdesc.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 14:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742069#M322331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T14:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742070#M322332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.....A Lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jan 2007 16:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/1742070#M322332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-01T16:23:31Z</dc:date>
    </item>
  </channel>
</rss>

