Skip to Content
0
Former Member
Aug 30, 2007 at 02:10 PM

How to make this: 1 view that use 2 different models

21 Views

Hi,

Can you help me to find documentation (or a tutorial) that will help me doing this?

I have only a View in my application, it contains two "refresh" button. One have to call model1 (an RFC function input-output) to fill some fields, and the other have to call model2 (another RFC function input-output) to fill some others fields in the same view.

I read someplace that we should declare 1 model per CC. So my CC1 uses model1 and I've created a CC2 that use model2. I've linked the two with an Interface Controller.

But how to declare the nodes, the binding, the events to make my 2nd "refresh" button calls the model of the CC2 and returns the information in my view?

Thanks

Message was edited by:

Emanuel Champagne