- In order to enhance a program , a Business Add-In must first be defined.
- Application developers create an interface for the add-in.
- Enhancement management takes this interface and generates and adapter class for implementing it , thus opening a path for implementations created by partners or customers.
Note : Each Business Add-in will have one interface and an adapter class.
- One Interface with list of methods and with no Implementations.
- One Adapter class will be predefined by SAP.
- The generated class ( Adapter class ) has the following tasks.
- Control , the adapter class calls the active implementations.
- Filtering , If the Add-in has to be executed under certain conditions , then the adapter class ensures that only certain implementations will be executed.
No comments:
Post a Comment