what is enhancement and modification ? Explain clearly please
Answer Posted / amit bhatia
enhancement is to add our own code or u can say to add our own functionality or checks to a particular code...
modification is to change the user code like comment a particular line..but we always use enhancement...
enhancement is of twoo types impicit and explicit...
we always use implict enhancement to add our own code...
explicit enhancement which is already implemented or u can say code is already added....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are conditional chain statement?
What are conversion routines? : abap data dictionary
How do you find if a logical database exists for your program requrements?
what is difference between (internal table types)standard table and sorted table in sap abap....
Why do we use FOR ALL ENTRIES and what is the pre-requisite
Explain the difference between float and packed data type?
How do you process errors in session method ? : abap bdc
I need some information regarding Vcentric Test pattern ? with questions.
What are the parameters in bdc_insert? : abap bdc
Explain the differences between interactive and drill down reports?
How to find the return code of an stmt in abap programs?
What is the table buffer?
List some of the many different ways that the sap standard functionality can be changed by a customer?
Explain enhancements
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?