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
How do you connect to the remote server if you are working from the office for the client in remote place?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How many types of data classes are there in sap abap? : abap data dictionary
How to know if the value entered contains records or not?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the events we use in dialog programming and explain them?
How can we determine a vendor is Bloc/Unblock from the table LFA1?
How to maintain lists?
Explain the advantages and disadvantages of different types of bdc's?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
Explain what is sap script?
When value table becomes check table?
What is generic buffering?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Differentiate screen painter from menu painter.