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

Re: Optimization Issue

$
0
0

Hi,

 

Change to loop assigning field symbol should be better:

 

field-symbols <WA_INT> type [whatever your type is].

 

Loop at Int_Tab ASSIGNING <WA_INT>.

 

WA_std_tab-ZZMATERIAL = WA_INT-ZZMATERIAL.

WA_std_tab-ZZGL_ACCOUNT = WA_INT-ZZGL_ACCOUNT.

WA_std_tab-ZZAMOUNT = WA_INT-ZZAMOUNT.

WA_std_tab-ZZCUSTOMER = WA_INT-ZZCUSTOMER.

 

ENDLOOP.


 

Regards,

Custodio


Viewing all articles
Browse latest Browse all 9269

Trending Articles



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