cancel
Showing results for 
Search instead for 
Did you mean: 

MIRO transaction is dead slow to process the invoices

0 Kudos

Dear All,

When we are posting the invoices in MIRO tcode, server is taking around 40 minutes to process a single transaction.

what could be the reason, there are no customized enhancements/modifications to the standard tcode and program.

kindly check and help me out to improve the performance of MIRO tcode.

Thanks,

RAM

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi Ram

You can enable the ST12(Single transaction analysis) trace to find out the root case of the issue,Kindly refer the ST12 link http://www.sap-perf.ca/run-sap-st12/

Is this any error message or code during the time of process?

Regards

Ram

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

I suggest you to do a run time analysis and also SQL trace analysis for this transaction.

You can perform the run time using the Tx SE30

The SQL tracing can be done using the Tx ST05

Run time analysis will tell you where exactly the Tx spend most of the time in processing is. eg: ABAP, Database or system.

The SQL trace will tell you the execution plan and whether the the database is using the right index during the execution.

You may check the tables being used by this transaction and check whether the statistics are up to date.

If the statistics are no up to date then update the statistics for these tables and see whether it helps.

Regards

RB