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
Explain what are the events used for logical database?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What are Pull and Push Methods?
What are dml commands in abap?
How many types of tables exists and what are they in data dictionary?
What application areas are you comfortable in?
What is the difference between open_form and close_form?
how can we enable hyperlink in screen painter?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
How do you find out whether a file exits on the presentation server?
What is the syntax for ‘call transaction’?
Explain how to create any functions?
How is conversion of data types done between abap/4 & db layer?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary