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: 

more response time

Former Member
0 Kudos

when program execute at time my program takes more response time so what is reason.

8 REPLIES 8

Former Member
0 Kudos

Hi Jani ,

a program executed with the same input will not always give the same run time.

Run Time depends on many other factors like load of application server ,e.tc.

Regards

Arun

abdulazeez12
Active Contributor
0 Kudos

I think your program has performance related issues. Fine tune the SELECT statements and improve the ABAP and DB runtime.

Post your code for resolving..

Shakir

0 Kudos

give me your email address

Former Member
0 Kudos

hi krupa,

pls check with transaction SE30[Run time analysis] and identify the area where it is taking time.

pls Re-check u r code with below points.

1) should not write any select statement in side the loop and endloop.

2) Use Select into corresponding fields insted of select *

3) refresh your internal tables after data is processed.

4) use move corresponding insted of move single

5)use type insted of like while declaring the parameters.

6) it would be better if u use workarea

this is from ABAP side.

from basis side,

pls check whether the server is working fine or not??

if u want more help, pls post u r code.

0 Kudos

if i send code the can u find out

0 Kudos

give me your email id

0 Kudos

why pl tell me

Edited by: JANI KRUPA on Feb 20, 2008 8:17 AM

Edited by: JANI KRUPA on Feb 20, 2008 8:18 AM

i048168
Advisor
Advisor
0 Kudos

Hi,

Goto transaction SE30 and click the TIPS AND TRICKS button. U will get tips of performance improvement.

Regards

Vadi