‎2005 Dec 17 4:28 PM
dear ABAPERS,
good day,
who to do RUNTIME ANALYSIS,
how it is useful in real-time,
can we do RUNTIME ANALYSIS for BDCs, SCRIPTS?
thanks& regards,
kcc
‎2005 Dec 17 4:37 PM
It's checks program execution time in microseconds. When you go to T.Code SE30.if you give desired program name in performance file. YOu can find some Tips&Tricks by SAP to improve your program performance.
This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.
You can use this for :BDCs, SCRIPTS(Print Programs)
Message was edited by: Lanka Murthy
‎2005 Dec 17 8:35 PM
Hi,
SE30 - Runtime Analysis Tool
This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs. In the Analyze button, you can see four more buttons like:-
Hit List
Displays the execution time of each statement in the program.
Tables
Displays the tables accessed during run time.
Group hit list
Displays the execution time of all the statements and grouping them based on the type of command. e.g. performs, SQL and internal tables used.
Go to transaction SE30
Type in the transaction code you want to analyze
4.6x
In the Restriction section: select the TMP -> Temporary variant
Click the Change button
Click the Duratn/type
Select None for Aggregation
Save the variant and execute again
After finishing the process, click back to SE30
Use F3 to move back to the initial screen of SE30
Click the Analyze Button
Click Goto -> Object-centered hit list -> Database tables
For example, if you want to display the data for MSEG - Material Document table
Transaction SE16
Type in MSEG for Table name and click execute.
Data Browser will display the default selection for you to display data. If you did not change the default and click execute the data browser will display the first 500 records.
Click Settings to change the List formats, User parameters and Fields for selection.
In 4.6x, you can use SE16N.
Transaction SE11 or SE12 (4.6x)
Type in MSEG for Object name and click the Display button.
Click Utilities -> Table contents for the default selection screen. If you did not change the default and click execute, the Dictionary will display the first 500 record.
Click Settings to change the List formats, User parameters and Fields for selection.
Transaction SE17
Type in the Table Name, put in the Selection value, put a 'X'
‎2005 Dec 18 11:03 AM
Hi Kc,
Please read these.
http://www.intelligententerprise.com/channels/applications/feature/archive/janssen.jhtml
http://www.sap-basis-abap.com/sapta002.htm
http://www.sap-press.de/download/dateien/637/sappress_enhancing_quality_abap.pdf
Hope this solves your problem.
Thanks
Kathirvel
Message was edited by: Kathirvel Balakrishnan