cancel
Showing results for 
Search instead for 
Did you mean: 

MIRO Transaction take lot of time during Save

former_member143179
Participant
0 Kudos

Dear Sir,

During the Save operation , MIRO transaction is taking lot of time . Kindly guide us as how can we analyze the reason for the excessive time being taken . Is there any trace functionality available .

Kindly guide us the steps to be followed for the analaysis .

With Thanks and Rgds

B Mittal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Note 750644 - MIRO: Performance delivery costs settlement

967291 - MIRO: Performance problem with access to VFKK and VFKP

766477 - MIRO: PO search via shipment number w/o success

1.Check the statistics are being executed properly

2.Find out the tables and indexes and check statistic is up to date.

3. trace the transcation and find out the tables and execution time for each step and table.

That is the best way to look into performance issues.

Hope it help.

Amit

Former Member
0 Kudos

Dear Mr Amit

Thanks for posting nice reply .

Can you pl guide about what steps need to be followed for the following (as suggested by you) :

1 .Check the statistics are being executed properly

2.Find out the tables and indexes and check statistic is up to date.

3. trace the transcation and find out the tables and execution time for each step and table

pl help .

Rgds

Sonia

Answers (2)

Answers (2)

Former Member
0 Kudos

look at the this note too.

OSS 158519

hope it helps.

Amit

Former Member
0 Kudos

Hi,

Some troubleshooting steps..

1. Check the tcode SM50 and what tables are involved, may be you need to set an proper index.

2.Check tcode STAT for the response time.

3.Use ST01 trace to see why the execution time is taking long time.

3.Check the tcodes ST02 for the memory allocated and the swap space utilization.

4.Check DB performance using tcode ST04.

5.Check the program for the tcode there may be excessive loops and may lead to long execution time.

Rakesh.