<?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: Select fields from 2 tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307483#M1990599</link>
    <description>&lt;P&gt;Dear Frederic,&lt;/P&gt;&lt;P&gt;I got it, thank you.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2021 00:26:26 GMT</pubDate>
    <dc:creator>former_member588495</dc:creator>
    <dc:date>2021-01-28T00:26:26Z</dc:date>
    <item>
      <title>Select fields from 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307481#M1990597</link>
      <description>&lt;P&gt;Greeting,&lt;/P&gt;
  &lt;P&gt;I am learning ABAP and trying to select fields from 2 tables(AFKO &amp;amp; RESB), following is my script:&lt;/P&gt;
  &lt;P&gt;==============================================================&lt;/P&gt;
  &lt;P&gt;SELECT A-AUFNR B-MATNR B-WERKS B-LGORT B-BDMNG&lt;BR /&gt; FROM AFKO AS A&lt;BR /&gt; LEFT JOIN RESB AS B ON A-RSNUM = B-RSNUM&lt;/P&gt;
  &lt;P&gt;==============================================================&lt;/P&gt;
  &lt;P&gt;However, when I click on 'Check' button, system showed an error message: Field "A-RSNUM" unknown, is there any experts could tell me where I need to modify?&lt;/P&gt;
  &lt;P&gt;Thanks in advance&lt;/P&gt;
  &lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 09:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307481#M1990597</guid>
      <dc:creator>former_member588495</dc:creator>
      <dc:date>2021-01-27T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select fields from 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307482#M1990598</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;SELECT A~AUFNR B~MATNR B~WERKS B~LGORT B~BDMNGFROM AFKO AS ALEFT JOIN RESB AS B ON A~RSNUM = B~RSNUM&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Tilde  not minus&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 09:24:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307482#M1990598</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-01-27T09:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Select fields from 2 tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307483#M1990599</link>
      <description>&lt;P&gt;Dear Frederic,&lt;/P&gt;&lt;P&gt;I got it, thank you.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 00:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-fields-from-2-tables/m-p/12307483#M1990599</guid>
      <dc:creator>former_member588495</dc:creator>
      <dc:date>2021-01-28T00:26:26Z</dc:date>
    </item>
  </channel>
</rss>

