<?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: SQL JOIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-join/m-p/4600490#M1084391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem, it was a wrong data element used in the structure for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 01:06:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T01:06:57Z</dc:date>
    <item>
      <title>SQL JOIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-join/m-p/4600489#M1084390</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 following code throws the exception CX_SY_NO_HANDLER. Could it be that my Netweaver server does not support joins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is there a semantic error in my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT A~PRODUCT_ID A~PROD_INST_ID A~PRICE_CURRENT B~PRODUCT_NAME
FROM GP1_PROD_INST AS A
INNER JOIN GP1_PRODUCTS AS B ON A~PRODUCT_ID = B~PRODUCT_ID
INTO CORRESPONDING FIELDS OF TABLE PRODUCT_DETAILS
WHERE A~PRODUCT_ID = 1 .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If have the two tables GP1_PRODUCT ( attributes: PRODUCT_ID, PRODUCT_NAME )&lt;/P&gt;&lt;P&gt;and  GP1_PROD_INST (attributes: PRODUCT_ID, ROD_INST_ID A~PRICE_CURRENT ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the internal table PRODUCT_DETAILS with all that fields and some other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 23:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-join/m-p/4600489#M1084390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T23:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL JOIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sql-join/m-p/4600490#M1084391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem, it was a wrong data element used in the structure for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 01:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sql-join/m-p/4600490#M1084391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T01:06:57Z</dc:date>
    </item>
  </channel>
</rss>

