Register Login

T-Code is Running Very Slow

Updated May 18, 2018

Hi all

Can u pls tell how to solve problem if any particular TCODE is running slow


Comments

  • 19 Jun 2013 8:05 am rekha
    To solve the problem do the following steps:

    1. Use T.code STAD to analyze the transaction time. Then you will get the main reason. Whether it is for OS time, Network time , Buffer time or other. Then take action accordingly.

    2. Activate the trace from ST12 for transaction and do analysis on the trace output.

    If you find the Indexes in Red, Check Index storage quality and stats of Table

    Index storage quality > 85% Incase, if it is below that limit Rebuild the Index

    3. Check with your Basis team if there are any patches or snotes implemented recently that could caused this issue. If not, as other already suggested, activate trace, analyze and take necessary action.

    4. Trace out the slow table/index with the help of ST05.

    5. Take the ABAP runtime and Database analysis with the help of SE30.

×