cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP system performance problems

Former Member
0 Likes
7,465

Hello,

I´m trying to understand something about how and what can be done to improve our SAP system performance.

First of all this is a SAP ERP system that is installed in a windows server 2003 on a MS SQL Server database (in a cluster - cluster administration). We noticed that the performance of this SAP system is not the better and some users told us that some actions during the transactions are slow. The two servers (two cluster nodes) have a lot of RAM memory and also page file so I believe this problems are not related with this particulary things.

Can you told/teach me how can I check and measure if the system are with some problems!? Which transactions I must check to make this analysis and how can I correct/improve this situation?

Can you tell me please some tips regarding this type of problems?

Thank you,

samid raif

View Entire Topic
S_Sriram
Active Contributor
0 Likes

Hi Samid

1. On your ECC system when system performance getting slow or degraded, check the following transaction codes to know the system status

SM66 – To check over all global workprocess status, any table keeps on reading or getting struck?

SM21 – Check the any error log

ST02 – Memory / Buffer usage?

ST22 - Any time out or DBIF ... Dumps?


2. Most of the time Z-reports are running long time. Due to this normal transaction users are getting affected. For this you can enable the transaction code ST12 trace check the overall DB & ABAP program usage.


3. On your Cluster environment one node can have DB & Application instance and another node can handle the end user transactions. Since the windows 2003 server end of support on this year try to upgrade the existing system to either windows 2008 or 2012 with Failover cluster.


4. On your MS SQL DB have you define the 30% of memory for DB? And also you can refer the SCN link how to tune the MS SQL DB


BR

SS