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 Posted / 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 |
Post New Answer View All Answers
How can we handle table control in bdc? : abap bdc
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What is view? Different types of view.
What are the check tables and value tables?
How do you do bdc for a table control? : abap bdc
What is a bsp application? : sap abap hr
What are the different attributes that can be assigned to a variant?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
Explain the advantages/disadvantages of logical databases?
Explain the inside concept in select-options?
Can a constructor be declared private? If yes then in which scenario?
What are the two ways for restricting the value range for a domain ?
What are screen painter? Menu painter? Gui status?
What is open sql vs native sql ?
What are the different types of view?