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 is a view? : abap data dictionary
When is the top-of-page event triggered? : abap data dictionary
Explain the different types of data dictionary objects?
What is screen flow logic? What are the sections in it?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
why particularly lock object name starts with EZ OR EY?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What functions does a data dictionary perform ?
How you attach search help to data element? : sap abap data dictionary
Define subtype ? : abap hr
What are the functional areas? User groups?
Explain data dictionary in abap?
What are the client dependant objects in abap / sap?
How to analysis Background Job for performance Issue?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?