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

Print program

Former Member
0 Likes
392

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.

3 REPLIES 3
Read only

Former Member
0 Likes
373

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

Read only

vinod_vemuru2
Active Contributor
0 Likes
373

Hi,

Switch on the SQL trace. Execute invoice output in VF03. Switch off the trace. Then you can analyse it.

Thanks,

Vinod.

Read only

Former Member
0 Likes
373

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^