Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Performance Tuning issue

$
0
0

Hi,

 

you can try the below steps :

 

1. You have called thrice Function modules withing Loop / Endloop which is a strict avoid for performance issues.

 

2. Most of your SELECT queries populated data into git_mara / git_mara_new. I'm sure you can reduce the number of SELECT queries.

    Try using Sorted Internal Tables.

 

3. Instead, try populating data with minimum SELECT queries and do more processing on your internal tables.

 

4. Use EPC check and Sql Trace also to review performance check of your code.

 

**Good points u followed

-> clearing work area after append

-> Binary Search.

 

 

 

Thanks

Vivek


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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