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

Maximun runtime exceeded

Former Member
0 Likes
343

Hello,

I have written a program, that should deliver a list of datasets in ALV.

When I executes its transaction for a division, it takes some minutes and then generates a message, "maximum time exeeded". It is only working when I choose a division for an invoice order or use "UP TO 150 ROWS" in the SQL statement.

Does anydody have an idea, how to get the complete list, plz?

cheers

A. Alam

Moderator message:

Edited by: Thomas Zloch on Jan 3, 2011 1:52 PM

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
300

You should not get many answers with so few informations. Do you try to analyze the performance of your program ?

(Call transaction [SE30|http://www.sdn.sap.com/irj/scn/advancedsearch?query=se30], and if the problem is some SELECT or FETCH statement, then use SQL trace via transaction [ST05|http://www.sdn.sap.com/irj/scn/advancedsearch?query=st05])

Also ask you Basis team the Maximun runtime allowed. (check this document [How Tou2026 change the maximum dialog runtime of a process|http://help.sap.com/bp_bw370/documentation/How_To_Change_the_Maximum_Dialog_Runtime_of_a_Process_in_NW2004s.pdf]) but better optimize your report or database.

Regards,

Raymond