what is difference between user exit, customer exit and badi?
Answer / 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 |
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
Why do we use logical blocks in abap program?
If you are at 3rd list how can you back to 1st list?
Explain what is the purpose of sap script?
what is the table to find change pointer status?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
My internal table exceed the limit. then it goes to dump. how will u handle this issue?
can u save internal table in sap memory from abap memory?
7 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What are the abap/4 commands that link to a layout set?
What Is Roll Area In ABAP?
How to write file to application server?
How to handle Errors in Function Modules?