Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2806

Re: About FOR Operator

$
0
0

Kumudwini Bheemisetty wrote:

 

Can anyone tell me how can achieve parallel cursor method using FOR operator?

 

  1. If you want to try the FOR operator => you are already in ABAP Release 740
  2. Since you are working with ABAP 740 => LOOP...WHERE has already been optimized for SORTED and HASHED tables (read: also secondary keys)
  3. Since LOOP...WHERE is already optimized => You do not need parallel cursor

 

Anyway on a more serious note, do not use parallel cursor method for optimizing nested loops. Instead switch to SORTED, HASHED tables

 

BR,

Suhas

 

PS - If you are more savvy, you can use secondary keys with STANDARD tables too. Fyi, I prefer to work with SORTED/HASHED tables wherever possible.


Viewing all articles
Browse latest Browse all 2806

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>