cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Data From One Component To The Node Of An Other Component

Former Member
0 Kudos

Hi Experts,

I have a component A (parent) in which i am usuing an other component B (child) . From the parent component i am able to pass data to the child component by using one of the child's interface node but when i try to use one of the parents interface nodes to pass data from the child to the parent component i am unable to pass data as required .

Please tell me where i am going wrong.

Thanks In Advance,

Chaitanya.

Accepted Solutions (0)

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

In Component B, check the property of the Interface node Input Element( Ext.) tick it.

Now, bind the node like the one we do in ALV

Abhi