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

more response time

Former Member
0 Likes
864

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

8 REPLIES 8
Read only

Former Member
0 Likes
839

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

Read only

abdulazeez12
Active Contributor
0 Likes
839

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

Read only

0 Likes
839

give me your email address

Read only

Former Member
0 Likes
839

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.

Read only

0 Likes
839

if i send code the can u find out

Read only

0 Likes
839

give me your email id

Read only

0 Likes
839

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

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
839

Hi,

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

Regards

Vadi