‎2008 Feb 18 10:11 AM
Hi,
I got a print program to do the performance tuning.
And this is for invoice.Please tell me how to do?
I mean how to check in SE30 n st05,because the program is not an executable one.
Thanks in advance.
‎2008 Feb 18 10:54 AM
Hi ,
u can do sql trace for that .
or if its ur development before making it a subroutine pool supply the input values using selection screen and then u can do both sql trace and runtime analysis se30 . Once it is ok make it a subroutin pool .
Regards
Neetesh
‎2008 Feb 18 11:09 AM
Hi,
Switch on the SQL trace. Execute invoice output in VF03. Switch off the trace. Then you can analyse it.
Thanks,
Vinod.
‎2008 Feb 18 11:40 AM
hi
good
se30->
http://www.sap-basis-abap.com/sapta002.htm
ST05:
SQL Trace.
That means it gives the performed time on the all open SQL
statement described in the program. And correspondingly it
gives the measured time in graph mode.
thanks
mrutyun^