‎2012 Jun 11 6:35 AM
‎2012 Jun 11 6:50 AM
Hi,
You can refer to the following link:
http://scn.sap.com/docs/DOC-10315
It explains the usage of SE30 transaction in detail.
Hope it serves useful to you.
‎2012 Jun 11 6:50 AM
Hi Karthik,
Check SQL trace using tcode ST05.
Regards,
Rajesh
‎2012 Jun 11 7:02 AM
thanks for all ur replies,
how to analstse using st05 , im not aware of that.please help me with st05
‎2012 Jun 11 7:06 AM
Hi see this thread it will help u to understand SQL trace using ST05
‎2012 Jun 11 6:51 AM
Hi,
In ur report it is using the db resources much.So it makes other users work difficult.Try to see ur select queries.Search on the forums of 'Perfomance Tuning;There u ll get a lot of ideas.
Thanks,
Karthik.R
‎2012 Jun 11 7:06 AM
Hi,
First Goto ST05 and activate the Trace.
Then Execute the Program . After executing deactivate the Trace in ST05 and display the Trace. There you can find which select query has taken more time to fetch the records.
Below mentioned type of coding is not recommended by SAP.
1) Loop inside Loop.
2) Select * from the table.
3) Fetching the data from the table with out using a Primary key .
4) Sort inside the Loop.
5) Select statement inside the Loop.
Please have a check and let me know.
Regards,
Sumodh.P