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
What are the different methods of passing data?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What functions does a data dictionary perform? : abap data dictionary
What are match codes? describe?
Name some system global variables you can use in abap programs?
What is the difference between sy-tabix and sy-index? Where it is used?
What is a 'z' report?
What is the difference between the function module and a normal abap/4 subroutine?
any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?
What is the difference between call transaction method and the session method? : abap bdc
What are plan versions used for? : sap abap hr
What is table attribute? : abap data dictionary
What is database view ? : sap abap data dictionary
Explain pai and pbo.
What is direct input method ?