Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now

Close

How To Fix SMMSS_ALERTS073 - &1% of cpu time caused by one statement


SAP Error Message - Details

  • Message type: E = Error

  • Message class: SMMSS_ALERTS - Message class for MSSQL rz20 messages

  • Message number: 073

  • Message text: &1% of cpu time caused by one statement

  • Show details Hide details


  • Self-Explanatory Message

    Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.

    To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.

    Unfortunately, there isn't any extra information in this error notice.



    What else can you do?

    First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).

    Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.

    You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.


Smart SAP Assistant

  • What is the cause and solution for SAP error message SMMSS_ALERTS073 - &1% of cpu time caused by one statement ?

    The SAP error message SMMSS_ALERTS073 indicates that a specific SQL statement is consuming a significant amount of CPU time, which can lead to performance issues in the system. The message typically includes a percentage value indicating how much CPU time is being consumed by that statement.

    Cause:

    The primary causes of this error can include:

    1. Inefficient SQL Queries: The SQL statement may not be optimized, leading to excessive CPU usage.
    2. Large Data Volumes: The query may be processing a large amount of data, which can increase CPU consumption.
    3. Lack of Indexes: Missing or poorly designed indexes can cause full table scans, which are CPU-intensive.
    4. Database Configuration: Suboptimal database configuration settings can lead to inefficient query execution.
    5. High Concurrency: Multiple users executing the same or similar queries simultaneously can lead to increased CPU usage.

    Solution:

    To address the issue indicated by the SMMSS_ALERTS073 message, consider the following steps:

    1. Analyze the SQL Statement:

      • Use transaction codes like ST05 (SQL Trace) or SE11 (Data Dictionary) to analyze the execution plan of the SQL statement.
      • Identify any inefficiencies in the query.
    2. Optimize the Query:

      • Rewrite the SQL statement to make it more efficient.
      • Avoid using SELECT *; instead, specify only the required columns.
      • Use WHERE clauses to filter data as much as possible.
    3. Add or Improve Indexes:

      • Check if the relevant tables have appropriate indexes.
      • Create new indexes or modify existing ones to improve query performance.
    4. Database Tuning:

      • Review and adjust database configuration parameters to optimize performance.
      • Consider increasing resources (CPU, memory) if the system is under heavy load.
    5. Monitor and Adjust Workload:

      • Use transaction ST03N to monitor workload and identify high CPU-consuming transactions.
      • If necessary, schedule heavy jobs during off-peak hours to reduce contention.
    6. Consult SAP Notes:

      • Check the SAP Support Portal for any relevant notes or patches that may address known issues related to this error.
    7. Engage with Database Administrators:

      • Collaborate with your database administrators to ensure that the database is properly tuned and maintained.

    Related Information:

    • Transaction Codes:

      • ST05: SQL Trace for performance analysis.
      • ST03N: Workload analysis.
      • SE11: Data Dictionary for checking table structures and indexes.
    • Performance Monitoring Tools: Consider using SAP's performance monitoring tools or third-party solutions to gain insights into system performance.

    • Documentation: Refer to SAP documentation for best practices on SQL performance tuning and database optimization.

    By following these steps, you should be able to identify the root cause of the high CPU usage and implement solutions to mitigate the issue.

    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


Rating
ERPlingo's SAP support assistant is amazing. Saves me countless hours trying to solve complex SAP issues myself. It's a real game changer!
Rate 1
Thomas Michael
SAP Consultant, Author & Speaker