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 is a BAdi? How to implement a BAdi?
why SAP script is clint dependent and smartform is clint indepedent ?
what are performence analysis techniques?
Can a function group share its subroutine with all its function modules?
How do you validate the selection criteria of a report? And how do you display initial
Why do we use FOR ALL ENTRIES and what is the pre-requisite
From Excel to ABAP - Is batch mode possible ?
What are internal tables?
how many ways to delete ztable field values without using table maintenance generator?what is that?
WHICH LANGUAGE IS USED TO WRITE ABAP CODING PART?
What is the differences between abap and ooabap. In which situation we useooabap?
What is the use of update Function Module ? Where it is used and purpose ?