<?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: Inner Join Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936661#M942072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you have use 'AND' in where condition . So to get values all ur conditon must meet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2008 07:25:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-05T07:25:36Z</dc:date>
    <item>
      <title>Inner Join Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936659#M942070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a select query as below using inner join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When all ranges are empty, it works fine.&lt;/P&gt;&lt;P&gt;When RA_SELOPT_GBDAT is filled, it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if any other range is filled individually, select query fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT T1~PERNR&lt;/P&gt;&lt;P&gt;         T1~NACHN&lt;/P&gt;&lt;P&gt;         T1~VORNA&lt;/P&gt;&lt;P&gt;         T1~MIDNM&lt;/P&gt;&lt;P&gt;         T1~GBDAT&lt;/P&gt;&lt;P&gt;         T2~USRID&lt;/P&gt;&lt;P&gt;         FROM PA0002 AS T1 INNER JOIN PA0105 AS T2&lt;/P&gt;&lt;P&gt;         ON T1&lt;SUB&gt;PERNR = T2&lt;/SUB&gt;PERNR&lt;/P&gt;&lt;P&gt;         INTO TABLE IT_PA0002&lt;/P&gt;&lt;P&gt;         WHERE&lt;/P&gt;&lt;P&gt;         T1~NCHMC       IN RA_SELOPT_NCHMC&lt;/P&gt;&lt;P&gt;         AND T1~VNAMC   IN RA_SELOPT_VNAMC&lt;/P&gt;&lt;P&gt;         AND T1~MIDNM   IN RA_SELOPT_MIDNM&lt;/P&gt;&lt;P&gt;         AND T1~GBDAT   IN RA_SELOPT_GBDAT&lt;/P&gt;&lt;P&gt;         AND T2~USRTY   IN RA_SELOPT_USRID.&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know. Would reward for useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936659#M942070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936660#M942071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably the only thing which can cause this is the fact that for that particular value in your select options, there really are NO values in that particular table. So first make sure that values are available by checking this table in SE16.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936660#M942071</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-06-05T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inner Join Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936661#M942072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you have use 'AND' in where condition . So to get values all ur conditon must meet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2008 07:25:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-problem/m-p/3936661#M942072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-05T07:25:36Z</dc:date>
    </item>
  </channel>
</rss>

