‎2011 Jan 03 12:28 PM
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
‎2011 Jan 03 12:39 PM
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