what is the functionality of Runtime Analysis?
Answers were Sorted based on User's Feedback
Answer / ravi
Runtime Analysis is one of the tool used in SAP R/3 ABAP to
analysis of ABAP program. the maine use of this tool is to
test and check the performance of a pgram in three
different angles
1.Data base execution time
2.System execution time and
3.ABAP code
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
It is a tool used for optimising your programs. Generally
used for performance of programs. Runtime analysis shows
you how long it takes to process ABAP code, from single
statements to a complete transaction. T-code SE30.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / r shiva ram kumar
Its a Tool, Used for Analyzing the Performance of the
System Calls. Tcode is 'SE30'.
Is This Answer Correct ? | 1 Yes | 0 No |
In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?
What is Deep structure and Flat structure?
How do you document ABAP programs? Do you use program documentation menu option?
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?
What are Lock Objects, and their Differences
when is the POV AND POH event used?
What is the major difference between pool tables and transparent tables?
What is smart forms? : abap hr
what is difference between user exit, customer exit and badi?
What is cts and what do you know about it? : abap hr
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is the difference between sum and collect?