<?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: Alternative for Join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855212#M361716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a database view for those tables and access in your program or you can use for all entries as said earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 03:21:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-01T03:21:47Z</dc:date>
    <item>
      <title>Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855209#M361713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai In a case i need to get data from more than 4 tables.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Here implementing join is some wht complex. Is there any way that we can get &lt;/P&gt;&lt;P&gt;the data. Here performence is also one factor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can give code that will be very helpful for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;Srik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 02:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855209#M361713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T02:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855210#M361714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to look into using FOR ALL ENTRIES IN instead of using INNER JOINs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 02:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855210#M361714</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-02-01T02:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855211#M361715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have to use FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;check this link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/usage-of-for-all-entries-in-select-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/usage-of-for-all-entries-in-select-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search with key 'FOR ALL ENTRIES' in this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 02:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855211#M361715</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-02-01T02:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855212#M361716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a database view for those tables and access in your program or you can use for all entries as said earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 03:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855212#M361716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T03:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855213#M361717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Say u have to extract data from 4 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select some data from table1 into itab1&lt;/P&gt;&lt;P&gt;    where conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if not itab1[] is initial&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   select required data for table2  into itab2&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;     for all entries in iatb1&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   where x = iatb1-x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;  like that use for all entries for all internal tables.&lt;/P&gt;&lt;P&gt;  If single records are ther use read statement else innerloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop itab1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    read table itab2 with key x = itab1-x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Like move all the values  to final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls.mark if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 03:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855213#M361717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T03:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855214#M361718</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;use FOR ALL ENTRIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT&lt;/P&gt;&lt;P&gt;        a~vbeln&lt;/P&gt;&lt;P&gt;        a~auart&lt;/P&gt;&lt;P&gt;        a~vkorg&lt;/P&gt;&lt;P&gt;        a~spart&lt;/P&gt;&lt;P&gt;        a~kunnr&lt;/P&gt;&lt;P&gt;        b~posnr&lt;/P&gt;&lt;P&gt;        b~matnr&lt;/P&gt;&lt;P&gt;        c~maktx&lt;/P&gt;&lt;P&gt;        b~kwmeng&lt;/P&gt;&lt;P&gt;        b~vrkme&lt;/P&gt;&lt;P&gt;        INTO TABLE it_so1 FROM vbak AS a&lt;/P&gt;&lt;P&gt;              JOIN vbap AS b ON b&lt;SUB&gt;vbeln = a&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;              JOIN makt AS c ON c&lt;SUB&gt;matnr = b&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;              AND c~spras = sy-langu&lt;/P&gt;&lt;P&gt;              WHERE a~vbeln IN s_vbeln .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT vbelv&lt;/P&gt;&lt;P&gt;           posnv&lt;/P&gt;&lt;P&gt;           vbeln&lt;/P&gt;&lt;P&gt;           posnn&lt;/P&gt;&lt;P&gt;           vbtyp_n&lt;/P&gt;&lt;P&gt;           INTO TABLE it_vbfa&lt;/P&gt;&lt;P&gt;           FROM vbfa&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN it_so1&lt;/P&gt;&lt;P&gt;           WHERE vbelv = it_so1-vbeln&lt;/P&gt;&lt;P&gt;           AND   posnn = it_so1-posnr&lt;/P&gt;&lt;P&gt;           AND vbtyp_n ='J' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT vbeln&lt;/P&gt;&lt;P&gt;             posnr&lt;/P&gt;&lt;P&gt;             matnr&lt;/P&gt;&lt;P&gt;             werks&lt;/P&gt;&lt;P&gt;             lgort&lt;/P&gt;&lt;P&gt;             charg&lt;/P&gt;&lt;P&gt;             lfimg&lt;/P&gt;&lt;P&gt;             vrkme&lt;/P&gt;&lt;P&gt;             FROM lips INTO TABLE it_del_ful&lt;/P&gt;&lt;P&gt;             FOR ALL ENTRIES IN it_vbfa&lt;/P&gt;&lt;P&gt;             WHERE vbeln = it_vbfa-vbeln&lt;/P&gt;&lt;P&gt;             AND   posnr = it_vbfa-posnn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 04:32:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855214#M361718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T04:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855215#M361719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Any one tell me what is the advantage of FOR ALL ENTRIES when campare with&lt;/P&gt;&lt;P&gt;INNER JOIN. Its urgent .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 04:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855215#M361719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T04:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855216#M361720</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;Use select for all entries as I've used in my code in the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT QMNUM&lt;/P&gt;&lt;P&gt;           IWERK&lt;/P&gt;&lt;P&gt;           EQUNR&lt;/P&gt;&lt;P&gt;           BTPLN&lt;/P&gt;&lt;P&gt;           AUSWK&lt;/P&gt;&lt;P&gt;           INGRP&lt;/P&gt;&lt;P&gt;           QMDAB&lt;/P&gt;&lt;P&gt;           BEZDT&lt;/P&gt;&lt;P&gt;           TPLNR&lt;/P&gt;&lt;P&gt;           SWERK&lt;/P&gt;&lt;P&gt;           MSGRP&lt;/P&gt;&lt;P&gt;           FROM VIQMEL INTO TABLE ITABMEL&lt;/P&gt;&lt;P&gt;           WHERE IWERK = 'M011' and&lt;/P&gt;&lt;P&gt;                 AUSWK = 'A' and&lt;/P&gt;&lt;P&gt;                 INGRP = 'SLM' and&lt;/P&gt;&lt;P&gt;                 QMDAB NE '00000000' and&lt;/P&gt;&lt;P&gt;                 BEZDT GE SDATE-LOW and BEZDT LE SDATE-HIGH and&lt;/P&gt;&lt;P&gt;                 SWERK IN S_WERK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;      SELECT QMNUM MNGRP MNCOD FROM QMMA&lt;/P&gt;&lt;P&gt;             INTO CORRESPONDING FIELDS OF TABLE ITABMA&lt;/P&gt;&lt;P&gt;             FOR ALL ENTRIES IN ITABMEL&lt;/P&gt;&lt;P&gt;             WHERE QMNUM = ITABMEL-QMNUM  and&lt;/P&gt;&lt;P&gt;		              MNGRP = 'RESTLT01' and&lt;/P&gt;&lt;P&gt;		              MNCOD = '0350' OR MNCOD ='0270'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SORT ITABMA BY QMNUM.&lt;/P&gt;&lt;P&gt;      LOOP AT ITABMEL.&lt;/P&gt;&lt;P&gt;        READ TABLE ITABMA WITH KEY QMNUM = ITABMEL-QMNUM BINARY&lt;/P&gt;&lt;P&gt;                                                        SEARCH.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;          MOVE-CORRESPONDING ITABMA TO ITABMEL.&lt;/P&gt;&lt;P&gt;          MODIFY ITABMEL TRANSPORTING QMNUM.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT TPLNR PLTXT FROM IFLO&lt;/P&gt;&lt;P&gt;                INTO CORRESPONDING FIELDS OF TABLE ITABLO&lt;/P&gt;&lt;P&gt;                FOR ALL ENTRIES IN ITABMEL&lt;/P&gt;&lt;P&gt;                WHERE TPLNR = ITABMEL-TPLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SORT ITABLO BY TPLNR.&lt;/P&gt;&lt;P&gt;      LOOP AT ITABMEL.&lt;/P&gt;&lt;P&gt;        READ TABLE ITABLO WITH KEY TPLNR = ITABMEL-TPLNR BINARY&lt;/P&gt;&lt;P&gt;                                                        SEARCH.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;          MOVE-CORRESPONDING ITABLO TO ITABMEL.&lt;/P&gt;&lt;P&gt;          MODIFY ITABMEL TRANSPORTING PLTXT.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 05:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855216#M361720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T05:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855217#M361721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi srikanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can join 2 tables by using joins but the performance goes down. This can be overcomed by &amp;lt;b&amp;gt;for all entries&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for likp-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln erdat lfart&lt;/P&gt;&lt;P&gt;from likp&lt;/P&gt;&lt;P&gt;into table it_likp&lt;/P&gt;&lt;P&gt;where vbeln in s_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on s_vbeln the records will be stored in it_likp. eg, say 24 records selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not it_likp[] is initial.&lt;/P&gt;&lt;P&gt;select vbeln posnr matnr&lt;/P&gt;&lt;P&gt;from lips&lt;/P&gt;&lt;P&gt;into table it_lips&lt;/P&gt;&lt;P&gt;for all entries in it_likp&lt;/P&gt;&lt;P&gt;where vbeln eq it_likp-vbeln.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now , since i am using,&lt;/P&gt;&lt;P&gt;for all entries in it_likp&lt;/P&gt;&lt;P&gt;so the vbeln value of these 24 records (which i have selected in it_likp) will be checked in lips and those records will be stored in it_lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drawback is if the records are not there in it_likp then all the records from lips will be fetched into it_lips.&lt;/P&gt;&lt;P&gt;To overcome this draw back we have to compulsory check&lt;/P&gt;&lt;P&gt;if not it_likp[] is initial.&lt;/P&gt;&lt;P&gt;this means if the internal table it_likp is not initial ie, it is containing some records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/usage-of-for-all-entries-in-select-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/usage-of-for-all-entries-in-select-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/SAPABAPPerformanceTuning_ForAllEntries.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/SAPABAPPerformanceTuning_ForAllEntries.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 05:36:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855217#M361721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T05:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855218#M361722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;As of now you are using join to get data from 4 tables, so definitly they have common fields; &lt;/P&gt;&lt;P&gt;1) with the common fields create the database view.&lt;/P&gt;&lt;P&gt;2) Now data retrieval from the view greatly improves the performance compared to using joins.&lt;/P&gt;&lt;P&gt;You can also use 'for all entries' , but data retrieval from view is faster than using for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 05:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855218#M361722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T05:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative for Join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855219#M361723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sipra,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   If you donot mind could you send me the detail code of this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 06:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-join/m-p/1855219#M361723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T06:49:00Z</dc:date>
    </item>
  </channel>
</rss>

