<?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 - help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348370#M1398502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when there is not matching record, its obvious no data will be poped up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;machb-matrn = resb-matnr
machb-werks = resb-werks
            lgort =             lgort
             charg = charg&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2009 21:33:58 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-10-21T21:33:58Z</dc:date>
    <item>
      <title>Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348369#M1398501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a search help which will run in MMBE for available batches with available quantity.  I am having problem in that creating the view using tables MCHA, MCHB, and RESB uses an inner join.  This causes issues because if there is no record in RESB, then no values are returned.  Can anyone help with a way to get this to work correctly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 21:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348369#M1398501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T21:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348370#M1398502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when there is not matching record, its obvious no data will be poped up..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;machb-matrn = resb-matnr
machb-werks = resb-werks
            lgort =             lgort
             charg = charg&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 21:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348370#M1398502</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-10-21T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348371#M1398503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand this, as it is stated in my question.  The goal is to show "available batches" = clabs - bdmng, in the search help.  I have the calculation to work but am unsure of how to get the data needed for all cases.  How is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 21:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348371#M1398503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-21T21:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348372#M1398504</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; Use left outer join for the table RESB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 23:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348372#M1398504</guid>
      <dc:creator>prasenjit_sharma</dc:creator>
      <dc:date>2009-10-21T23:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348373#M1398505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better use left outer join for the table RESB in ur case, since you need the records which are not matching with other table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this, you may find solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 05:23:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348373#M1398505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348374#M1398506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Creating Views|http://help.sap.com/saphelp_nwce711/helpdata/en/48/57a333956b72d0e10000000a42189c/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 05:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348374#M1398506</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-10-22T05:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348375#M1398507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case rather make and exit dan using view. use inner join and make ranges in select query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2009 09:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348375#M1398507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-22T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348376#M1398508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Justin,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Better use left outer join for the table RESB in ur case, since you need the records which are not matching with other table.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Try this, you may find solution.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards,&lt;/P&gt;&lt;P&gt;&amp;gt; Sujatha&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As my knowledge, We can not create left outter join in a search help view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this situation, you can create a search help exit. It may solve problem&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 09:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348376#M1398508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T09:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348377#M1398509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried creating a view as a "help view" which should be outer join, but the cardinality does not allow the tables to be joined.  You can only go RESB to MCHA OR MCHB to MCHA, but not all three  Can you pull new information into a search help exit or does it only use the data that is in the view?  Sorry, I am traveling and am unable to try this at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348377#M1398509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T13:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search help - help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348378#M1398510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should create a search help exit. Then select from first two tables and add values that are not in the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 13:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-help/m-p/6348378#M1398510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-23T13:37:40Z</dc:date>
    </item>
  </channel>
</rss>

