cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the result executed in one view in another view

Former Member
0 Kudos

Hi all,

I've two views and I defined the context both of which have the context mapping with the controler. The modeling mapping is achieved in the controler. We can call them View1 and View2. View1 will triger one backend RFC and I'm going to display the returned in View2. Now, I got the result in View1. But the content don't appear in View2. How should I do to achieve this? I think the change to the context by View1 should also make difference since their own context are mapped to the same context in the controler. Is this right?

If no, could anyone tell me what others I should do?

Thanks.

B.R.

Golden

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Component controller's context has more scope than view controllers context.

--Drag a data link from view to component contoller

,-- place the data of view which you want to have in other view in the component controller,

--map that in other view from component controller.

Regards.

Satya.

Former Member
0 Kudos

Hi,

After Model mapping to Component controller ,u have to map the Output node (which returns o/p)from componentcontroller to view2 and create a table and bind that node to table.Then the output will be displayed in View2

Regards,

srikanth