1)What is the main difference between Enhancements and BADI?
Answer Posted / evprasad
hi,
USER-EXIT'S is a structure oriented and BADI is OOPS
methods..
in BADI we have one project and with in that we can include
lot of IMPLEMENTAION.. that to in each project we have
different events like " INITIALIZATION event, PBO event,
PAI event....
but in USER-EXIT only one standard include, with in that we
need to add our logic..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is a text table ?
Do you know any other patterns if yes.. explain
Explain the advantage of structures?
What are the disadvantages of logical databases?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is table buffer?
What is a collect statement?
What was the requirement of IDoc in your project? How it was working?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What are the functional modules used in sequence in bdc? : abap bdc
How can you distinguish between different kinds of parameters?
What are the differences between domain and data element?
Which database object is used for storing the system variables? : abap data dictionary
What two statements are required in an abap program to output an icon using a written statement?
What is the use of 'table index'?