cancel
Showing results for 
Search instead for 
Did you mean: 

connection Interface Controller and Component Controller

Former Member
0 Kudos

Hi experts,

I need your help,

some of you know the meaning the following icons:

<a href="http://ppalli.homeip.net/SAP_Netweaver/context1.JPG">context interface controller</a>

<a href="http://ppalli.homeip.net/SAP_Netweaver/context2.JPG">connect context interface controller to component controller</a>

I'm editing a standard DC and I find these icons when a component's interface controller connects a component controller of another component

<a href="http://ppalli.homeip.net/SAP_Netweaver/interface_component.JPG">interface_component</a>

I hope can help me, thanks

...sorry for my English

Accepted Solutions (1)

Accepted Solutions (1)

former_member186016
Active Contributor
0 Kudos

Hi Pedro,

Each component has a attached interface controller. Its kind of class-interface relation in java (Not very strict in 04s but very strict in CE (7.0 onwards) )

In short if you want to expose any functionality (event,methods,plugs,interface views etc) out of componet you do it via defining the functionality in the corresspoing interface controller. It same what you seeing via

<a href="http://ppalli.homeip.net/SAP_Netweaver/interface_component.JPG">interface_component</a>.

now each controller e.g. interface component controller holds data. That data is stored in the context of the controller. THis is what you see via <a href="http://ppalli.homeip.net/SAP_Netweaver/context1.JPG">context interface controller</a>.

As data is held in interface component, the component controller also holds data in its context. To map the data you have to binding of context nodes and attributes between component controller context and interface component controller. THis is waht you refer via <a href="http://ppalli.homeip.net/SAP_Netweaver/context2.JPG">connect context interface controller to component controller</a>

See these articles as well:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0409d83-5ed5-2910-ef91-e41da6d5...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0e4528f-c471-2910-66a0-dd459f97...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/800b7206-9c6d-2910-f78e-ce403471...

Hope it helps

Best Regards,

Ashwani Kr Sharma

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ashwani,

Thank you very much for your answer and the references they were to me of much aid.

here a link that also I help myself

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/d7/e551cf896c3a49bb87bb4ce38c99c8/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/d7/e551cf896c3a49bb87bb4ce38c99c8/content.htm</a>

Greetings