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

Run Time Analysis Tools

Former Member
0 Likes
650

Hi ,

1. What are the Run time analysis tools available in SAP , Can anyone give their

transaction Code ?

2. What is the difference between Transaction Variant & User Exit ?

3. Can LSMW used for Table control BDC ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

Refer this linlk for runtime analaysis

http://www.sapdevelopment.co.uk/perform/perform_tools.htm

SHD0

Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

User Exit

http://www.sapdevelopment.co.uk/enhance/enhancehome.htm

5 REPLIES 5
Read only

Former Member
0 Likes
621

Refer this linlk for runtime analaysis

http://www.sapdevelopment.co.uk/perform/perform_tools.htm

SHD0

Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

User Exit

http://www.sapdevelopment.co.uk/enhance/enhancehome.htm

Read only

Former Member
0 Likes
620

Runtime Anaysis is SE30.

There you can see complete picture of your program.

Database time

ABAP time

Application time.

when you are doing performance,make sure database time will be less.

User exit for Enhancements that you will add your own code or modify standard sap objects

Yes

Read only

Former Member
0 Likes
620

1. Transaction SE30 - Runtime Analysis

http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/617cafe68c11d2b2ab080009b43351/frameset.htm

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers

Read only

Former Member
0 Likes
620

Hi ,

<i>What is the difference between Transaction Variant & User Exit ?</i> I need the difference ?

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
620

Hi

Runtime Analysis is the tool used to measure the report performance.

Tc is SE30

thru this we can measure the Database access time,Select query time ABAP time and the system time. So that we can analyse the report performance.

useful tc for the same is : St05

Transaction Variant and User exits are 2 different concepts used for different purposes.

SHD0

Create Transaction Variant. Enter name of transaction plus name of new/existing variant.

User Exit

http://www.sapdevelopment.co.uk/enhance/enhancehome.htm

Regards,

kumar