cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Component Controller and Custom comtroller

Former Member
0 Likes
247

Hi Friends

In Adaptive RFC Model Application we can use both the controllers for creating contex structure

wat is the main aim for using custom controller

it has any special feature in custom conrollers

i read both the controllers have same functionality n flexibility

any body differentiate these two controllers

n which one is efficient for connecting Model applications

Regards

Narayana

View Entire Topic
Former Member
0 Likes

Hi,

For any webdynpro component, the component controller exists. Now when we want to include a model and use it in our component, to reduce the burden on our component controller, we use this custom controller.

The role of the custom controller is that it communicates the controller of the component and the model we would like to use. Thus we can include Webservice functionality, RFCs into our webdynpro using the custom controller.

They have no visual interface as their major role is to communicate information and control between the model we are using in the application and our component.

Thus efficiency of our application is increased when the load of code or execution is delegated between the controllers.

Award points if it helps.

Regards,

Sujana