what is difference between user exit, customer exit and badi?
Answer Posted / kalyan
User exit,Customer exit and BADI are the enhancement techniques which are used to write your custom code with out modifying the standard application.
User Exit is subroutine where we write custom code.We need SAP Access key to write user exit. It will available for only SD module.
Customer Exit is Z include program where we write custom code.We don't need SAP Access key.
Customer exit and user exit can implement only in a single project. BADI can be implemented in multiple project.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the function of a data element? : abap data dictionary
Difference between call by value and call by reference? : abap data dictionary
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What is the table buffer?
What are the parameters used in each function?
Mention what is alv programming in abap?
What are the different types of the variable in the sap abap?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is the difference between synchronous and asynchronous update?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is a transaction variant and why are they used?
What are the payroll related infotypes? : abap hr