<?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: LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811175#M2025586</link>
    <description>&lt;P&gt;TO follow the concept you need minimum 2 tables which are have common keys for example if I take PO related data of EKKO, EKPO and EKET. I will need to do as follows:&lt;/P&gt;&lt;P&gt;sort: iekko by ebeln, iekpo by ebeln ebelp, ieket by ebeln ebelp ETENR.&lt;/P&gt;&lt;P&gt;loop at iekko.&lt;/P&gt;&lt;P&gt;read table iekpo with key ebeln = iekpo-ebeln.&lt;/P&gt;&lt;P&gt;check sy-subrc is intital.&lt;/P&gt;&lt;P&gt;loop at iekpo from sy-tabix.&lt;/P&gt;&lt;P&gt;if iekpo-ebeln ne iekko-ebeln.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;... process logic.&lt;/P&gt;&lt;P&gt;read table ieket with key ebeln = iekpo-ebeln ebelp = iekpo-ebelp.&lt;/P&gt;&lt;P&gt;check sy-subrc is initial.&lt;/P&gt;&lt;P&gt;loop at ieket from sy-tabix&lt;/P&gt;&lt;P&gt;if ieket-ebeln ne iekpo-ebeln or ieket-ebelp ne iekpo-ebelp.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;... process logic.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 08:57:47 GMT</pubDate>
    <dc:creator>former_member145111</dc:creator>
    <dc:date>2023-07-06T08:57:47Z</dc:date>
    <item>
      <title>LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811171#M2025582</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt; Can anyone tell about the Loop &amp;amp; endloop , parllel cursor why it is used exact meaningful use for loop &amp;amp; endloop ?&lt;/P&gt;
  &lt;P&gt;what is parellel cursor why it is used exact meaning for the parlell cusrsor ?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 06:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811171#M2025582</guid>
      <dc:creator>yasu_1096</dc:creator>
      <dc:date>2023-07-04T06:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811172#M2025583</link>
      <description>&lt;P&gt;Do you know there are some documentation about all that&lt;/P&gt;&lt;P&gt;What it is not clear in these docs, blogs ... ? &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 06:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811172#M2025583</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2023-07-04T06:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811173#M2025584</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;yasu_1096&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;There are lot of threads available on SCN on this. &lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/4324015/what-is-meant-by-parallel-cursor.html"&gt;https://answers.sap.com/questions/4324015/what-is-meant-by-parallel-cursor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/10664194/correct-usage-of-parallel-cursors.html"&gt;https://answers.sap.com/questions/10664194/correct-usage-of-parallel-cursors.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/3814347/parallel-cursor.html"&gt;https://answers.sap.com/questions/3814347/parallel-cursor.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/5869000/parallel-cursor-method.html"&gt;https://answers.sap.com/questions/5869000/parallel-cursor-method.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 06:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811173#M2025584</guid>
      <dc:creator>adityaIngale66</dc:creator>
      <dc:date>2023-07-04T06:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811174#M2025585</link>
      <description>&lt;P&gt;The parallel cursor technique is obsolete and has been for nearly 25 years. The advent of HASHED and SORTED internal tables removed the need for this technique.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 08:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811174#M2025585</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-07-04T08:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP &amp; ENDLOOP &amp; PARELLEL CURSOR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811175#M2025586</link>
      <description>&lt;P&gt;TO follow the concept you need minimum 2 tables which are have common keys for example if I take PO related data of EKKO, EKPO and EKET. I will need to do as follows:&lt;/P&gt;&lt;P&gt;sort: iekko by ebeln, iekpo by ebeln ebelp, ieket by ebeln ebelp ETENR.&lt;/P&gt;&lt;P&gt;loop at iekko.&lt;/P&gt;&lt;P&gt;read table iekpo with key ebeln = iekpo-ebeln.&lt;/P&gt;&lt;P&gt;check sy-subrc is intital.&lt;/P&gt;&lt;P&gt;loop at iekpo from sy-tabix.&lt;/P&gt;&lt;P&gt;if iekpo-ebeln ne iekko-ebeln.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;... process logic.&lt;/P&gt;&lt;P&gt;read table ieket with key ebeln = iekpo-ebeln ebelp = iekpo-ebelp.&lt;/P&gt;&lt;P&gt;check sy-subrc is initial.&lt;/P&gt;&lt;P&gt;loop at ieket from sy-tabix&lt;/P&gt;&lt;P&gt;if ieket-ebeln ne iekpo-ebeln or ieket-ebelp ne iekpo-ebelp.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;... process logic.&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 08:57:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-endloop-parellel-cursor/m-p/12811175#M2025586</guid>
      <dc:creator>former_member145111</dc:creator>
      <dc:date>2023-07-06T08:57:47Z</dc:date>
    </item>
  </channel>
</rss>

