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 |
how to transfor the data from flat file to bdc plz send the steps as well as example
What is lock mechanism? How do we create lock objects in abap?
What are different types of parameters?
What is the max no of screen no's we create
14) Purpose of the statemement TABLE in a report?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What is the max no of match code id’s that can be defined for one match code object?
How to get the status of an IDOC in a report without using WE02 transaction ?
In Dialog Prog,i have created a screen and places one input/output box and named it was "A".In PBO i have given A=0 and In PAI A=1.when i run i program what i'll get and when i press enter(execute) wat i'll get output?
hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.
How do you control printer functions from sapscript?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?