what is the difference between user-exit & BADIs?

Answer Posted / always learner

One of the limitaiton of EXits(Enhancement) is that
parallel developments are not possibles . i,e if a
developer is using a particular enhancement then no other
developer can make use of that particular enhancement.

Whereas in BADI's parallel development are possible, since
BADI's using OOPs concept.

BADI's are nothing but METHODS, like Function modules.

There ar two kinds of Badi's. They are as follows :
1. Internal Use
2. External Use.

Inernal Use BADI's are implemented by SAP AG.
External BADI's are implemented by developer community.

Again BADI's are classified into two types:
1. Single Use
2. Multiple Use.

* Single use BADI's does not allow parallel developmetns

* Multiple Use BADIs allow parallel developments.

Tcodes : se18
se19 to implement a BADI

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many lists can a program can produce?

593


What is maintenance view?

596


It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization

768


Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?

1668


What is the use of table maintenance allowed?

545






What is a database view? : abap data dictionary

644


When was the sap abap being created?

646


What is an update type with reference to a match code id?

562


What is difference between inner join and outer join?

621


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

561


How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization

603


How to debug rfc function module?

691


How can I get ascii value of any letter? Is there any function?

653


Explain what are the events used in interactive reports?

489


What are the components of sap scripts? : abap hr

580