2023 Mar 20 6:02 AM
Hello everyone,
I have successfully rebooted my production server, but we are experiencing issues with the execution response time of custom reports. After this activity, all custom programs developed with ABAP (programs starting with the Z character) are very slow with execution times taking hours, whereas previously these reports showed output in 5 to 10 minutes.
At times, they even show timeout errors due to the intense execution time that increased after the reboot. I have checked all system configurations, but to no avail.
It is worth noting that all custom programs are running perfectly on QAS and Sandbox and are showing results within minutes.
ABAP developer has stated that the code has no issues regarding time consumption of programs and the programs are running within minutes on other servers.
2023 Mar 21 7:11 AM
Hi Rehmen
Using the transaction code ST12 enables the trace to check the overall performance trace and Sql trace summery.
refer to the link on how to enable trace
https://blogs.sap.com/2013/07/17/st12-trace-step-by-step-instruction-on-how-to-use-it-for-analysis/
Regards
SS
2023 Mar 20 7:21 PM
Ask an experienced ABAP developer to analyze one slow program in production.
2023 Mar 21 6:54 AM
Run one program using transaction SAT, it will help you to identify what is time consuming in the program
2023 Mar 21 7:11 AM
Hi Rehmen
Using the transaction code ST12 enables the trace to check the overall performance trace and Sql trace summery.
refer to the link on how to enable trace
https://blogs.sap.com/2013/07/17/st12-trace-step-by-step-instruction-on-how-to-use-it-for-analysis/
Regards
SS
2023 Mar 22 7:05 AM
Dear S.Sriram,
Thank you for your response. i have trace and get DB is red in Abap Trace. i am showing you S.C. Please tell me how can i solve it?
SQL summary..
2023 Mar 22 6:22 PM
raza0320 It's clear that the custom program is not efficient at all. Ask the ABAP developer to fix it. Only your developer knows the custom program, the execution context and so on, so we can't help on that without any further details.
2023 Apr 07 9:07 AM
@Sandra Rossi which kind of information you want more?
2023 Apr 07 6:48 PM
Hi Rehmen
In the SQL Summary check the top 12 durations it is slightly high because the DB level is high,
You can check if any table indexes are missing in the below screenshot
Regards
SS
2023 Mar 23 9:10 AM
Hi Rehmen
As rightly said by Sandra, you have to check with ABAPer, to fine-tune the Custom Z program, from the SQL summary you can see the top 12 tables are taken a huge amount of time to execute
Regards
SS