what is badi?
Answers were Sorted based on User's Feedback
Answer / g.jayaprakash
badi is a term referring to business add-ins.
Is This Answer Correct ? | 130 Yes | 13 No |
Answer / suresh babu
Badi- BUsiness Add In.
When the customer needs more functionality than the SAP
standard Program(Functionality)then we can add extra
functionality to standard SAP functionality through Badi.
Badi can't distrub the orginial(standard)code.
Adding extra functionality to the standard is nothing
but Add-in.
Badi are not creted in the program itself.
They are created and maintained seperately and called when
we need the Badi.
Is This Answer Correct ? | 110 Yes | 6 No |
Answer / prasad
badi stands for bussinesaddings and its for enhancements in
the applicaion area .main use of it is reusabilty
Is This Answer Correct ? | 76 Yes | 15 No |
Answer / ranjith kumar
User exits/BADI's: user-exits allows customer to attach
some additional code to SAP standard code with out changing
the standard or original object.
Is This Answer Correct ? | 54 Yes | 14 No |
Answer / raghava reddy
BADI-----BUSINESS ADD-INS.
BADI IS USED TO ADD SOME ADDITIONAL FUNCTIONALITY TO THE
STANDARD FUNCTIONALITY WITHOUT DISTURBING THE STANDARD
FUNCTIONALITY.........OK...
4.6C ONWARDS COMES INTO PICTURE......
THIS CAN BE DOWN THROUGH BADI DEFINITION....
BADI CONTAINS TWO SECTIONS
1)BADI DEFINITION
2)BADI IMPLEMENTATION
BADI DEFINITION IS THE COLLECTION OF ONE INTERFACE AND ONE
ADAPTER CLASS....INTERFACE IS THE COLLECTION OF METHODS
THESE ARE DEFINIED NOT IMPLEMENTED.....THESE METHODS ARE
IMPLEMENTED THROUGH BADI IMPLEMENTATION...OK
ADAPTER CLASS IS TAKING CARE ABOUT THE VERSION CHANGE
MANAGEMENT...OK
SE18-----BADI DEFINITION
SE19-----BADI IMPLEMENTATION
Is This Answer Correct ? | 27 Yes | 5 No |
Answer / sreedevi
Badi is nothing but Business addins.This is used for adding
some extra functionality to standard sap application
without modifying to existing functionality.one badi can be
used for multiful implementations.
Is This Answer Correct ? | 22 Yes | 3 No |
Answer / aneel
BADI is noting but OO approach for Enhancing SAP code.
Business Add-Ins - BADI
Is This Answer Correct ? | 22 Yes | 5 No |
Answer / neer
Badi is Business addins , used for to put custom codes
besides the standard codes without affecting the standard
codes.
1.it is single use , multiple use and filter based.
2.it is reusable.
3.used for enhancement in the application area.
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / siva
badi stands for business add-ins and its for enhancement in
the application it is reusability
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / kiran b
BADI's are Business Addins
Ex -
All ready a legal document is there in system.if you want to go further once you study you have to Accept the terms and conditions of that document,so you will mark as agree,than only system allows you furthur.adding of these kind of enhansing through BADIs. that kind of messages will record.
Is This Answer Correct ? | 1 Yes | 0 No |
What are local objects? : abap data dictionary
What does hide statement do?
What are system variable in abap?
What is the difference between ABAP and HR ABAP
In sapscript when u set debugger mode on from which window it will start debugging .My sapscript has header window,logo window,address window,main and footer window.so from which window it will start debugging??
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
How do you copy the script from source alert?
What are the different types of sapscript symbols?
Why don’t use LSMW method instead of BDC methods, if the data is master data?
how to find Bapi? and Badi?
In the scripts,Which is mandatory function module means with out Open_form and can we write the print prg
Transaction code for creating Message class?