cancel
Showing results for 
Search instead for 
Did you mean: 

implementing multiple custom controllers

Former Member
0 Kudos

can anyone tell me how to implement multiple custom controllers for multiple models in the same application? is there any good article available for this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Depending upon the your project requirement you can cretae "N" number of Coustom controllers

Go to your Project,Webdynpro components,your component name,rightclick onit you willsee Open Data modeler on clicking this you will get Digram view inthis view you can create multiple custom controllers (my experience says: Make sure do u really need Multiple custom controllers Because more controllers means more complexity,more data links,much of mappings)..

I hope this helps you

RK

achim_hauck2
Active Contributor
0 Kudos

where do you see the problem? you can create many custom controllers (with the template, you can create them even as service controllers for a model) and communicate between them or via context-mapping.

kr, achim