‎2007 Feb 14 6:05 AM
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 ?
‎2007 Feb 14 6:08 AM
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
‎2007 Feb 14 6:08 AM
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
‎2007 Feb 14 6:09 AM
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
‎2007 Feb 14 6:16 AM
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
‎2007 Feb 14 6:26 AM
Hi ,
<i>What is the difference between Transaction Variant & User Exit ?</i> I need the difference ?
‎2007 Feb 14 6:26 AM
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