cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse context mapping

Former Member
0 Kudos

Hi,

I have 2 components used in parent component. I want the context of 1 component to reflect in the other component. I mapped the context of the parent to the interface controller of Child 1. i want to map it to the child2 also. how can i do it?

Regards

Jaichandhar

Accepted Solutions (1)

Accepted Solutions (1)

BeGanz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hallo Jaichandhar,

you can find the documentation on how to declare an "external context mapping" relation across component borders under http://help.sap.com/saphelp_nw04/helpdata/en/66/a5384162316532e10000000a1550b0/frameset.htm

Regards, Bertram

Answers (1)

Answers (1)

Former Member
0 Kudos

Jaichandhar,

First, create 2 nodes in Interface Controller of inner components, and mark this nodes as "input element" (set isInputElement property to true). Next, create regular node in component controller of outer component. Then add 2 component usages. Open every usage (interface controller sub-node) and add outer component controller to list of required controllers. Then swithc to context mapping tab and perform mapping.

VS