cancel
Showing results for 
Search instead for 
Did you mean: 

difference b/w configuration controller and component controllers

Former Member
0 Kudos

what is the difference b/w configuration controller and component controller?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

A component controller is global controller,and it exists till webdynpro components is ended, its context is used to hold the data globally,so when u are navigating from one view to another view it is binded to view contexts,,

Configuration controller controls the behavior of the component in application,like hiding a field to particular instance ,even the object is existed in design it is not visible in the runtime ..

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e2/434941db42f423e10000000a155106/frameset.htm">component controller</a>

and <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/47/5e9442d644ce6ae10000000a155106/frameset.htm">configuration controller</a>

basically: component controller is the main controller of each webdynpro component,

configuration controller is a special controller used for configuration of your application,

based on eg the type of logged on user.

grtz,

Koen