on ‎2008 Oct 06 5:56 AM
Hi all
what is the main difference b/w component controller , custom controller & interface controller.
i want to know the difference of these three in the real time environment.
if anybody explains me with any simple example then it is great help to me....
Thanks
Suresh babu.
Request clarification before answering.
Hi,
You have many documents in SDN you can go through them, you will be having indepth knowledge on them. In brief, the following is the definitions
Custom controllers
Custom controllers are used to encapsulate units of functionality that are shared by several controllers
and require no direct user interaction. Such controllers therefore have no visual interface.
For instance, a custom controller could be used, when a BAPI is called, and the information returned
requires some sort of intermediate processing before it can be displayed.
Before implementing a custom controller, consider carefully whether its presence will simplify or
complicate the overall architecture of your application. Custom controllers should only be added in
situations that will optimize or simplify the architecture of your application.
component controller
The component controller is a that is automatically created when a
component is created. It is this controller that drives the functionality of the entire component.
The interface(s) that this single component presents to either the Web Dynpro Framework or the
embedding controller are defined as . There is a one to one relationship between
a component interface view and a component window.
Interface Controller
This controller is also a special custom controller. This is the only custom controller visible to other
components.
Regards
Raghu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.