<?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: Aletrnatives for Nested Loop to same table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408112#M1736558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; According to me your requirement doesn't require a parallel cursor technique.......the logic you have written is perfect to your requirement.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Apr 2013 06:22:20 GMT</pubDate>
    <dc:creator>uppu_narayan</dc:creator>
    <dc:date>2013-04-06T06:22:20Z</dc:date>
    <item>
      <title>Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408106#M1736552</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;&lt;/P&gt;&lt;P&gt;Is there any alternative for this logic below.....&lt;/P&gt;&lt;P&gt;Table1 consist of date field.&lt;STRONG&gt; Date field in a particular record is checked with all other previous record&lt;/STRONG&gt; and then some logic is proccessed. &lt;/P&gt;&lt;P&gt;Normal way is this...&lt;/P&gt;&lt;P&gt;Loop at table1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_index = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop at table2(copy of table1) untill l_index.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; some logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Endloop.&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;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408106#M1736552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-05T14:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408107#M1736553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is a good technique when performance is taken into consideration and u can proceed with it. Called Parallel cursor technique and it is an alternative for Nested Loops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could u plz tell if u faced any issue with this one ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 14:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408107#M1736553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-05T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408108#M1736554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;please find exact code as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;data:lv_index type sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Loop at table1.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Loop at table2(copy of table1) from lv_index.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if table1-field &amp;lt;&amp;gt; table2-field&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; l_index = sy-tabix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exit.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; some logic.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Endloop.&lt;/P&gt;&lt;P style="font-size: 12.222222328186035px; background-color: #ffffff; color: #333333;"&gt;Endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 15:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408108#M1736554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-05T15:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408109#M1736555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 05:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408109#M1736555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-06T05:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408110#M1736556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for u r concern.........Your approach is correct but my scenario is different.&lt;/P&gt;&lt;P&gt;I need to compare the date field of the table2 with all other previous record's date field of table1&lt;/P&gt;&lt;P&gt;and put into another table(result, I need).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need alternative other than Nested Loop.....&lt;/P&gt;&lt;P&gt;or else I have to implement this itself...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 05:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408110#M1736556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-06T05:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408111#M1736557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Apta,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;This is the &lt;SPAN class="HEADING"&gt;More sophisticated loop in which parallel cursors .&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="HEADING"&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="HEADING"&gt;For EX:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="HEADING"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;DIV&gt;* Entries: 100 (ITAB1), 1000 (ITAB2)&lt;/DIV&gt;&lt;DIV&gt;* Line width: 100&lt;/DIV&gt;&lt;DIV&gt;* Both tables sorted by key K&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;I = 1.&lt;/DIV&gt;&lt;DIV&gt;LOOP AT ITAB1 INTO WA1.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; LOOP AT ITAB2 INTO WA2 FROM I.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF WA2-K &amp;lt;&amp;gt; WA1-K.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I = SY-TABIX.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXIT.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " ...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; ENDLOOP.&lt;/DIV&gt;&lt;DIV&gt;ENDLOOP.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;this is most efficeint way of coding and measure runtime is only 183 micro seconds.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Siva&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 05:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408111#M1736557</guid>
      <dc:creator>former_member189845</dc:creator>
      <dc:date>2013-04-06T05:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408112#M1736558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; According to me your requirement doesn't require a parallel cursor technique.......the logic you have written is perfect to your requirement.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 06:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408112#M1736558</guid>
      <dc:creator>uppu_narayan</dc:creator>
      <dc:date>2013-04-06T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408113#M1736559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose TABLE2 is copy of TABLE1 and you have 1 additional field in table2 called&amp;nbsp; ZINDEX of TYPE SY-TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also assuming that number of data in both internal tables are same (since table2 is reflecting table1):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ITAB1 TYPE STANDARD TABLE OF TABLE1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ITAB2 TYPE STANDARD TABLE OF TABLE2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA1 TYPE TABLE1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WA2 TYPE TABLE1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: INDEX_COUNT TYPE SY-TABIX.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB1 INTO WA1.&lt;/P&gt;&lt;P&gt;INDEX_COUNT = SY-TABIX.&lt;/P&gt;&lt;P&gt;WA2-ZINDEX = INDEX_COUNT.&lt;/P&gt;&lt;P&gt;MODIFY ITAB2 INDEX&amp;nbsp; INDEX_COUNT&amp;nbsp; FROM WA2 TRANSPORTING ZINDEX. &lt;/P&gt;&lt;P&gt;READ TABLE ITAB2 WITH KEY ZINDEX = INDEX_COUNT&lt;/P&gt;&lt;P&gt;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;perform logic and changes in itab_2 &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;So when SY-TABIX of ITAB1 is 1, changes are made in ITAB2 at index 1, when SY-TABIX of ITAB2 is 2, logic for ITAB2 is executed at index 2 and so on.. And so logic will be applied on each line of ITAB2 till the current index.&lt;/P&gt;&lt;P&gt;(let me know if i am wrong).&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;Khushboo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 08:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408113#M1736559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-06T08:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408114#M1736560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your concern...&lt;/P&gt;&lt;P&gt;You need to understand my requirement....again&lt;/P&gt;&lt;P&gt;Your logic is perfect but it doesn't meet my requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 12:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408114#M1736560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-06T12:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aletrnatives for Nested Loop to same table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408115#M1736561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;Please Check below link and find your solution &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Code+for+Parallel+Cursor+-+Loop+Processing" title="http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Code+for+Parallel+Cursor+-+Loop+Processing"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/ABAP+Code+for+Parallel+Cursor+-+Loop+Processing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;RKarmakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 12:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/aletrnatives-for-nested-loop-to-same-table/m-p/9408115#M1736561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-06T12:48:59Z</dc:date>
    </item>
  </channel>
</rss>

