SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

EC86 transaction (disconnection documents) - performance issue

krissuu
Member
0 Kudos
749

Hello everyone,

I have a problem with EC86 transaction which concerns changing disconnection documents. I am modifying disconnection documents.

Status of modified documents: 21 (disconnection carried out)

The only thing that I am changing is date of a disconnection activity in the following field:

After that modification I save changes and then transaction keeps loading. In the end this change is saved successfully, but whole saving process lasts about 4 minutes, so it's way too long. For sure it's some kind of performance issue, but I have no idea if it's from a technical side or more like from functional (masterdata) side...

I've tested EC86 through SAT transaction and the results are as follows:

85% of time are database operations:

Does anyone have an idea, what may cause such a weak performance?

3 REPLIES 3

TammyPowlas
Active Contributor
375

Hi - there are several SAP Notes related to this transaction - see https://launchpad.support.sap.com/#/solutions/notesv2/?q=EC86&sortBy=date&sortOrder=desc

You can also do an ANST recording to see what SAP Notes are missing in your system

You could also ask your DBA to run statistics/indices

AmlanBanerjee
Active Contributor
0 Kudos
375

Hi,

Can you check also, if there is any custom objects which are getting triggerred duriing the save event of the EC86.

I would suggest you to activate the trace and then execute the transaction and then go through the trace analysis to check the response time, so that you could be one step close to the root cause.

Thanks,

Amlan

NTeunckens
Active Contributor
0 Kudos
375

In addition to the aforementioned : Use Trx."ANST" to Trace for recent SAP-KBA's that are not in your System.

This transaction also holds an Option to Check for Custom Code / Exits / Enhancements, so you might find something there also to be a Factor of Importance when judging the overall Performance of the Application ...