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 |
what is a value table?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
Advantages and Disadvantages of ABAP Object Oriented programing to Java programming ?
What are the update types possible? : abap data dictionary
what is the use of field symbol?
What are the buffering types?
How to display footer in every page in ALV report?
How to know if the value entered contains records or not?
Name some system global variables you can use in abap programs?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
while uploading a flat file through bdc call trans, then the system get CRASHED. how do i know how many records have been updated.
What are domains and data element? : abap hr