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: 

Best Way to Analyze a Long Running Transaction?

Former Member
0 Kudos

We are doing a VF11, cancel invoice, it is running too long. What is the best way to trace the issue or analyze this problem?

Thank-You

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Run ST05 Transaction and trace on

Now goto VF11 ,cancel invoice.

come back to St05 -> trace off and list display.

Thanks

Seshu

4 REPLIES 4

varma_narayana
Active Contributor
0 Kudos

Hi

The best way to analyze the Long runnint Reports / Transaction is using Tcode SE30 - Runtime analysis.

<b>reward if Helpful.</b>

Former Member
0 Kudos

Run ST05 Transaction and trace on

Now goto VF11 ,cancel invoice.

come back to St05 -> trace off and list display.

Thanks

Seshu

Former Member
0 Kudos

Check OSS notes - there are about 30 of them for this transaction.

Rob

Former Member
0 Kudos

Use ST05 or ST04

ST05 has been explained earlier.

ST04 - You can find where the bottleneck is..whether its a connection problem or database problem etc. You will find data by Transaction.

Sri