Application Development and Automation 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: 
Read only

FM performance tuning

Former Member
0 Likes
790

Hi,

  I am using FM  BAPI_CUSTOMERCONTRACT_CHANGE and FM  SD_SALES_BILLINGPLAN_CHANGE,but while executing its taking almost 20 minutes to execute each record,so i did sql trace and i found its taking more time to fetch records in coes table in include LKAOVF16 while executing sql stmt to fetch records ( almost 15 minutes ),but when i use se11 or just coding i can fetch in about 10 seconds.

Any idea to tune FM.( memory buffering anything is really appreciated ).

Cheers,

Vj

3 REPLIES 3
Read only

Former Member
0 Likes
695

Hi Vijay

I'd recommend raising an Incident with SAP as it is a Standard Function.

They should provide a fix for this in the form of a Note.

Before logging the Incident make sure a Note is not already available

Regards

Arden

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
695

Hi Vijay,

  1. Please find which index is being picked while fetching data from COES table.
  2. Check the index quality and ask basis team to rebuild the index and update the statistics.

Thanks

Read only

Mohamed_Mukhtar
Active Contributor