<?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: Parallel cursor process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453389#M1929183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to loop the item table first followed by header table. You can append the data only when the header table vbeln is not equal to item tab vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope there will not be any issue if you do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mounika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2015 09:50:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-12-04T09:50:33Z</dc:date>
    <item>
      <title>Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453381#M1929175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you please tell me how to use parallel cursor technique if second loop has the NE selection section,&lt;/P&gt;&lt;P&gt;I know normally , but here in where condition NE selection is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/844985" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 07:36:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453381#M1929175</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2015-12-04T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453382#M1929176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can try the below way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table fp_it_temp into l_wa_temp with key kunwe eq &amp;lt;l_fs_final_today&amp;gt;-kunwe&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr eq &amp;lt;l_fs_final_today&amp;gt;-matnr binary search.&lt;/P&gt;&lt;P&gt;if l_wa_temp-vbeln ne&amp;nbsp; &amp;lt;l_fs_final_today&amp;gt;-vbeln. &lt;/P&gt;&lt;P&gt;lv_index = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at fp_it_temp into l_wa_temp from lv_index.&lt;/P&gt;&lt;P&gt;if l_fs_final_today ne l_wa_temp-kunwe. "Add if you need other conditions.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Write your respective coding here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endif.&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;Mounika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 08:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453382#M1929176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-04T08:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453383#M1929177</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>Fri, 04 Dec 2015 08:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453383#M1929177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-04T08:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453384#M1929178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mounika,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after read table if condition is&amp;nbsp; satisfied then it will get the sy-tabix.&lt;/P&gt;&lt;P&gt;But my question is if the l_wa_emp-vbeln NE &amp;lt;l_fs_final_today&amp;gt;-vbeln record is in second postion in fp_it_temp,&lt;/P&gt;&lt;P&gt;then the read statement won't go to second record right for that combination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read statement will take first record for the satisfied condition , it is the problem if we right the logic suggest by you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453384#M1929178</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2015-12-04T09:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453385#M1929179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am wondering why is it not possible to use the following approach below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;read table fp_it_temp into l_wa_temp with key kunwe eq &amp;lt;l_fs_final_today&amp;gt;-kunwe&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matnr eq &amp;lt;l_fs_final_today&amp;gt;-matnr &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbeln ne&amp;nbsp; &amp;lt;l_fs_final_today&amp;gt;-vbeln &lt;SPAN style="color: #333333; font-size: 12px;"&gt;binary search&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;lv_index = sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;loop at fp_it_temp into l_wa_temp from lv_index.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;if l_fs_final_today ne l_wa_temp-kunwe. "Add if you need other conditions.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;exit.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume this approach will even work, why to check the condition later ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepan Swaminathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453385#M1929179</guid>
      <dc:creator>deepan_v_s</dc:creator>
      <dc:date>2015-12-04T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453386#M1929180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello deepan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read statement doesn't allow Relational operators ( EQ NE ).&lt;/P&gt;&lt;P&gt;Need to use = arithmeticonly&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453386#M1929180</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2015-12-04T09:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453387#M1929181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;lella sri wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;But my question is if the l_wa_emp-vbeln NE &amp;lt;l_fs_final_today&amp;gt;-vbeln record is in second postion in fp_it_temp,&lt;/P&gt;
&lt;P&gt;then the read statement won't go to second record right for that combination.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;After read statement I've checked 'if l_wa_temp-vbeln ne&amp;nbsp; &amp;lt;l_fs_final_today&amp;gt;-vbeln.' Only if this satisfies, your loop condition will be executed else it will not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at fp_it_temp into l_wa_temp from lv_index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if l_fs_final_today-knuwe ne l_wa_temp-kunwe and l_fs_final_today-matnr eq &amp;lt;l_fs_final_today&amp;gt;-matnr and l_wa_temp-vbeln ne&amp;nbsp; &amp;lt;l_fs_final_today&amp;gt;-vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit.&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;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change your code in the above way for the second record,as you mentioned, if the condition fails then it will exit the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mounika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453387#M1929181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-04T09:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453388#M1929182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello mouinka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fp_it_final_today:&lt;/P&gt;&lt;P&gt;VBELN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; KUNWE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATNR&lt;/P&gt;&lt;P&gt;0410&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FA1010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - header &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FP_FINAL_TODAY:&lt;/P&gt;&lt;P&gt;VBELN&amp;nbsp;&amp;nbsp;&amp;nbsp; KUNWE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MATNR&lt;/P&gt;&lt;P&gt;0410&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FA1010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 1st&lt;/P&gt;&lt;P&gt;0420&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FA1010&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 2nd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we go through the above logic.&lt;/P&gt;&lt;P&gt;Read statement will satisfy the combination of kunwe and matnr&lt;/P&gt;&lt;P&gt;after that in if condition vbeln&amp;nbsp; won't satisfy so it won't get sy-tabix. because 0410 = 0410.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it will exit the read statement but my record is in second position,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever read statement run it will get the first record only, it won't go to second record&lt;/P&gt;&lt;P&gt;because of this I'm missing the 2nd position record.;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453388#M1929182</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2015-12-04T09:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453389#M1929183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better to loop the item table first followed by header table. You can append the data only when the header table vbeln is not equal to item tab vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope there will not be any issue if you do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mounika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 09:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453389#M1929183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-04T09:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453390#M1929184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lella,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can read for VBELN after the first loop, than&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc = 0.&lt;/P&gt;&lt;P&gt;continue.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Normal parallel cursor logic goes Here"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here no need to check the NE condition for VBELN, because in above logic if it finds the value of VBELN in both the internal tables it will continue with next iteration.&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;Shadab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 10:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453390#M1929184</guid>
      <dc:creator>shadab_maldar</dc:creator>
      <dc:date>2015-12-04T10:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel cursor process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453391#M1929185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem got resolved by my self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 13:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-cursor-process/m-p/11453391#M1929185</guid>
      <dc:creator>lella_sri</dc:creator>
      <dc:date>2015-12-04T13:02:28Z</dc:date>
    </item>
  </channel>
</rss>

