Application Development 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: 

performance help

Former Member
0 Kudos
66

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

Former Member
0 Kudos
50

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

valter_oliveira
Active Contributor
0 Kudos
50

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.

Former Member
0 Kudos
51

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