<?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 in select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610860#M1086443</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;did you define these fields in internal table iekko.&lt;/P&gt;&lt;P&gt;also did you define these fields in field catelog.&lt;/P&gt;&lt;P&gt;check these two first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 05:47:41 GMT</pubDate>
    <dc:creator>GauthamV</dc:creator>
    <dc:date>2008-10-14T05:47:41Z</dc:date>
    <item>
      <title>inner join in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610858#M1086441</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;i am using select statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT ekko&lt;SUB&gt;ebeln ekko&lt;/SUB&gt;bukrs ekko&lt;SUB&gt;bstyp ekko&lt;/SUB&gt;bsart ekko~ernam&lt;/P&gt;&lt;P&gt;           ekko&lt;SUB&gt;lifnr ekko&lt;/SUB&gt;zterm ekko&lt;SUB&gt;zbd1t ekko&lt;/SUB&gt;zbd2t ekko~zbd3t&lt;/P&gt;&lt;P&gt;           ekko&lt;SUB&gt;zbd1p ekko&lt;/SUB&gt;zbd2p ekko&lt;SUB&gt;ekorg ekko&lt;/SUB&gt;ekgrp ekko~waers&lt;/P&gt;&lt;P&gt;           ekko&lt;SUB&gt;wkurs ekko&lt;/SUB&gt;kufix ekko&lt;SUB&gt;bedat ekko&lt;/SUB&gt;kdate&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Begin of Changes, RICEF : 293.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           ekko&lt;SUB&gt;zzhedg ekko&lt;/SUB&gt;zzheda ekko&lt;SUB&gt;zzpba ekko&lt;/SUB&gt;zzpbubu lfa1~vbund&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;End of Changes, RICEF . 293.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         lfa1&lt;SUB&gt;land1 lfa1&lt;/SUB&gt;name1&lt;/P&gt;&lt;P&gt;         ekpa~lifn2&lt;/P&gt;&lt;P&gt;         INTO CORRESPONDING FIELDS OF TABLE iekko&lt;/P&gt;&lt;P&gt;         FROM ekko&lt;/P&gt;&lt;P&gt;              JOIN lfa1 ON lfa1&lt;SUB&gt;lifnr = ekko&lt;/SUB&gt;lifnr&lt;/P&gt;&lt;P&gt;              LEFT JOIN ekpa ON ekpa&lt;SUB&gt;ebeln = ekko&lt;/SUB&gt;ebeln AND&lt;/P&gt;&lt;P&gt;                                ekpa~ebelp = '00000'    AND&lt;/P&gt;&lt;P&gt;                                ekpa~parvw = 'RS'&lt;/P&gt;&lt;P&gt;         FOR ALL entries IN icooi&lt;/P&gt;&lt;P&gt;         WHERE ekko~ebeln = icooi-refbn&lt;/P&gt;&lt;P&gt;         AND   ekko~zzhedg IN s_zzhedg&lt;/P&gt;&lt;P&gt;         AND   ekko~zzheda IN s_zzheda.&lt;/P&gt;&lt;P&gt;where in ekko table ,the fields zzhedg and zzheda are appended..but in the debugging mode i am unable to see this 2 field....in the output also....so how should i write my select query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610858#M1086441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T05:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: inner join in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610859#M1086442</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;Is your select statement returning sy-subrc 0. In debugging mode may be your fields may not be visible in the screen since your internal table has many fields, you have to press &amp;gt;&amp;gt; forward button to check the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610859#M1086442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T05:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: inner join in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610860#M1086443</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;did you define these fields in internal table iekko.&lt;/P&gt;&lt;P&gt;also did you define these fields in field catelog.&lt;/P&gt;&lt;P&gt;check these two first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610860#M1086443</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-10-14T05:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: inner join in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610861#M1086444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya...i have defined in internal table iekko.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610861#M1086444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T05:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: inner join in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610862#M1086445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your table activation is fine enough.&lt;/P&gt;&lt;P&gt;i think you have defined the &lt;STRONG&gt;iekko type ekko&lt;/STRONG&gt; and the appended fields are always append at last it must be there in debugmode also, the problem is your screen resolution in debug mode just set the column number from debug and take them atlast you may be able to see these fields in iekko.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 05:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-in-select-statement/m-p/4610862#M1086445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T05:51:11Z</dc:date>
    </item>
  </channel>
</rss>

