1)What is the main difference between Enhancements and BADI?
Answers were Sorted based on User's Feedback
Answer / buddula15
Your question is not clear because BADI and Exits are comes
under Enhancements..
Difference Between Exits and BADIs...
BADI's can be used any number of times, where as USER-EXITS
can be used only one time.
Ex:- if your assigning a USER-EXIT to a project in (CMOD),
then you can not assign the same to other project but you
can in BADIs...
Buddula15
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / siddharth samal
USER EXIT: ITS IS THE ENHASMENT THAT IS DONE THROUGH
GENERAL ABAP CODING.
BADI: THIS IS ALSO A ENHASMENT BUT HERE WE HAVE TO USE OOPS
CONCEPT.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
Any furthter more differences between these
Is This Answer Correct ? | 0 Yes | 1 No |
What are the control break events in abap? : abap data dictionary
What are two different ways to add fields to sap tables?
PLEASE HELP ANYONE ON THIS ISSUE,is there any problem with this function module :RHPQ_T77BX_ADD_QUALIS_OF_DPLAN. IT IS TRIGGERING BEFORE COMPLETION OF THE DEVELOPMENT PLAN but it has to trigger after compltion of development plan..this issue raised in my project..so reply urgently..thanks in advance..
how 2 create the normal form by using functional module
What is Macro?
Explain MM and SD flow from ABAP point of view?
how to call the smart form from the report?is it Possible or not?
What is the difference between rfc and bapi function modules? : abap bdc
What is difference between dependent and independent data?
How to eliminate duplicate entries in internal tables?
What is modularization and its benefits?
what are views? And how many types of views are there?