Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

<TH_Table> Performance Issue in ABAP CLASS

Former Member
0 Kudos

Hi

Im running into a Performance issue and needs experts help.

My requirement is Im triggering a BW event Via CLASS. This class has absolutely no code other than this event trigger.

This object in production gives timeout error. I can see most of the execution time goes to Collect <TH_Table>.

Is there a way i can stop taking data for reference table in the class or <TH_Table> . As im not doing anything with this data in any of the method i want to understand if there is any parameter which i can turn off to avoid taking reference data in the class

Appreciate your help

Regards!

DhineshKumar

1 REPLY 1

Former Member
0 Kudos

Hi Dhinesh,

Check if the internal tables have any duplicate records ... delete duplicate if any.....also try to check performance issue with SE30...check the hit list ..which will give idea where it is taking time and causing performance issue.

Regards,

Pravin