Hi Gurus
How do u do performance analysis means and what is the
diffrence between extended syntax check and code inspector
and how do use them to test the performance of the any abap
program ?
Answer / mishra
Extended syntax check,ensures the removal of mistakes we
overlook while coding.
advantages:
obsolete stmts.
autorization checks
problematic stmts.
Code inspector is a tool that gives PERFOEMANCE OF PROGRAM.
syntactical check
security check
performance check
search func.
Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between sy-tabix and sy-index? Where it is used?
how to find out where to create a badi.
What is runtime analysis?
I have one selection screen field which is meant for only display what will you do
Explain the difference between function group and function module?
Differentiate select and select single?
what are command are they abap ?
Explain the difference between float and packed data type?
can any one can give me exectly the TABLES key word?
What are internal tables? : abap hr
What is lock mechanism? How do we create lock objects in abap?
why scripts are client dependent and smart forms are client independent.?