<?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: self join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747332#M1113469</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;This is just an hypothetical example of self join in abap.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select x~empid as xempid  "Employee ID
         x~empname as xempname "Employee Name
         y~empid as yempid   "Supervisor ID
         y~empname as yempname " Supervisor Name
into corresponding fields of itab
from zemployee as x
  inner join zemployee as y on x~supid = y~empid&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 06:16:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-05T06:16:02Z</dc:date>
    <item>
      <title>self join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747329#M1113466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abapers ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i use self join in abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 05:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747329#M1113466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T05:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: self join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747330#M1113467</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 think self join is not available in SAP...but you can make the view table from single database table in DDIC..Other wise do it using internal table....from one database table....fill up two internal tables..and making loop...store it another internal table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arunima&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747330#M1113467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: self join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747331#M1113468</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;Do we really need something like SELF join in abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:11:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747331#M1113468</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-11-05T06:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: self join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747332#M1113469</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;This is just an hypothetical example of self join in abap.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select x~empid as xempid  "Employee ID
         x~empname as xempname "Employee Name
         y~empid as yempid   "Supervisor ID
         y~empname as yempname " Supervisor Name
into corresponding fields of itab
from zemployee as x
  inner join zemployee as y on x~supid = y~empid&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747332#M1113469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: self join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747333#M1113470</link>
      <description>&lt;P&gt;Yes, we need self join in SAP.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 11:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/self-join/m-p/4747333#M1113470</guid>
      <dc:creator>sandeeps026</dc:creator>
      <dc:date>2023-04-14T11:02:20Z</dc:date>
    </item>
  </channel>
</rss>

