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 |
how to prepare technical specs? what are the steps used to prepare it?
What is the difference between Check and Continue?
how can I assign a foregin key relation ship for a structure?
2 Answers vCentric Technologies,
What are function modules in scripts?
How many Interactive lists can you create in One Report?
What are text elements in smartforms ?
Explain about No intervals, no extension in select options.
WHAT IS DIFFERENCE BETWEEN BATCH INPUT MEHTOD AND DIRECT INPUT
What are the types of subroutines? : abap modularization
Hi To all ABAP Guru's while transporting any report program do we need to trasnport the text elements seprately or not reuired ? if it is so how do u transport the text elemtns ? Thanks in Advance for ur answers
Modes in Call Tr?
What is database utility? : abap data dictionary