cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass Value from Interface Controller to Component Controller of different Components?

Former Member
0 Kudos

Hi Experts,

We have the following Scenario.

Under Same DCs

Comp1 --> Search

Comp2 --> RequestForm

Comp3--> Customer (Search and Request Form added under Used Components)

Comp3(Customer) will be exposed as an Application here.

On Triggering of Comp3 Application-->

Search View will be loaded initially .Once User filled values, he/she will click Proceed button,in  plugout it will navigate to Request Form.

Filled Values should be taken to Request form. It should automatically populate the Fields with Values fetched from Search Form.

Configuration done so far:

Search Component has been exposed via Interface Controller

Request Component also been exposed via Interface Controller

Problem:

We could able to Navigate from Search Form to Request Form .But values we fetch from Search Form are not getting binded to the Request form.

Seems Context Node Initilization is missing here. Could someone explain the steps how to proceed in this case.?

Basically how (External)Mapping we need to handle in this case?

Best Regards,

Suresh S

Accepted Solutions (0)

Answers (1)

Answers (1)

pradeep_kumar5
Active Participant
0 Kudos

Hi Suresh,

Add your search in the RequestForm used components. Open your RequestForm component controller -> modeller. There you can see the used webdynpro components i.e search Interface .On the right hand side palette click on data link and drag from your RequestForm component controller to search Interface controller drag and drop your required context attributes.  Do the same for your customer component also. I hope it helps.

Regards,

Pradeep