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
Difference between Field groups and internal tables?
What is abap?
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
What was the requirement of IDoc in your project? How it was working?
How to transfer the objects? Have to transferred any objects?
What is the significance of the memory table ‘screen’?
What will happen when we use single buffered selected?
Explain the Inportance of pa30? : abap hr
What is design pattern? Provide example .Why are we using it?
What is the modification assistant?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What is a badi?
What are the page windows? How many main windows will be there in a page window?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
How to create user interfaces for lists?