Application Development and Automation 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: 
Read only

performance help

Former Member
0 Likes
450

Hi,

I have created a new interface. I want to do performance test for that report like if I want to run the report for 3000 employees how much time it will take.. How much time each line of code is taking and what are the other options to increase the perofmnace of report.

step by step procedure will help a lot or a document

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

Hi,

Along with ST05, you could also do an extended program check and code inspector check for the program. The code inspector will give you errors or warning for select statements which can be optimised.

Shruthi

3 REPLIES 3
Read only

valter_oliveira
Active Contributor
0 Likes
434

Hello.

For that you can use several options:

1 - Run tcode ST05 and check performance of database access

2 - Run tcode SE30 and test your code parts

3 - Use statement GET TIME at the begining and end of specific parts of your code to compare execution time

Regards.

Valter Oliveira.

Read only

Former Member
Read only

Former Member
0 Likes
435

Hi,

Along with ST05, you could also do an extended program check and code inspector check for the program. The code inspector will give you errors or warning for select statements which can be optimised.

Shruthi