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

Re: Start routine vs Field level Routine-performance issue

$
0
0

Hi,

 

Mainly you have to move the code from the field routine to the End routine.

 

For instance, in the End routine you'd write:

 

LOOP AT RESULT_PACKAGE ASSIGNING <result_fields>.

 

READ TABLE <<similar read stmt as the one currently used in the field routine>>

 

<result_fields>-fieldname = work_area_of_the_above_itab-fieldname.

 

ENDLOOP.


Viewing all articles
Browse latest Browse all 9008

Trending Articles



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